[Webkit-unassigned] [Bug 25676] New: [Gtk] Problems navigating by caret in links whose text wraps onto subsequent lines

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 14:14:14 PDT 2009


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

           Summary: [Gtk] Problems navigating by caret in links whose text
                    wraps onto subsequent lines
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joanmarie.diggs at gmail.com
                CC: xan.lopez at gmail.com, William.Walker at sun.com


Steps to reproduce:

1. Open the (to be) attached test case.

2. Resize the window so that the first line ends with the word "span".

3. Position the caret to the left of the first link and use Right Arrow to move
through the text of the first paragraph.

Expected results: Right Arrow would continue to move the caret one character at
a time.

Actual results: Right Arrow works as expected until the end of the first line
is reached. Pressing Right Arrow from the end of the line causes the caret to
jump to the end of the link.

4. Having arrowed past the first link, use Left Arrow to move the caret one
character at a time in the opposite direction.

Expected results: Left Arrow would continue to move the caret one character at
a time.

Actual results: Left Arrow works as expected until the beginning of the second
line is reached. Pressing Left Arrow from the beginning of the second line
causes the caret to jump to the end of the link.

Note: If you perform the above steps on the link in the second paragraph
instead, things work as expected. The difference is that the second paragraph
has a line break inserted at the end of "span".


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list