#5677 closed bug (worksforme)
dialog, negative offset not working
Reported by: | marianp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi, dialog position transforms negative values to 0 like so:
position:[-10000,-10000] gives top:0px and left:0px
positive values are ok. In 1.7.2 they worked as expected
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
This is functioning as intended. Dialogs are intentionally forced to display completely within the window when they're opened.
comment:3 Changed 13 years ago by
When #5459 is implemented, you will be able to override this functionality and get the 1.7.2 behavior again. However, opening a dialog that is off the screen isn't really a good idea.
Note: See
TracTickets for help on using
tickets.
May be related to #5141