Modify ↓
Ticket #6814 (closed bug: invalid)
Issue with the word "watch" -- childNodes is undefined
| Reported by: | jessedpate | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | manipulation | Version: | 1.4.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
In firefox,
$('body').append('watch'); k.childNodes is undefined $('body').append('Watch'); Works as expected. $('body').append('if'); Works as expected
It's such an edge/weird case, but it may have something to do with watch being implemented in Firefox, whereas it means nothing to IE (and works as expected).
Attachments
Change History
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.


Somehow, jQuery.fragments['watch'] is a function with native code, even though {{jQuery.fragments = {} }}} at the time. I wonder if this is some artifact of Firebug?