Ticket #8136 (closed bug: cantfix)
modal dialog becomes non-modal in some scenarios
| Reported by: | mr2001 | Owned by: | mr2001 |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.dialog | Version: | 1.8.18 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I have a web page with a Microsoft chart control that displays a bar-chart. Every time the user clicks on a different bar, the related information is displayed in a jQuery dialog. The way I implemented this is to add the following string to MapAreaAttributes foe each bar: "onclick=""$('#dialog').html('" & "Users: <b>" & myReader.Item("DB_USER_COUNT") & "</b>').dialog();$('#dialog').dialog( 'open' );"""
It works perfectly.
However... As I set the dialog modal property to 'true', I was expecting to be unable to perform any click on the chart once the modal dialog is displayed. This is not the case. I am able to click on different bars on the chart and the dialog stays on the screen but the content changes accordingly.
This is not the correct functionality.
Change History
comment:1 Changed 15 months ago by scott.gonzalez
- Owner set to mr2001
- Status changed from new to pending
- Component changed from ui.core to ui.dialog
comment:2 Changed 15 months ago by mr2001
- Status changed from pending to new
I sent the VS 2010 test project as an attachment to trac@…
comment:3 follow-up: ↓ 4 Changed 15 months ago by scott.gonzalez
- Status changed from new to pending
That's not going to do anything. Either provide a reduced hosted solution showing the problem, or we can't help you.
comment:4 in reply to: ↑ 3 Changed 15 months ago by mr2001
- Status changed from pending to new
Please check the site I just created in order to show the bug:
It works correctly in Google Chrome (latest version) but not in Internet Explorer. Please click on the chart bars without attempting to close the modal window and yo will see that the information in the window just changes... In Chrome, clicking on the bars while the modal windows displays on screen does not have any effect (correct behavior)
Regards, M.R.
comment:5 follow-up: ↓ 6 Changed 15 months ago by scott.gonzalez
- Status changed from new to closed
- Resolution set to cantfix
The problem is that IE ignores z-index for image maps. This might get addressed with a change to the modal behavior, but we won't be able to do anything about the cursor changing based on x/y coords within the page.


This is not enough information. Please provide a reduced test case showing the problem.