Opened 5 years ago

Closed 5 years ago

#1485232 closed Bugs (invalid)

Bug in buldin HTML editor

Reported by: easy Owned by:
Priority: 5 Milestone: later
Component: Other Version: 0.2-alpha
Severity: normal Keywords:
Cc:

Description

buldin editor going creazy on following code:

1: <span class=3D"label">abc:</span> <strong>some value</strong><br>
2: <span class=3D"label">def:</span> <strong></strong><br>
3: <span class=3D"label">abc</span> <strong></strong><br>

will be parsed to:

1: <span class=3D"label">abc:</span> <strong>some value</strong><br>
2: <span class=3D"label">def:</span> <strong><br>
3: <span class=3D"label">abc</span> <strong><br></strong></strong>

and rendered incorrectly

Change History (1)

comment:1 Changed 5 years ago by thomasb

  • Resolution set to invalid
  • Status changed from new to closed

What editor? And does it need to parse such HTML? Please be more specific what the problem is and where it occurs.

Note: See TracTickets for help on using tickets.