[Webkit-unassigned] [Bug 29135] window.frames returns 1-based array of frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 09:00:24 PDT 2009


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





--- Comment #6 from Grant Gayed <grant_gayed at ca.ibm.com>  2009-09-14 09:00:22 PDT ---
Created an attachment (id=39546)
 --> (https://bugs.webkit.org/attachment.cgi?id=39546)
test case

This test case shows the difference, just load test.html and wait two seconds. 
The browser behaviours are:

- IE6, IE8, Firefox 3.5.3 on Windows and Linux: i=0 has name=1, i=1 has name=2
- Firefox 3.5.3 on OSX 10.5.8: does not show this dialog
- Safari 4.0.3 (5531.9) on OSX 10.5.8: i=0 has name=1, i=1 has name=1, i=2 has
name=2

I don't know why Firefox on OSX doesn't match Firefox on Windows and Linux,
maybe something is set differently?  Regardless, the difference can be seen
with the other configurations.

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