RapidApp
RapidApp copied to clipboard
Window dialogs can overflow in small browser sizes
When the browser window size is small (around 640x480 range and below) there are places where pop-up windows are too big and don't fit on the screen. In some places the title bar (i.e. drag control) and corners (i.e. resize control) are off the edge and the user can't get to them, can't even close the window, which effectively breaks the interface leaving the only options as increasing the browser size (which might not be possible) or refreshing the whole page.
Extra logic needs to be added to always override any window height/width values if they are greater than the available browser size.
This was very recently addressed for the Multifilters dialog, but needs to be generalized for all windows (perhaps even adding an override to Ext.Window, or maybe creating a RapidApp-specific base Window class and doing a global find/replace in RapidApp JS code)
Known offenders:
- Grid Add/Edit forms
- Batch update form
- Exception dialog
It would make sense to address this at the same time as #6
Bug in RapidApp v0.99020