Side navigation
#9619 closed bug (invalid)
Opened June 20, 2011 06:36AM UTC
Closed July 09, 2011 08:00AM UTC
Last modified July 13, 2012 01:59AM UTC
toLowerCase
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | unfiled | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
toLowerCase not work good
Attachments (0)
Change History (8)
Changed June 20, 2011 12:55PM UTC by comment:1
owner: | → anonymous |
---|---|
priority: | undecided → low |
status: | new → pending |
Changed June 22, 2011 01:28AM UTC by comment:2
I was just coming here after one feature of a website stopped working after updating to jQuery 1.6.1. Firebug tells me:
d.toLowerCase is not a function
(in jQuery-1.6.1-min.js line 16)
This is in minified "function(a,c,d,e)", d.toLowerCase() only appears once, but I am not familiar with the full code so that's all I can contribute for now.
Changed June 24, 2011 06:51PM UTC by comment:3
I couldn't yet get it to trigger in normal behavior, a fast solution was Downgrading to 1.5.2 for now.
Later ill give it time and try to provide test cases.
Changed June 24, 2011 06:57PM UTC by comment:4
This is a forum discussion around the same issue.
Changed June 24, 2011 07:12PM UTC by comment:5
Check for duplicated element ID's as well in ur dom.
Changed June 24, 2011 08:04PM UTC by comment:6
Someone could help us out here by creating a jsfiddle.net test case as was requested
Changed July 09, 2011 08:00AM UTC by comment:7
resolution: | → invalid |
---|---|
status: | pending → closed |
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!
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket! (in its current form, your ticket does not contain enough information for us to go on as .toLowerCase() is not a jQuery specific method, but rather a JavaScript one.).
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/rwaldron/da3nM/. Open the link and click to "Fork" in the top menu.
If you are unable to provide more information or a valid test case this ticket will need to be closed.