Bug 114662 - REGRESSION(r146025): WebKit applications can't apply underline or strike through
Summary: REGRESSION(r146025): WebKit applications can't apply underline or strike through
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P1 Major
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-15 21:03 PDT by Ryosuke Niwa
Modified: 2013-04-16 11:24 PDT (History)
4 users (show)

See Also:


Attachments
Fixes the bug (3.84 KB, patch)
2013-04-15 21:05 PDT, Ryosuke Niwa
enrica: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-04-15 21:03:27 PDT
After http://trac.webkit.org/changeset/146025, OS X Application that embed WebKit cannot apply text decorations via font panel.
Comment 1 Ryosuke Niwa 2013-04-15 21:05:57 PDT
Created attachment 198230 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2013-04-16 11:12:56 PDT
<rdar://problem/13528389>
Comment 3 Enrica Casucci 2013-04-16 11:15:16 PDT
Comment on attachment 198230 [details]
Fixes the bug

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

Looks good.

> Source/WebKit/mac/ChangeLog:8
> +        Use -webkit- prefixes to apply underline. There should be no further compat. issue since

compatibility

> Source/WebKit/mac/ChangeLog:11
> +        Unforutnately, we can't test this code like any other font panel bug.

typo: Unfortunately
Comment 4 Ryosuke Niwa 2013-04-16 11:24:15 PDT
Committed r148525: <http://trac.webkit.org/changeset/148525>