[Webkit-unassigned] [Bug 108802] New: Web Inspector: window.close() from console doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 00:59:48 PST 2013


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

           Summary: Web Inspector: window.close() from console doesn't
                    work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vivekg at webkit.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


Steps:
1. Open a new tab
2. Open devtools/inspector and switch to Console panel
3. Issue "window.close();" and enter
4. See that the window is closed
5. Open a new tab again and this time enter some URL in it
6. Now again after opening devtools/inspector, issue "window.close();" 

Expected result:
Newly opened tab should close or should show warning message if its not allowed to be closed. (the later case is seen with firebug where it throws the warning)

Actual result:
The page wont close and without any warning.

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