Bug 19637 - Support document.frames
Summary: Support document.frames
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://www.descargamelon.com/Juegos_C...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 17:04 PDT by Anantha Keesara
Modified: 2022-08-10 10:26 PDT (History)
6 users (show)

See Also:


Attachments
Screenshot (162.35 KB, image/png)
2008-06-17 17:04 PDT, Anantha Keesara
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anantha Keesara 2008-06-17 17:04:36 PDT
I. Steps:
 -----------
 
 1. Launch Safari
 
 2. Go to http://www.descargamelon.com/Juegos_Clasicos/Deluxe_Pacman.php
 
 3. Cast your vote regarding the entry in the 'Vota' section by clicking on one of the radio buttons.
 
 
 II. Issue:
 -----------------
 A popup should appear immediately after you clicked on a radio button to confirm your vote.
 
 
 
 III. Other browsers:
 -----------------------
 IE7 : Ok
 FF3 : not working 
 Opera 9.27: Ok
 
 
 IV. Safari nightly tested: version 3.1.1(525.17 )- r34388.
 
 Not working properly on Safari.
 
 
 
 V. Safari screenshot : Avalible
Comment 1 Anantha Keesara 2008-06-17 17:04:40 PDT
Created attachment 21789 [details]
Screenshot
Comment 2 Anantha Keesara 2008-07-22 14:36:45 PDT
Loading http://www.descargamelon.com/votar.php?juego=1040&valor=3 directly works fine.

document.frames.oculto3.location='/votar.php?juego=1040&valor=3

is the line which is failing.

It looks like we don't support document.frames.framename.
Comment 3 Alexey Proskuryakov 2008-07-23 09:28:46 PDT
We support it as window.frames, not document.frames. I do not know if there is any reason to avoid supporting the non-standard variant, nor if it works exactly the same.
Comment 4 Ahmad Saleem 2022-08-10 10:07:57 PDT
I am not sure on web-spec but Safari do support window.frames but not document.frames, I am not able to find reference about later on Google and only have MDN article for former:

https://developer.mozilla.org/en-US/docs/Web/API/Window/frames

Do we need to alias or something? I tried to find something on Webkit Github but couldn't find related commit to this. Appreciate if someone can update this accordingly? Thanks!
Comment 5 Ryosuke Niwa 2022-08-10 10:26:56 PDT
I think this is won't fix at this point. IE is long gone.