Opened 11 years ago

Closed 10 years ago

#8184 closed bug (wontfix)

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

Change History (2)

comment:1 Changed 10 years ago by Scott González

Milestone: 1.9.01.11.0

comment:2 Changed 10 years ago by tj.vantoll

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.

Note: See TracTickets for help on using tickets.