Skip to main content

Bug Tracker

Side navigation

#191 closed bug (wontfix)

Opened September 09, 2006 03:52PM UTC

Closed September 16, 2006 03:15PM UTC

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.

Attachments (0)
Change History (2)

Changed September 09, 2006 05:17PM UTC by anonymous comment:1

component: ajaxcore

Changed September 16, 2006 03:15PM UTC by joern comment:2

resolution: → wontfix
status: newclosed

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.