[Webkit-unassigned] [Bug 123846] New: unicode-bidi: plaintext does not work properly when a line wraps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 5 18:44:52 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=123846
Summary: unicode-bidi: plaintext does not work properly when a
line wraps
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: mitz at webkit.org, enrica at apple.com, jonlee at apple.com,
igor.oliveira at webkit.org, mmaxfield at apple.com
Merge https://chromium.googlesource.com/chromium/blink/+/d5088d76fcf75eaf23e30be43ebf119b2343dfed
unicode-bidi: plaintext never worked properly when there is a line wrapping in a
span with unicode-bidi: plaintext.
The problem happens because constructBidiRunsForSegment does not have
enough logic to understand the difference between line wrapping vs line
breaking, the current patch just adds the necessary logic(e.g when a text has a
line wrapping it needs to determine the directionality of the paragraph from the beginning of the isolatedInline)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list