Commit Graph

11 Commits

Author SHA1 Message Date
Phil Hughes c5757e9afb Fix GFM dropdown not showing at beginning of new lines
Closes #26145
2016-12-28 10:19:24 +00:00
Phil Hughes c460224135 Fixed error with GFM autocomplete when no data exists 2016-12-23 09:05:01 +00:00
Phil Hughes 940d8a0642 Added tests for special characters 2016-12-22 18:39:00 +00:00
Luke "Jared" Bennett a9f85d11a5
Fix space issue and add test 2016-12-21 12:30:37 +00:00
Fatih Acet cd5b06dd51 Merge branch 'gfm-autocomplete-char-in-middle' into 'master'
Fixed GFM autocomplete to disallow non-word characters in string

## What does this MR do?

Disallows GFM autocomplete working when a non-word character is enter in the middle of the string.

## Screenshots (if relevant)

![Screen_Shot_2016-12-12_at_09.47.46](/uploads/aa6463a57b97c103c69eab6bb1d80540/Screen_Shot_2016-12-12_at_09.47.46.png)

## What are the relevant issue numbers?

Closes #25540

See merge request !8035
2016-12-15 17:31:58 +00:00
Phil Hughes 48f24735a8 Added GFM tests 2016-12-12 14:32:03 +00:00
Luke "Jared" Bennett a8cfb85a1a
Added special char test to the default beforeInsert callback. I removed the quotes from the milestone displayTpl and added a skip setting for emoji instance
Review changes
2016-12-08 17:33:53 +00:00
Phil Hughes 03a235783f Tests fix 2016-11-14 10:34:10 +00:00
Phil Hughes 172aab108b Merge branch 'master' into autocomplete-space-prefix 2016-08-30 13:49:31 +01:00
Phil Hughes 45fa7fd4dd Correctly checks for character before GFM input char
It must not be letter or number to work
2016-07-21 14:41:27 +01:00
Phil Hughes 94e0ca0049 Allow GFM autocomplete to be trigger without the preceding space
Closes #19975
2016-07-21 12:42:37 +01:00