Bug 134196

Summary: REGRESSION (r160908): Unable to unset bold while entering text
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2014-06-23 09:44:27 PDT
...with some wk1 clients.
Comment 1 Antti Koivisto 2014-06-23 09:44:58 PDT
<rdar://problem/17051653>
Comment 2 Antti Koivisto 2014-06-23 09:51:43 PDT
Created attachment 233612 [details]
patch
Comment 3 Andreas Kling 2014-06-23 09:57:27 PDT
Comment on attachment 233612 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=233612&action=review

r=me bro. Another lazy style regression down!

> Source/WebCore/editing/Editor.h:493
> +    static RenderStyle* styleForSelectionStart(Frame* , Node *&nodeToRemove);

Disturbing * and & placements here.
Comment 4 Antti Koivisto 2014-06-23 10:03:20 PDT
https://trac.webkit.org/r170296