[Webkit-unassigned] [Bug 110375] Add client callbacks to notify of changes of associated from controls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 14:38:37 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=110375





--- Comment #29 from Alexey Proskuryakov <ap at webkit.org>  2013-02-21 14:40:58 PST ---
Making synchronous callbacks in the middle of DOM manipulation is unsafe. You probably want to postpone sending notifications until after it finishes, e.g. on a zero delay timer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list