Opened 14 years ago
Closed 13 years ago
#4700 closed bug (wontfix)
Dialog behaves badly if it is created from relative element in Opera
Reported by: | Mikko Rantanen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | dialog opera resize open | Cc: | |
Blocked by: | Blocking: |
Description
If the element from which the dialog is created has position: relative, the resulting dialog behaves badly. Mainly because there are several places where the relative sizing in Opera is handled specially.
- When the dialog is resized for the first time, it will jump few pixels down/right.
- When the dialog is shrunk from the left, the content will move right.
- If the dialog is opened after being closed, only the title bar is visible until the dialog is dragged/resized.
Workaround would be to set the position of the dialog to static.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | dialog-test.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
Shouldn't that be position:absolute instead of static?
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Relative positioned dialogs aren't supported. Use absolute positioning.
Note: See
TracTickets for help on using
tickets.
Demonstration of the issues