Bug Tracker

Modify

Ticket #1762 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

syntax error for IE6 in ui.slider.js

Reported by: Matt Owned by:
Priority: undecided Milestone: 1.2.2
Component: ui Version: 1.2.1
Keywords: ie6, slider Cc:
Blocking: Blocked by:

Description

A veru blocking problem in ui.slider.js On line 31 ...

change: function(e, ui) { cur[0].value = ui.value; cur[0].setAttribute("value", ui.value); },

... the comma at the end of the line causes a syntax error in IE6 sp2 / WinXP. This blocks the script execution. Removing this last comma solves the problem.

Cheers, Matt

Change History

comment:1 Changed 6 years ago by pfm102

This is already fixed in HEAD.

comment:2 Changed 6 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.