[Webkit-unassigned] [Bug 67093] New: [Qt] Default window.alert shows HTML entities in certain cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 28 03:17:20 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67093
Summary: [Qt] Default window.alert shows HTML entities in
certain cases
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: farsmo at live.com
window.alert('&') shows &
window.alert('"') shows "
However when the string contains '<', HTML entities become correctly interpreted again:
window.alert('<good> &" ...') shows <good> &" ...
If you want an example look at the QString slot test in https://bugs.webkit.org/show_bug.cgi?id=67092 .
--
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