Side navigation
#5854 closed bug (invalid)
Opened January 18, 2010 04:16PM UTC
Closed January 20, 2010 03:09AM UTC
Class selector bug when returning length in IE8
Reported by: | daverage | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | core | Version: | 1.4 |
Keywords: | ie8 class selector | Cc: | |
Blocked by: | Blocking: |
Description
The following code works fine in firefox
alert($('#compromisos div.compHolder').html())
alert($('#compromisos div.compHolder').size())
In ie8 I get the following error
Object does not support this method
Line 72 jquery-1.4.min.js
if((u=n.leftMatch[I].exec(g))!=null&&u[2])
Attachments (0)
Change History (1)
Changed January 20, 2010 03:09AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Can you attach a test case that demonstrates the problem? We need to see the markup as well.