Opened 14 years ago
Closed 14 years ago
#3688 closed bug (fixed)
[PATCH] Prevent changing of @type for BUTTONs as well as INPUTs
Reported by: | gabriel | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
IE croaks when you try to change a BUTTON's @type attribute too.
I discovered this issue when I cloned an element and then tried to modify its attributes.
Attachments (1)
Change History (5)
Changed 14 years ago by
Attachment: | jquery_button_type.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | set to aflesler |
---|
comment:3 Changed 14 years ago by
Owner: | changed from aflesler to brandon |
---|
comment:4 Changed 14 years ago by
Milestone: | → 1.3.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed in r6279
Note: See
TracTickets for help on using
tickets.
Or rather, I discovered this issue when creating a new BUTTON element and then tried to assign attribute values to it, but in either case IE doesn't like it.