Bug Tracker

Opened 12 years ago

Closed 12 years ago

#10187 closed bug (invalid)

attr function not working on ie7 and jquery 1.6.2 version

Reported by: Frezze12 Owned by: Frezze12
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:

Description

I have this code running on a click event of a button: this supouse to change some values of a (.net) range validator

$('#rangeValidatosId').attr({"title":"Some text"

,"MaximumValue": "10/10/2011", "MinimumValue": 10/12/2011 ,"type": "Date", "dateorder": "dmy" });

and it works fine on ie7 and ie8 if i use the jQuery 1.5.1 version but when i change to jQuery 1.6.2 version, the code does not work correctly on ie7. (o.s. win 7)

I mean: ie7 + jQuery 1.5.1 = works fine ie7 + jQuery 1.6.2 = does not works ie8 + jQuery 1.5.1 = works fine (including compatibility view) ie8 + jQuery 1.6.2 = works fine (including compatibility view)

Change History (2)

comment:1 Changed 12 years ago by dmethvin

Owner: set to Frezze12
Status: newpending

"MinimumValue": 10/12/2011

So your MinimumValue is the numeric result of 10/12/2011, which equals 0.0004143875352229405. Or perhaps this is not the correct code?

Please create a test case at jsFiddle.net, that might help us understand "does not work correctly" but please be sure the test case makes it clear what the expected result should be.

comment:2 Changed 12 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Note: See TracTickets for help on using tickets.