Skip to main content

Search and Top Navigation

#9429 closed bug (notabug)

Opened July 15, 2013 02:17PM UTC

Closed July 15, 2013 04:38PM UTC

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.

Attachments (0)
Change History (10)

Changed July 15, 2013 02:23PM UTC by scottgonzalez comment:1

owner: → HMoellendorf
status: newpending

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.

Changed July 15, 2013 02:28PM UTC by HMoellendorf comment:2

status: pendingnew

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 ..

Changed July 15, 2013 02:31PM UTC by scottgonzalez comment:3

status: newpending

We need a reduced test case. If you can't provide that, we can't assess your problem.

Changed July 15, 2013 02:50PM UTC by HMoellendorf comment:4

status: pendingnew

Hi,

I've just set up a smaller version and there it works. How should I start debugging it?

Changed July 15, 2013 02:55PM UTC by HMoellendorf comment:5

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 ...

Changed July 15, 2013 02:58PM UTC by scottgonzalez comment:6

status: newpending

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.

Changed July 15, 2013 03:07PM UTC by HMoellendorf comment:7

status: pendingnew

But, in fact, when I am setting the z-index, the dialog is being displayed. I'll test it as non-modal.

Changed July 15, 2013 03:09PM UTC by HMoellendorf comment:8

If the dialog looses focus it hides .... also as non-modal.

Changed July 15, 2013 04:04PM UTC by HMoellendorf comment:9

It is a conflict with Rhinoslider (http://rhinoslider.com/). When the slide changes, the dialog hides...

Changed July 15, 2013 04:38PM UTC by scottgonzalez comment:10

resolution: → notabug
status: newclosed

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.