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

igEditors don't fire textChanged event on Safari on MacOS

damyanpetev opened this issue · comments

Description

Moved from TFS 256852 - originally regarding the igGrid filtering, which relies on the textChanged event.
Safari-specific due to their event order.

Steps to reproduce

Text Editor scenario:

  1. Open the attached sample in Safari on MacOS - textEditor_sample.html
  2. Enable IME input and start typing in Hiragana, Katakana or Romanji.

Result

Open the console and note that the textChanged event was not triggered.

Expected result

textChanged should be triggered.

Attachments

textEditor_sample.zip