[Webkit-unassigned] [Bug 20687] New: Window from JavaScript has wrong properties.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 6 08:01:37 PDT 2008


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

           Summary: Window from JavaScript has wrong properties.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
               URL: http://cap-lore.com/EnglishSuites/
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: JavaScriptGlue
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: norm at cap-lore.com


In the page at http://cap-lore.com/EnglishSuites/ there is a small JavaScript
program that upon clicking a 'link' opens a small window in which QuickTime
plays a MIDI file.

A relevant link is the first Roman numeral "I" in the table below.
The MIDI is indeed performed correctly but there are still a few behavior
discrepancies compared with other browsers, and some are probably wrong.
I am not a JavaScript Guru.

First the QuickTime control bar is not visible in the initial window as it is
in Safari or Firefox.
It is accessible if I resize the window manually.

The 2nd discrepancy is that the new window is resizable, contrary to field
"resizable=no" in the argument to window.open in the Javascript function.
(It is resizable in Safari too but not Firefox.)
This seems like a minor point to me.

The 3rd and more serious discrepancy is that the music continues if I close the
window.
At this point there is no obvious way to stop or otherwise control the music
short of quitting the browser.


-- 
Configure bugmail: https://bugs.webkit.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