[Webkit-unassigned] [Bug 118359] New: [ATK] Do not expose '\n' for wrapped lines with ATK_TEXT_BOUNDARY_CHAR

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 09:30:55 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=118359

           Summary: [ATK] Do not expose '\n' for wrapped lines with
                    ATK_TEXT_BOUNDARY_CHAR
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mario at webkit.org
                CC: jdiggs at igalia.com, mrobinson at webkit.org


Currently, WebKitGTK+ is exposing '\n' for every single visual line break in paragraphs, while it should only be doing it for those which are enforced by the author of the content (e.g. by using <br>), and not for every single "visual end of line" that might happen for other reasons, such as text wrapping (where it should be exposing just a " " if it's not the end of the paragraph). 

This is a regression compared to previous versions and has slipped in due to not have proper tests in place for it, so we should fix it and provide new tests to avoid the hassle in the future.

-- 
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