IgniteUI / ignite-ui

Ignite UI for jQuery by Infragistics

Home Page:https://bit.ly/2kuu1fT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caret position is placed one character before the last one, when the right side of the last character is clicked

ymita opened this issue · comments

Description

When the right side area of the last character of igTextEditor is clicked, the caret is placed between the last character and one before.

  • ignite-ui version: 19.2.25
  • browser: IE11, Firefox

Steps to reproduce

  1. Run the attached sample
  2. Click the right side area of the last character of igTextEditor
  3. Observe where the caret exists.

Result

The caret is placed between the last character and one before.

Expected result

The caret is placed right side of the last character.

Attachments

TextEditor - ig.zip

caret-position