[Webkit-unassigned] [Bug 6385] REGRESSION: Unnamed frames return '-->' as window.frameElement.name

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Jan 5 12:25:03 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6385





------- Additional Comments From ap at nypop.com  2006-01-05 12:25 -------
Ah, the actual returned name is "<!--framePath //<!--frame0-->-->", which gets displayed as "-->". 
Firefox returns an empty name, not a generated one like this...

Interestingly, HTMLElement::frameGetter is not invoked to get the name at all, although it has code for 
FrameName case; Window::getValueProperty is invoked, and retrieves the name as m_part->name().

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