Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9329 closed bug (fixed)

attr("title") issue in ie7

Reported by: naltatis Owned by: Timmy Willison
Priority: low Milestone: 1.6.2
Component: attributes Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:

Description

$("<div>").attr('title') // returns ""

A missing "title" attribute returns empty string instead of undefined in ie7

Change History (3)

comment:2 Changed 12 years ago by Timmy Willison

Component: unfiledattributes
Milestone: 1.next1.6.2
Owner: set to Timmy Willison
Priority: undecidedlow
Status: newassigned

comment:3 Changed 12 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed

Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.

Changeset: 7d3ba9f89e8077dff96e4cd9784fda20625c38d6

Note: See TracTickets for help on using tickets.