Skip to main content

Search and Top Navigation

#7063 closed bug (fixed)

Opened March 04, 2011 12:48PM UTC

Closed November 29, 2012 06:55PM UTC

Dialog: Buttons in background still working even when an active modal dialog is in open state

Reported by: Liv32Inspir3 Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.dialog Version: 1.8.9
Keywords: modal Cc:
Blocked by: Blocking:
Description

Happens in IE8

In the below example

http://jqueryui.com/demos/dialog/#modal-form

Once we click on the 'Create new user' button the dialog pops up.

Now if we click somewhere on the screen (outside the dialog box), then press enter, the focus shifts to 'Create new user' button in the background form and click event is getting triggered.

Attachments (0)
Change History (6)

Changed September 07, 2011 12:54PM UTC by scottgonzalez comment:1

keywords: → modal

Changed October 11, 2012 02:47PM UTC by scottgonzalez comment:2

milestone: 1.9.01.10.0

Changed October 15, 2012 08:13PM UTC by petersendidit comment:3

status: newopen
summary: Buttons in background still working even when an active modal dialog is in open stateDialog: Buttons in background still working even when an active modal dialog is in open state

Changed October 23, 2012 08:07PM UTC by scottgonzalez comment:4

description: Happens in IE8 \ \ In the below example \ http://jqueryui.com/demos/dialog/#modal-form \ Once we click on the 'Create new user' button the dialog pops up. \ Now if we click somewhere on the screen (outside the dialog box), then on further enter key press the focus shifts to 'Create new user' button in the background form and \ click event is getting triggered.Happens in IE8 \ \ In the below example \ http://jqueryui.com/demos/dialog/#modal-form \ Once we click on the 'Create new user' button the dialog pops up. \ Now if we click somewhere on the screen (outside the dialog box), then press enter, the focus shifts to 'Create new user' button in the background form and click event is getting triggered.

Changed November 18, 2012 09:15PM UTC by jzaefferer comment:5

petersendidit, could you retest this against master? The new overlay handling should've fixed this.

Changed November 29, 2012 06:55PM UTC by scottgonzalez comment:6

resolution: → fixed
status: openclosed

This is fixed in master with the new focus/modal handling.