[Webkit-unassigned] [Bug 25199] Some text escaped as gb2312 on map.sogou.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 01:26:05 PDT 2009


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





------- Comment #2 from johnnyding.webkit at gmail.com  2009-04-15 01:26 PDT -------
Created an attachment (id=29493)
 --> (https://bugs.webkit.org/attachment.cgi?id=29493&action=view)
testcase for reproducing this problem

The problem is because webkit doesn't support load method for document object.
Sogou need to use document.load to load the unescaped data. Firefox supports
load method for document object. So it's OK.

I wrote a test case based on some js code extracted from
http://key.go2map.com/lib/js/k4.js


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



More information about the webkit-unassigned mailing list