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>
- Open new page in IE7 or IE8
- Scroll to slider widget
- Drag slider button out of the frame and drop it on parent page (Unavailable pointer should appear)
- Try to drag slider again
Expected: slider still working
Actual: slider is blocked
Change History (2)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.