Project

General

Profile

Bug #61

Unwanted characters on Select keyword from CodeList

Added by Sergey Natarov almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Start date:
06/25/2017
Due date:
% Done:

0%


Description

When you select suggested keyword from codelist (eg. "Open"), it inserts some extra characters into the Editor eg. extra spaces ("Open "). Should not do it.

History

#1 Updated by Wil van Antwerpen almost 7 years ago

  • Status changed from New to Resolved
  • Assignee set to Wil van Antwerpen

This was due to adding a space via "auto type" after it was already added in the template.
I removed the auto type space character and made sure that it is added everywhere in the template.

This means that in some places you'll see " \n" instead of "\n" for the first line on a autocomplete template.
That extra space is used as an end of line is send and thus the cursor gets placed one character AFTER the selection.

The end of line auto type works OK as the autocomplete list only pops up when the cursor is at the end of the line.

#2 Updated by Sergey Natarov almost 7 years ago

  • Subject changed from Unwonted characters on Select keyword from CodeList to Unwanted characters on Select keyword from CodeList

#3 Updated by Wil van Antwerpen almost 7 years ago

  • Status changed from Resolved to In Progress

Turns out the extra space automatically added after a selection interferes with the popup of other CodeLists.
This is now removed everywhere, there should be no more extra spaces added.

#4 Updated by Wil van Antwerpen almost 7 years ago

  • Status changed from In Progress to Resolved

Extra space now also no longer gets inserted.

#5 Updated by Wil van Antwerpen almost 7 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF