Bug #29344
Position of text cursor in ace-editor wrong
Pull request:
Fixed in Releases:
Description
Especially if the text line is long, the cursor position is wrong. Example
Cursor position: " hello Wo|rld" (= position after o)
You enter "12"
Result: " hello Worl|d12"
Related issues
Associated revisions
History
#1
Updated by Bernhard Suttner over 2 years ago
- Found in Releases 1.24.1, Nightly added
#2
Updated by The Foreman Bot over 2 years ago
- Assignee set to Bernhard Suttner
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7513 added
#3
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.1.0 added
#4
Updated by Anonymous over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 4e080adb04ca571136a4782e92325356ace29b21.
#5
Updated by Tomer Brisker over 2 years ago
- Has duplicate Bug #29467: ACE Editor instances have a massive drift between blinking cursor and actual insertion point added
#6
Updated by Tomer Brisker over 2 years ago
- Category set to Templates
#7
Updated by Tomer Brisker over 2 years ago
- Target version set to 1.24.3
Fixes #29344 - fix editor cursor position