View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002731 | AJAX/JS | Bug Report - Interface | public | 2016-12-02 12:23 | 2016-12-05 23:31 |
Reporter | Hinoe | Assigned To | DerIdiot | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 2017-01 | ||||
Summary | 0002731: bbcode editor: asterisks being used as item markers are not being correctly handled | ||||
Description | Semi-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 Reproduce | Use 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] | ||||
Tags | No tags attached. | ||||
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 |