Modify ↓
Ticket #7179 (closed bug: invalid)
.text on input element causes exception in IE
| Reported by: | ezra@… | Owned by: | ezra@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | unfiled | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When calling .text(0) on an input element IE throws an exception. appendChild() probably doesn't exists on a input element. It works fine in Firefox.
Calling the appropriate .val(0) function works just fine in all browsers.
Change History
comment:2 Changed 3 years ago by addyosmani
I've recreated a test case for this and tested in IE but it appears to be working fine - please also mention the version of IE that you are testing on when replying back.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Please supply a test case.