Search and Top Navigation
#3448 closed bug (wontfix)
Opened September 17, 2008 02:49PM UTC
Closed September 20, 2008 12:51PM UTC
Dialog - If window is wider than screen then opening a popup will jump scrolling position
Reported by: | tiago.simoes | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This would be fixed if
open: ... this.uiDialogTitlebarClose.focus();
would be changed by:
this.uiDialog.focus();
Thanks
Attachments (0)
Change History (2)
Changed September 17, 2008 03:49PM UTC by comment:1
status: | new → accepted |
---|
Changed September 20, 2008 12:51PM UTC by comment:2
milestone: | TBD → 1.6 |
---|---|
resolution: | → wontfix |
status: | accepted → closed |
It is bad design to have a dialog that is wider than the user's viewport. The recommended solution is to ensure that your dialogs are also able to fit within the user's viewport. You can accomplish this by checking the size of the window and setting the width of the dialog before opening the dialog.
Can you please try this with the latest version from SVN? The code you've pointed at no longer exists.