Opened 15 years ago
Closed 15 years ago
#3448 closed bug (wontfix)
Dialog - If window is wider than screen then opening a popup will jump scrolling position
Reported by: | tiago.simoes | Owned by: | Scott González |
---|---|---|---|
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
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → accepted |
---|
comment:2 Changed 15 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Can you please try this with the latest version from SVN? The code you've pointed at no longer exists.