Changeset 93544 in webkit


Ignore:
Timestamp:
Aug 22, 2011 2:38:41 PM (13 years ago)
Author:
andersca@apple.com
Message:

Use -[NSApplication updateWindows] to update the current input context
https://bugs.webkit.org/show_bug.cgi?id=66715

Reviewed by Alexey Proskuryakov.

  • UIProcess/API/mac/WKView.mm:

(-[WKView _setPluginComplexTextInputState:WebKit::pluginComplexTextInputIdentifier:]):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r93543 r93544  
     12011-08-22  Anders Carlsson  <andersca@apple.com>
     2
     3        Use -[NSApplication updateWindows] to update the current input context
     4        https://bugs.webkit.org/show_bug.cgi?id=66715
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * UIProcess/API/mac/WKView.mm:
     9        (-[WKView _setPluginComplexTextInputState:WebKit::pluginComplexTextInputIdentifier:]):
     10
    1112011-08-22  Anders Carlsson  <andersca@apple.com>
    212
  • trunk/Source/WebKit2/UIProcess/API/mac/WKView.mm

    r93543 r93544  
    23172317
    23182318    // This will force the current input context to be updated to its correct value.
    2319     [NSTextInputContext currentInputContext];
     2319    [NSApp updateWindows];
    23202320}
    23212321
Note: See TracChangeset for help on using the changeset viewer.