Bug 22311
Summary: | Ending fullscreen mode causes window to lose focus. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Martz <blktiger> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | CC: | ap, blktiger |
Priority: | P2 | ||
Version: | 525.x (Safari 3.1) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.5 |
Michael Martz
After viewing a video at fullscreen with javascript (I haven't tested flash) I noticed the keyboard shortcut command-w will close the window instead of the currently open tab. A warning sheet has thus far prevented me from accidentally closing the whole window and losing my tabs. The window appears not to be key as the scroll bar and traffic light buttons turn grey. Clicking anywhere on the window will return the window to key status and fix the keyboard shortcut.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Could you please provide steps to reproduce this issue, such as an URL, or a test case?
Michael Martz
Steps to Reproduce:
1. Go to http://www.hulu.com/watch/34770/fringe-the-same-old-story#x-0,vepisode,1
2. Click the fullscreen button.
3. Press esc or click the button to leave fullscreen.
Now the window is no longer key. A quick look at the file menu will demonstrate the incorrect keyboard shortcuts.
Alexey Proskuryakov
OK. Hulu refuses to open, because it doesn't like where I live, but I'm pretty sure that it actually uses Flash for playback, so this is a duplicate of bug 22225.
*** This bug has been marked as a duplicate of 22225 ***