Skip to main content

Bug Tracker

Side navigation

#2321 closed bug (wontfix)

Opened February 12, 2008 08:45AM UTC

Closed February 17, 2008 06:31AM UTC

Value of <button> element in IE

Reported by: Anks Owned by:
Priority: minor Milestone: 1.2.4
Component: core Version: 1.2.3
Keywords: Cc:
Blocked by: Blocking:
Description

The val() and attr() functions don't seem to work properly with the <button> element in IE. Instead of returning the ''value'' of a button, they return the ''content''. The attached file demonstrates this.

Attachments (1)
Change History (2)

Changed February 12, 2008 09:09AM UTC by Anks comment:1

Replying to [ticket:2321 Anks]:

The val() and attr() functions don't seem to work properly with the <button> element in IE. Instead of returning the ''value'' of a button, they return the ''content''. The attached file demonstrates this.

Ah, looks like a duplicate of #1954... Sorry, forgot to search for an existing bug before reporting this. Can someone close this bug as well?

Changed February 17, 2008 06:31AM UTC by brandon comment:2

resolution: → wontfix
status: newclosed

The button elements value is equal to the elements innerText value in IE.