Skip to main content

Bug Tracker

Side navigation

#7591 closed bug (duplicate)

Opened November 22, 2010 10:29AM UTC

Closed November 22, 2010 11:22AM UTC

Last modified November 22, 2010 11:22AM UTC

attr function Break compatible

Reported by: anonymous Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

var o = new Object();

$(o).attr("a", "123");

alert($(o).attr("a"));

code can run in 1.4.2 but not in 1.4.4

Attachments (0)
Change History (3)

Changed November 22, 2010 10:29AM UTC by anonymous comment:1

report from kindy_wu@msn.com

Changed November 22, 2010 11:22AM UTC by jitter comment:2

resolution: → duplicate
status: newclosed

Changed November 22, 2010 11:22AM UTC by jitter comment:3

Duplicate of #7500.