Opened 11 years ago
Closed 11 years ago
#6804 closed bug (worksforme)
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',
Change History (3)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.dialog |
---|
comment:3 Changed 11 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works for me too: http://jsbin.com/ilupe3/edit
Note: See
TracTickets for help on using
tickets.
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?