Skip to main content

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.

Attachments (1)
  • dialog-test.html (0.7 KB) - added by Mikko Rantanen July 21, 2009 12:16PM UTC.

    Demonstration of the issues

Change History (2)

Changed November 16, 2009 08:36PM UTC by jzaefferer comment:1

milestone: TBD1.8

Shouldn't that be position:absolute instead of static?

Changed January 28, 2010 03:04AM UTC by scottgonzalez comment:2

resolution: → wontfix
status: newclosed

Relative positioned dialogs aren't supported. Use absolute positioning.