Opened 10 years ago
Closed 10 years ago
#9429 closed bug (notabug)
UI Dialog can hide in Safari
Reported by: | HMoellendorf | Owned by: | HMoellendorf |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi guys,
I've implemented the ui.dialog on a website and tested it with IE7-10, Mozilla Firefox 22.0, Chrome (newest one) and last but not least Safari (newest one).
In all browsers, the dialog works correct but not really in Safari. I am using the dialog in the modal version and when I click beneath the dialog, the dialog hides, the grey overlay stays on page.
So the customer cannot go further on the website.
Change History (10)
comment:1 Changed 10 years ago by
Owner: | set to HMoellendorf |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
I could provide you the direct link in private. The site is in devel. Then you can see the problem better, because it is a curious problem ..
comment:3 Changed 10 years ago by
Status: | new → pending |
---|
We need a reduced test case. If you can't provide that, we can't assess your problem.
comment:4 Changed 10 years ago by
Status: | pending → new |
---|
Hi,
I've just set up a smaller version and there it works. How should I start debugging it?
comment:5 Changed 10 years ago by
I've just got an idea. It seems to be zIndex. Because, when I set the value at auto the modal dialog is visible in Safari again ...
comment:6 Changed 10 years ago by
Status: | new → pending |
---|
You shouldn't be touching the z-index of anything related to the dialog. You'll need to provide a reduced test case showing that there is a problem inside jQuery UI if you want help here. Otherwise, you'll need to use a venue appropriate for general help, such as the forums or Stack Overflow.
comment:7 Changed 10 years ago by
Status: | pending → new |
---|
But, in fact, when I am setting the z-index, the dialog is being displayed. I'll test it as non-modal.
comment:9 Changed 10 years ago by
It is a conflict with Rhinoslider (http://rhinoslider.com/). When the slide changes, the dialog hides...
comment:10 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
You should ask for help on the forums or Stack Overflow. If you can narrow this down to an actual problem with jQuery UI (providing a reduced test case that doesn't include third party plugins), then please report back here so we can investigate.
I'm not seeing this behavior. Can you please provide a reduced test case showing the problem? You can use http://jsfiddle.net/tj_vantoll/QFp2J/ as a starting point.