Side navigation
#3688 closed bug (fixed)
Opened December 05, 2008 08:45AM UTC
Closed March 17, 2009 10:27PM UTC
[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 (4)
Changed December 05, 2008 08:49AM UTC by comment:1
Changed January 20, 2009 02:08AM UTC by comment:2
| owner: | → aflesler |
|---|
Changed March 17, 2009 10:24PM UTC by comment:3
| owner: | aflesler → brandon |
|---|
Changed March 17, 2009 10:27PM UTC by comment:4
| milestone: | → 1.3.3 |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
fixed in r6279
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.