[Webkit-unassigned] [Bug 36802] setting document.title doesn't change document.title value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 00:43:11 PDT 2010


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





--- Comment #6 from MORITA Hajime <morrita at google.com>  2010-03-31 00:43:11 PST ---
This problems caused by Document.setTitle() which is called during
removeChildren().
So another possible approach is defer event propagation during
HTMLTitleElement::setText().
But it seems too complicated because it will need a variant of both
removeChidren() and addChild() 
that support deffering event dispatch, and we don't have such one.

-- 
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