Skip to main content

Search and Top Navigation

#1825 closed bug (fixed)

Opened October 19, 2007 02:05AM UTC

Closed October 24, 2007 08:56AM UTC

Last modified February 26, 2009 11:13AM UTC

dialog - draggable title bar appears outside of clicable window

Reported by: ThrushAAX Owned by:
Priority: minor Milestone: 1.5
Component: ui.core 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 (3)

Changed October 24, 2007 08:56AM UTC by rdworth comment:1

resolution: → fixed
status: newclosed

Fixed in rev3725

Changed May 24, 2008 03:39AM UTC by comment:2

milestone: 1.2.2

Milestone 1.2.2 deleted

Changed February 26, 2009 11:13AM UTC by paul comment:3

milestone: → 1.5