Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SourceCodeEditor concatenates suggestion instead of replacing when start position is 0 #2711

Closed
Flaurite opened this issue Feb 17, 2020 · 0 comments
Assignees
Labels
type: bug Something isn't working ver: 7.1.5 Fixed in version ver: 7.2.0 Fixed in version ver: 7.3.0 Fixed in version
Milestone

Comments

@Flaurite
Copy link
Contributor

Flaurite commented Feb 17, 2020

Environment

  • Platform version: 7.1
  • Client type: Web

Description of the bug or enhancement

See forum: thread

  • Minimal reproducible example
  1. Donwload attached project: tr-kt-sourcecde.zip
  2. Create AddressBook instance with e.g. name = "testName" and email = "test@mymail.com"
  3. Open screen with SourceCodeEditor
  4. Type "testName"
  5. Invoke suggestions by "CTRL+SPACE"
  6. Select "test@mymail.com"

Pay attention to WebSourceCodeEditor.SourceCodeEditorSuggester#applySuggestion()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working ver: 7.1.5 Fixed in version ver: 7.2.0 Fixed in version ver: 7.3.0 Fixed in version
Projects
None yet
Development

No branches or pull requests

5 participants