ILLiad Known Issues
-
Format field value (e.g., DVD, CASSETT, etc.) on the Multimedia form does not save to database
v9.1
Bug# 58520 votes -
Some unicode characters are not properly encoded on OpenURL submissions if the user must log in first.
This seems to be a new issues introduced in ILLiad 8.7 when we switched to Delphi XE 8. To reproduce, submit an OpenURL request using the included URL both with and without a session. When you're already logged in, the cyrillic characters are rendered correctly in the author field and a ligature is used in the title. If you don't have an active session and are sent through the logon2 page, those fields will be rendered as ?s or boxes, indicating a problem with the form state encoding. I confirmed this URL worked correctly on ILLiad 8.6.x and earlier.
2 votes -
UTF-8 characters are not decoded properly in some cases
For OpenURL requests, if the patron already has an active websession and do not have to log in the characters are correctly translated.
2 votes -
Processed requests can be resubmitted if edit form is left open in the web
If a request is left open in the edit form by the user on the web interface and staff proceeds to process that request to a status where editing is not allowed (e.g., Request Sent), the user will still be allowed to submit the request from the edit screen, which will return it to a prior processing status.
Bug# 18395
0 votes -
LendingWebPath customization key is referenced in the DLL but missing from the Customization Manager
A LendingWebPath customization key to specify the path of the Lending web directory is referenced in the DLL but missing from the ILLiad Customization Manager.
Bug# 18013
0 votes -
Default FAQ web page contains inaccurate information about cookies
The default FAQ web page contains information about cookies stating that "the technology that we use sends a Session ID to be stored on your machine. You can refuse this cookie and still be able to use ILLiad without any problems."
This information is inaccurate as the Session ID cookie is essential for the ILLiad web interface.
Bug# 18265
0 votes -
An error status message is not displayed by the Lending DLL when the web page can't be found
If the Lending DLL can't find a web page, the user is sent to the Error.html page but a status line is not displayed explaining the error.
Bug# 18091
0 votes -
Unused JavaScript file in the ILLiad Lending web pages
The userNotificationPreferences.js file located in the default ILLiad Lending web pages is unused in the web interface and unnecessary.
Bug# 18086
0 votes -
Error page is not displayed by the Lending DLL when the DBC file can't be found
A "File Not Found" error is displayed instead of the Error.html web page when the Lending DLL is unable to find the DBC file containing logon settings.
Bug# 18004
0 votes -
Lending web directory path is logged incorrectly by the DLL
The path to the Lending web directory is incorrectly logged by the Lending web DLL.
Bug# 17999
0 votes -
The <u> tag is used incorrectly in certain ILLiad web pages
Several ILLiad web pages contain incorrect usage of the <u> tag to emphasize text where a <strong> tag should be used instead.
Bug# 17980
0 votes -
Transaction tags are encoded twice by the web DLL
Transaction tags are encoded twice by the ILLiad web DLL, which can lead to the resulting text being displayed as encoded on the web page.
Bug# 17973
0 votes -
Transaction menu buttons are inconsistent with other buttons in the web interface
Some buttons used within include_TransactionMenu.html do not blend in well with other buttons in the web interface due to unexpected rounded borders or extra spacing.
Bug# 17956
0 votes -
Certain fields marked as required in WebValidation table are not labeled as required in default web pages
The following fields are marked as required by default in the WebValidation table, but are not marked as required in the default web pages on certain forms:
-The PhotoJournalInclusivePages field is missing a required label on the LendingGenericRequestArticle and EditLendingGenericRequestArticle forms
-The Department field is missing a required label on the NewUserRegistration and NewAuthRegistration forms
Bug# 17645
0 votes -
Default search results text does not meet color contrast requirements
The default color of the text used for the "No search results" message displayed when no search results are found does not meet color contrast requirements with the default background color of the web page.
Bug# 17644
0 votes -
Focus indicators for interactive controls do not meet contrast requirements
The focus indicator for several interactive controls in the default web pages (e.g., input fields, buttons, etc) does not meet the minimum contrast required by WCAG.
Bug# 17641
0 votes -
Keyboard controls cannot be used to dismiss cookie notification popup
Keyboard controls cannot be used to dismiss the cookie notification popup in certain web browsers.
Bug# 16534
0 votes -
Incorrect anchor tags on include_notification_preferences.html may cause accessibility issues
The "All" and "None" input buttons inside the includenotificationpreferences.html file are nested within <a> anchor tags, which is unnecessary since both elements are interactive by default and may cause these buttons to be flagged by accessibility validators.
Bug# 16533
0 votes -
Web pages may not allow zooming in and out on some mobile devices
The <meta> tag that is included on the include_head.html and LendingLogon.html files may prevent users from zooming in and out on the ILLiad web pages on some mobile devices.
Bug# 16529
0 votes -
EditPatentRequest.html contains incorrect error parameter for PhotoJournalTitle field
The error parameter for the PhotoJournalTitle field on EditPatentRequest.html has an incorrect value of ERRORLoanAuthor in the ILLiad 9.1 web pages. The correct value for this parameter is ERRORPhotoJournalTitle.
Bug# 14817
0 votes