[Webkit-unassigned] [Bug 60685] Solar Walk For Mac: Info window is blank (HTML5 parser)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 20:46:13 PDT 2011


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





--- Comment #9 from Eric Seidel <eric at webkit.org>  2011-05-11 20:46:13 PST ---
See:
http://trac.webkit.org/browser/trunk/Source/WebKit/mac/Misc/MailQuirksUserScript.js
http://trac.webkit.org/browser/trunk/Source/WebKit/mac/Misc/OutlookQuirksUserScript.js

For examples of how to do quirks with user-scripts.  I suspect we could do something similar here, with an UnclosedTitleQuirkUserScript.js:
document.write(document.title)

Might just fix the bug with that one line js quirk. :)

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