Summary: | WebKit2: Sometimes Command-[ opens a new tab and loads the back page in it | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||
Component: | WebKit2 | Assignee: | Alexey Proskuryakov <ap> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | darin | ||||
Priority: | P1 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Mac | ||||||
OS: | OS X 10.6 | ||||||
Attachments: |
|
Description
Alexey Proskuryakov
2011-03-16 12:21:00 PDT
Created attachment 85955 [details]
proposed fix
As far as I can tell, there is no need to reset the current event back (or to nil). Comment on attachment 85955 [details]
proposed fix
Can we use the NSApp global instead of messaging NSApplication twice?
I guess we can. Committed <http://trac.webkit.org/changeset/81269>. Don’t we want to restore the old current event on return? |