https://bugzilla.wikimedia.org/show_bug.cgi?id=47019

Santhosh Thottingal <santhosh.thottin...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |High
             Status|NEW                         |ASSIGNED
           Assignee|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
                   |org                         |om

--- Comment #3 from Santhosh Thottingal <santhosh.thottin...@gmail.com> ---
IE<9 does not support oninput. So we used propertychange, but that will get
triggered not only in content change, but in some DOM changes too. That might
be the cause for wrong dirty bits. IE 9+ support oninput but it is buggy- does
not detect text removal etc. So we need to write a cross browser event for
this. That should fix all issues(3 to 6). Working on it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to