[Webkit-unassigned] [Bug 6281] window.frames["frameName"].document does not work in Safari due to security checks

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Mar 20 02:48:15 PST 2006


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


mjs at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX




------- Comment #6 from mjs at apple.com  2006-03-20 02:48 PDT -------
This is due to security restrictions. Firefox has a slightly different model.
Instead of keeping you from getting the document object at all on a frame where
you don't have access, they give you the document but keep you from accessing
most of its properties. I think we should keep the current model because it is
simpler and therefore likely to be more robust.


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