[Webkit-unassigned] [Bug 10468] [Drosera] The Console toolbar button should bring the console window to the front

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 29 17:17:31 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=10468





------- Comment #4 from timothy at hatcher.name  2006-10-29 17:17 PDT -------
(From update of attachment 11270)
Actually this should just be an else case. No harm in calling focus() if the
console is already focused.

    if (!consoleWindow)
         consoleWindow = window.open("console.html", "console", "top=200,
left=200, width=500, height=300, toolbar=yes, resizable=yes");
+    else
+        consoleWindow.focus();


-- 
Configure bugmail: http://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