RESOLVED WONTFIX 19637
Support document.frames
https://bugs.webkit.org/show_bug.cgi?id=19637
Summary Support document.frames
Anantha Keesara
Reported 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
Attachments
Screenshot (162.35 KB, image/png)
2008-06-17 17:04 PDT, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2008-06-17 17:04:40 PDT
Created attachment 21789 [details] Screenshot
Anantha Keesara
Comment 2 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.
Alexey Proskuryakov
Comment 3 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.
Ahmad Saleem
Comment 4 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!
Ryosuke Niwa
Comment 5 2022-08-10 10:26:56 PDT
I think this is won't fix at this point. IE is long gone.
Note You need to log in before you can comment on or make changes to this bug.