Modify ↓
Ticket #3717 (closed bug: invalid)
Clicking on Disabled Slider Intermitternatly Crashes IE7
| Reported by: | Gunner | Owned by: | flesler |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | unfiled | Version: | 1.2.6 |
| Keywords: | UI Slider Disabled | Cc: | Gunner |
| Blocking: | Blocked by: |
Description
If you click multiple times on or around (give or take a few pixels) on a disabled slider, then intermittanity say every 6th or 7th click it will crash on this line in the libary:
(ln19 on UI 1.5.3) self.currentHandle.data("mouse").trigger(e)
with this message in Visual Studio JS debugger:
"Microsoft JScript runtime error: 'self.currentHandle' is null or not an object"
Attachments
Change History
Changed 4 years ago by Gunner
-
attachment
WebSite2.zip
added
comment:1 Changed 4 years ago by flesler
- Cc Gunner added
- Status changed from new to closed
- Resolution set to invalid
This belongs to the UI Bug Tracker.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Code that reproduces the bug