Side navigation
#1825 closed bug (fixed)
Opened October 19, 2007 02:05AM UTC
Closed October 24, 2007 08:56AM UTC
dialog - draggable title bar appears outside of clicable window
Reported by: | ThrushAAX | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
problem: If the height of a dialog box is larger than the height of the browser window the dialog box will still center vertically causing the dragable title bar and close box to be above the viewable window space and inaccessible.
solution: Limit the top position of a dialog box to 0. Browser windows scrol downwards, not upwards.
Potential code fix within the this.open function in ui.dialog.js would be to add around line 124:
if( top < 0) top = 0;
Attachments (0)
Change History (1)
Changed October 24, 2007 08:56AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in rev3725