Ticket #15230 (confirmed Bug)
Usability problem with references and deactivated use_popups option
Reported by: | do3cc | Owned by: | vangheem |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | User Experience and Interface | Version: | 4.3 |
Keywords: | Cc: |
Description
In some conditions, one can't scroll in popup windows, even if popup window is larger than the current screen.
Steps to reproduce: Create a plone Site with 20 content items on start page Deactivate use popup option in plone control panel Pretend you can't read the fonts in standard size and zoom the text (firefox CTRL+<+> multiple times) Create a page, try to add a related item.
What to expect: You see a lot of results, too many to fit on the screen because you zoomed in. When you scroll down, you reach the end of the page where you find buttons to get to the next set of results
What actually happened: You see a lot of results, too many to fit on the screen... You can scroll down but the popup for choosing a document is fixed and won't move.
Analysis: The option that the window should not be fixed is hardcoded in popupforms.js popupforms.js is only active, if popup forms are activated.
We could either move the setting to overlayhelpers, or make using popup forms non optional.