Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:3 Changed 2 years ago by rwaldron
- Status changed from new to closed
- Resolution set to duplicate
comment:5 Changed 2 years ago by dwt
I disagree, the problem is that the form is not inserted, not that it can't be selected.
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.

Uhm, I mean on jsFiddle http://jsfiddle.net/BMzct/