Skip to main content

Search and Top Navigation

#6804 closed bug (worksforme)

Opened January 04, 2011 08:01PM UTC

Closed May 09, 2011 12:50PM UTC

Scale effect on dialog window causes browser to scroll to the top

Reported by: veasec Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:
Description

When the dialog box implements the scale effect, the browser window is moved to the top of the page upon opening. Without the effect, the browser keeps the currently scrolled position.

Dialog box has parameters:

autoOpen: false,

title: 'game',

resizable: false,

draggable: true,

position: 'center',

modal: true,

width: 452,

height: 675,

show: 'scale',

hide: 'scale',

Attachments (0)
Change History (3)

Changed January 04, 2011 08:05PM UTC by scottgonzalez comment:1

component: ui.coreui.dialog

Changed May 07, 2011 10:08AM UTC by gary4gar comment:2

_comment0: I tried to reproduce in chrome 11. Invoking dialog window, didn't cause page to be scrolled all the way to the top. Can you try to reproduce on master branch on github?1304763141591675

I tried to reproduce in chrome 11 & Firefox 4. Invoking dialog window, didn't cause page to be scrolled all the way to the top. Can you still reproduce this bug on master branch on github?

Changed May 09, 2011 12:50PM UTC by scottgonzalez comment:3

resolution: → worksforme
status: newclosed

Works for me too: http://jsbin.com/ilupe3/edit