Skip to main content

Bug Tracker

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 addyosmani comment:1

owner: → anonymous
priority: undecidedlow
status: newpending

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.

Changed June 22, 2011 01:28AM UTC by Pascal 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 codec2@gmail.com 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 Emad Al-Shihabi comment:4

This is a forum discussion around the same issue.

http://datatables.net/forums/discussion/923/x

Changed June 24, 2011 07:12PM UTC by Emad Al-Shihabi comment:5

Check for duplicated element ID's as well in ur dom.

Changed June 24, 2011 08:04PM UTC by rwaldron 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 trac-o-bot comment:7

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!

Changed July 13, 2012 01:59AM UTC by dmethvin comment:8

#12075 is a duplicate of this ticket.