View Issue Details

IDProjectCategoryView StatusLast Update
0002731AJAX/JSBug Report - Interfacepublic2016-12-05 23:31
ReporterHinoe Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version2017-01 
Summary0002731: bbcode editor: asterisks being used as item markers are not being correctly handled
DescriptionSemi-related to 0002730

The bbcode editor is failing to handle usage of asterisk+space at the beginning of a line as the marker of a list item. This is easy to demonstrate through the test code I'm providing below. Simply input it into the text field and press the [bbcode] to preview in js.

Put simply, the top half should work the same as the bottom half, but it doesn't. If you press the preview button instead, or if you actually submit the message, they will work the same.
Steps To ReproduceUse the following test code:

[ul]* Line 1
* Line 2
* Line 3[/ul]
[ol]* Line 1
* Line 2
* Line 3[/ol]
[ul][li]Line 1[/li]
[li]Line 2[/li]
[li]Line 3[/li][/ul]
[ol][li]Line 1[/li]
[li]Line 2[/li]
[li]Line 3[/li][/ol]
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-12-02 12:23 Hinoe New Issue
2016-12-05 20:30 DerIdiot Assigned To => DerIdiot
2016-12-05 20:30 DerIdiot Status new => resolved
2016-12-05 20:30 DerIdiot Resolution open => fixed
2016-12-05 20:30 DerIdiot Fixed in Version => 2016-12
2016-12-05 20:46 DerIdiot Fixed in Version 2016-12 => 2017-01
2016-12-05 23:31 DerIdiot Summary New bbcode editor: asterisks being used as item markers are not being correctly handled => bbcode editor: asterisks being used as item markers are not being correctly handled