mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Fix focus/activation handling and keyboard input (issue #1700)
This commit is contained in:
@@ -53,8 +53,9 @@ patches = [
|
||||
{
|
||||
# Allow specification of a parent window handle for Widget creation.
|
||||
# https://code.google.com/p/chromiumembedded/issues/detail?id=180
|
||||
# Fix focus/blur handling on Windows.
|
||||
# Fix focus/activation handling and keyboard input on Windows.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1677
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1700
|
||||
'name': 'views_widget_180_1677',
|
||||
'path': '../ui/views/widget/',
|
||||
},
|
||||
@@ -182,13 +183,6 @@ patches = [
|
||||
'name': 'hwnd_message_handler_1481',
|
||||
'path': '../ui/views/win/',
|
||||
},
|
||||
{
|
||||
# Fix focus/blur handling on Windows.
|
||||
# https://bitbucket.org/chromiumembedded/cef/issues/1677
|
||||
# https://codereview.chromium.org/1135063002 (reverted)
|
||||
'name': 'aura_window_1677',
|
||||
'path': '../ui/aura/',
|
||||
},
|
||||
{
|
||||
# Fix rendering of the PDF extension with OSR when the device scale factor
|
||||
# is not 1.
|
||||
|
Reference in New Issue
Block a user