RESOLVED FIXED 194703
Input type "formatSetInlineTextDirection" is dispatched when changing paragraph-level text direction
https://bugs.webkit.org/show_bug.cgi?id=194703
Summary Input type "formatSetInlineTextDirection" is dispatched when changing paragra...
Wenson Hsieh
Reported 2019-02-15 07:11:28 PST
This should be formatSetBlockTextDirection instead.
Attachments
Patch (26.84 KB, patch)
2019-02-15 20:52 PST, Wenson Hsieh
rniwa: review+
Patch for landing (26.94 KB, patch)
2019-02-22 08:32 PST, Wenson Hsieh
no flags
Radar WebKit Bug Importer
Comment 1 2019-02-15 08:49:23 PST
Wenson Hsieh
Comment 2 2019-02-15 20:52:44 PST
Ryosuke Niwa
Comment 3 2019-02-21 21:05:05 PST
Comment on attachment 362205 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362205&action=review > Source/WebCore/editing/EditAction.cpp:78 > + case EditAction::SetTextWritingDirection: > + case EditAction::SetBaseWritingDirection: I would have preferred using inline & block to match input type names.
Wenson Hsieh
Comment 4 2019-02-21 21:08:01 PST
(In reply to Ryosuke Niwa from comment #3) > Comment on attachment 362205 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=362205&action=review > > > Source/WebCore/editing/EditAction.cpp:78 > > + case EditAction::SetTextWritingDirection: > > + case EditAction::SetBaseWritingDirection: > > I would have preferred using inline & block to match input type names. Sounds good — I'll change these to EditAction::SetInlineWritingDirection and EditAction::SetBlockWritingDirection.
Wenson Hsieh
Comment 5 2019-02-22 08:32:03 PST
Created attachment 362723 [details] Patch for landing
WebKit Commit Bot
Comment 6 2019-02-22 09:09:34 PST
Comment on attachment 362723 [details] Patch for landing Clearing flags on attachment: 362723 Committed r241949: <https://trac.webkit.org/changeset/241949>
Note You need to log in before you can comment on or make changes to this bug.