Skip to main content

Search and Top Navigation

#8184 closed bug (wontfix)

Opened March 13, 2012 11:01AM UTC

Closed October 15, 2012 04:29PM UTC

Slider stops working after moving cursor from iframe in IE7 and IE8

Reported by: AbNormy Owned by:
Priority: minor Milestone: 1.11.0
Component: ui.slider Version: 1.8.18
Keywords: Cc:
Blocked by: Blocking:
Description

Just download slider widget with dependent components and put its index.html in iframe:

<!DOCTYPE html>
<html>
<head>
</head>
<body>
    <iframe src="index.html"></iframe>
</body>
</html>

1. Open new page in IE7 or IE8

2. Scroll to slider widget

3. Drag slider button out of the frame and drop it on parent page (Unavailable pointer should appear)

4. Try to drag slider again

Expected: slider still working

Actual: slider is blocked

Attachments (0)
Change History (2)

Changed October 11, 2012 02:53PM UTC by scottgonzalez comment:1

milestone: 1.9.01.11.0

Changed October 15, 2012 04:29PM UTC by tj.vantoll comment:2

resolution: → wontfix
status: newclosed

I can confirm the bug: http://jsfiddle.net/tj_vantoll/dRhpg/show/.

However, this isn't something that we really can fix, at least not easily. The user can interact with the slider again with a simple extra click. IE9 and 10 both handle the situation like Firefox, Chrome, Safari, and Opera.