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

Santhosh Thottingal <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |High
             Status|NEW                         |ASSIGNED
           Assignee|[email protected]. |[email protected]
                   |org                         |om

--- Comment #3 from Santhosh Thottingal <[email protected]> ---
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to