Bug Tracker

Ticket #191 (closed bug: wontfix)

Opened 2 years ago

Last modified 1 year ago

wrap breaks when the HTML structure contains text

Reported by: joern Assigned to: anonymous
Type: bug Priority: major
Milestone: Component: core
Version: Keywords:
Cc: Needs:

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.

Attachments

Change History

Changed 2 years ago by anonymous

  • component changed from ajax to core

Changed 2 years ago by joern

  • status changed from new to closed
  • resolution set to wontfix

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.

Note: See TracTickets for help on using tickets.