WebKit Bugzilla
Attachment 342239 Details for
Bug 186424
: REGRESSION(macOS Mojave): move-by-word-visually-inline-block-positioned-element.html fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
WIP
fix186424.patch (text/plain), 1.25 KB, created by
Ryosuke Niwa
on 2018-06-07 21:38:11 PDT
(
hide
)
Description:
WIP
Filename:
MIME Type:
Creator:
Ryosuke Niwa
Created:
2018-06-07 21:38:11 PDT
Size:
1.25 KB
patch
obsolete
>diff --git a/Source/WebCore/editing/VisibleUnits.cpp b/Source/WebCore/editing/VisibleUnits.cpp >index 2d3ad1f562d..55f2b708690 100644 >--- a/Source/WebCore/editing/VisibleUnits.cpp >+++ b/Source/WebCore/editing/VisibleUnits.cpp >@@ -384,9 +384,9 @@ static VisiblePosition visualWordPosition(const VisiblePosition& visiblePosition > bool movingIntoNewBox = previouslyVisitedBox != box; > > if (offsetInBox == box->caretMinOffset()) >- iter = wordBreakIteratorForMinOffsetBoundary(visiblePosition, &textBox, previousBoxLength, previousBoxInDifferentBlock, string, leafBoxes); >+ iter = wordBreakIteratorForMinOffsetBoundary(adjacentCharacterPosition, &textBox, previousBoxLength, previousBoxInDifferentBlock, string, leafBoxes); > else if (offsetInBox == box->caretMaxOffset()) >- iter = wordBreakIteratorForMaxOffsetBoundary(visiblePosition, &textBox, nextBoxInDifferentBlock, string, leafBoxes); >+ iter = wordBreakIteratorForMaxOffsetBoundary(adjacentCharacterPosition, &textBox, nextBoxInDifferentBlock, string, leafBoxes); > else if (movingIntoNewBox) { > iter = wordBreakIterator(StringView(textBox.renderer().text()).substring(textBox.start(), textBox.len())); > previouslyVisitedBox = box;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186424
:
342239
|
342244