Skip to main content

Bug Tracker

Side navigation

#7938 closed bug (duplicate)

Opened January 10, 2011 02:40PM UTC

Closed January 10, 2011 03:13PM UTC

Last modified January 10, 2011 03:13PM UTC

.val() returns innerHTML for button elements in IE7

Reported by: anonymous Owned by:
Priority: high Milestone: 1.6
Component: manipulation Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

See ticket #1954 for full details including a patch, but the short version is:

This was reported back in 2007 before IE8 was released. A patch for it was attached but never applied. That ticket was closed in 2010 as worksforme based on testing in IE8, but Microsoft had fixed the underlying browser bug in IE8 while IE7 is still affected.

The workaround in that patch (using elem.getAttributeNode('value').value) works well in all my tests, but no-one is able to re-open #1954 to get it applied.

Attachments (0)
Change History (2)

Changed January 10, 2011 03:13PM UTC by jitter comment:1

component: unfiledmanipulation
milestone: 1.next1.6
priority: undecidedhigh
resolution: → duplicate
status: newclosed

Changed January 10, 2011 03:13PM UTC by jitter comment:2

Duplicate of #1954.