Ticket #190 (closed defect: fixed)

Opened 9 months ago

Last modified 4 months ago

Elements containing only zeroes gets stripped out

Reported by: mr_lundis Owned by: jf.hovinne
Priority: trivial Milestone: 0.5
Component: editor Version: trunk
Keywords: Cc:

Description

The html parser is stripping out any elements containing only zeroes.

The cause of this is most likely that the parser interprets the content as a boolean which evaluates to false causing the element to be removed, as the parser considers it empty.

Change History

Changed 4 months ago by mr_lundis

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

Fixed in r653.

Note: See TracTickets for help on using tickets.