Opened 16 years ago
Closed 16 years ago
#191 closed bug (wontfix)
wrap breaks when the HTML structure contains text
Reported by: | joern | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
See the experimental test suite for a test: http://joern.jquery.com/test/ The Firebug message is "Node cannot be inserted at the specified point in the hierarchy". There are probaly two solution: Parse the provdied HTML structure, removing all text and appending it later. Change the docs to reflect that the HTML structure is not allowed to contain text; Necessary text must be appended later.
Change History (2)
comment:1 Changed 16 years ago by
Component: | ajax → core |
---|
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
To allow wrapping of elements that contain text would need some heavy changes. As no one did complain so far, I resolve this as won't fix and changed the docs accordingly. If anyone wants to try fixing this for real, just reopen this ticket.