Skip to main content

Bug Tracker

Side navigation

#5944 closed bug (invalid)

Opened January 26, 2010 07:45PM UTC

Closed June 14, 2010 12:38AM UTC

1.4.1: IE8 attr() can return null instead of undefined

Reported by: vipsoft Owned by:
Priority: minor Milestone: 1.4.2
Component: attributes Version: 1.4.1
Keywords: Cc:
Blocked by: Blocking:
Description

I don't know if this is a compat buster (or regression) because with 1.3.2, we used the X-UA meta tag for IE7 compatibility mode.

Example:

var style = $(this).prev().attr('class');

Attachments (0)
Change History (1)

Changed June 14, 2010 12:38AM UTC by dmethvin comment:1

component: unfiledattributes
resolution: → invalid
status: newclosed

It's not clear from the description what the bug is or what the desired resolution should be. Can you provide a complete test case?