Skip to main content

Search and Top Navigation

#3076 closed bug (fixed)

Opened July 09, 2008 03:23AM UTC

Closed July 14, 2008 07:43AM UTC

Last modified July 14, 2008 11:36PM UTC

Modal dialog not working correctly on Opera 9.51

Reported by: happycow Owned by: scottgonzalez
Priority: minor Milestone: 1.6b
Component: ui.dialog Version: 1.5.1
Keywords: dialog box Cc:
Blocked by: Blocking:
Description

On Firefox, modal dialog works as expected; no other screen elements can be clicked. With Opera, dialog opens, but it is not modal.

See attached HTML for sample code.

Attachments (1)
  • test.html (1.3 KB) - added by happycow July 09, 2008 03:23AM UTC.

    Sample HTML file demonstrating problem

Change History (5)

Changed July 09, 2008 05:29PM UTC by paul comment:1

owner: paulrdworth
status: newassigned

Changed July 13, 2008 07:14AM UTC by scottgonzalez comment:2

component: ui.coreui.dialog
milestone: → 1.6b
owner: rdworthscott.gonzalez
status: assignedaccepted

Changed July 13, 2008 07:30AM UTC by scottgonzalez comment:3

priority: majorminor

This is an inaccurate description. The dialog is modal and no other form elements can be interacted with. The problem is that the overlay doesn't fill the entire window if the document is smaller than the window.

Changed July 14, 2008 07:43AM UTC by scottgonzalez comment:4

resolution: → fixed
status: acceptedclosed

Fixed in [452].

Changed July 14, 2008 11:36PM UTC by ThrushAAX comment:5

I guess that's an OK fix for now... though the real bug is with jQuery itself. http://dev.jquery.com/ticket/3046