[Webkit-unassigned] [Bug 34429] [Qt] window.alert fails to display HTML tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 10 07:20:40 PST 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #7 from Simon Hausmann <hausmann at webkit.org>  2010-02-10 07:20:38 PST ---
I wonder if the escaping should perhaps be done on the ChromeClientQt side,
instead of in the default implementation. That way we can unit test this bug
fix and not every application that re-implements these handlers has to do the
same Qt::escape trick.

Unless of course there's a compelling reason to forward the tags to the
application...

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