Search and Top Navigation
#4700 closed bug (wontfix)
Opened July 21, 2009 12:13PM UTC
Closed January 28, 2010 03:04AM UTC
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.
Shouldn't that be position:absolute instead of static?