WorkItem:262017 - Scrollbar not appearing on pop-up menus or combo boxes after opening them for a second time in Internet Explorer 11
Issue Description:
When using the Internet Explorer 11 browser, a pop-up menu or a combo box may contain a scrollbar when opened. These scrollbars are not appearing when the pop-up menu or combo box is reopened after being closed for the first time.
User Interface Impact: No
Steps to Reproduce:
- Change the screen resolution to 1366 x 768.
- Login as a caseworker using the Internet Explorer 11 browser.
- Register a Person.
- Click on the Tab Action Menu on the Person home page.
- Notice that there is a scrollbar to view options at the end of the menu.
- Click anywhere else in the application and click to open the Tab Action Menu again.
- Issue: The scrollbar on the menu is no longer visible and a user cannot scroll to the hidden options.
Resolution:
This issue is now resolved and the scrollbars are now present when the pop-up menu or a combo box is reopened after being closed for the first time.
Technical:
The Javascript related to pop-ups has been updated to prevent the overflow and height styling attributes being overwritten when a pop-up is reopened.The Javacript file that was updated is:
- TI/client/dojo-overrides/jscript/src/dijit/popup.js
WorkItem:262023 - Pop-up windows which appear after clicking on an informational icon in a context panel are not opening in Internet Explorer 11 browser
Issue Description:
Pop-up windows displayed after clicking on an informational icon in a context panel are not opening in the application when using Internet Explorer 11. This issue can occur throughout Social Program Management.
User Interface Impact: No
Steps to Reproduce:
- Login as a caseworker using Internet Explorer 11.
- Register a new Person.
- Create a Special Caution for the person and notice an icon appears in the context panel.
- Click on the Special Caution icon in the context panel.
- Issue: The pop-up window does not open.
Resolution:
The Javascript related to pop-up has been updated to enable pop-up windows to open when an informational icon in a context panel is clicked in Internet Explorer 11.
Technical:
The following Javacript file has been updated:
- TI/client/dojo-overrides/jscript/src/dijit/popup.js