Bug 176052

Summary: REGRESSION(r221064): [GTK] Editor not correctly working after r221064
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, mcatanzaro, rniwa, wenson_hsieh
Priority: P2 Keywords: Gtk, Regression
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=175370
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2017-08-29 06:43:05 PDT
Since r221064 we are not always notified about typing attributes when editor state changes. didChangeSelection no longer includes the typing attributes in EditorStateChange message, it's scheduled to be sent after the compositing layer have been flushed, but that part is not implemented for GTK+ port. This is causing test /webkit2/WebKitWebView/editor-state/typing-attributes to time out.
Comment 1 Carlos Garcia Campos 2017-08-29 06:48:37 PDT
Created attachment 319252 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-08-30 00:00:08 PDT
Committed r221344: <http://trac.webkit.org/changeset/221344>