#8086 closed bug (duplicate)
Firefox: can't insert form inside form with html - but with append
Reported by: | dwt | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
I've noticed that Firefox can't insert a form inside a p inside another form with .htm(). The same works fine with html().append(...)
Debugging this seems as if Firefox just silently ignores the this[i].innerHTML = value in html() - nut sure whats up there.
Reduction appended
Change History (7)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:5 Changed 12 years ago by
I disagree, the problem is that the form is not inserted, not that it can't be selected.
comment:6 Changed 12 years ago by
The answer on the ticket linked to above applies also to this report.
nested forms are invalid and the browser isn't obligated to do anything predictable with invalid html
Note: See
TracTickets for help on using
tickets.
Uhm, I mean on jsFiddle http://jsfiddle.net/BMzct/