[Webkit-unassigned] [Bug 12686] REGRESSION: Bloglines.com Feeds tab cannot expand folders in TOT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 15 17:40:45 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12686





------- Comment #4 from yongjun.zhang at nokia.com  2007-02-15 17:40 PDT -------
Created an attachment (id=13194)
 --> (http://bugs.webkit.org/attachment.cgi?id=13194&action=view)
Reduced test case.

The reduced test case shows:

In Safar 2.0, 'typeof document.getElementById("123")' returns "undefined" while
TOT returns "object" and firefox returns something else (not "object", maybe
"function").

However, the real problem is TOT doesn't support 'instanceof' for DOM objects,
and the line "wh instanceof Element" returns false as a result. I wonder if we
need to make DOMNode::implementsHasInstance() return true.


-- 
Configure bugmail: http://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