discourse/app
Ben Hadley-Evans 895e0261ed Fix italics/bold WYSIWYG bug with nothing highlighted.
This bug was reported here: https://meta.discourse.org/t/ctrl-b-selects-asterisks/27215 - It was something I broke whilst writing PR3288.

The fix checks if it is a multiline selection, if it is not (which includes blank selections) it will leave the asterisks unhighlighted.

Also fix a bug where asterisks would not be stripped if there was whitespace at the beginning of a line in a multiline selection.

Also fix styling issues I missed last time so that it matches the rest of the document. Specifically, 4 character tabs and spaces after "if"s.
2015-04-07 17:51:39 +01:00
..
assets Fix italics/bold WYSIWYG bug with nothing highlighted. 2015-04-07 17:51:39 +01:00
controllers FIX: add support for .tgz and .gz backup files 2015-04-07 15:26:47 +02:00
helpers Merge pull request #3199 from fantasticfears/seo 2015-04-06 11:18:34 +02:00
jobs Merge pull request #3299 from riking/stagger-backups 2015-04-06 11:14:37 +02:00
mailers FIX: include topic excerpt in topic/message invite mail for existing user 2015-04-07 12:02:04 +05:30
models FIX: add support for .tgz and .gz backup files 2015-04-07 15:26:47 +02:00
serializers FEATURE: initial implemenation of anonymous posting mode 2015-04-07 18:05:31 +10:00
services FEATURE: initial implemenation of anonymous posting mode 2015-04-07 18:05:31 +10:00
views FIX: cleanup old letter avatars if needed 2015-04-07 13:03:43 +10:00