[Webkit-unassigned] [Bug 14875] New: Textarea nowrap left/right nav working now, Up/down nav still not.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 13:46:11 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14875

           Summary: Textarea nowrap left/right nav working now, Up/down nav
                    still not.
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: riegel at clearimageonline.com


SUMMARY:
Navigating a textarea (with the keyboard only) that is set to nowrap with the
arrows places/hides
the cursor with the right scrollbar and the bottom scrollbar.

The bottom scroller and right scroller exhibited the same behavior. The right
scrollbar issue has been resolved. The bottom scollbar issue hasn't. I am
including the solved issue as well as the unsolved issue here as I think it may
help idenitfy the solution better. This behavior is only exhibited when there
is a textarea set to nowrap.



BOTTOM SCROLLBAR HIDING TEXT
--------
To duplicate add enough lines to create a right scrollbar, then midway through
create a line long enough to create a bottom scrollbar. (by bottom scrollbar I
mean positioned at the bottom of the texarea for scrolling left and right, and
by right scrollbar I mean positioned at the right of the textarea)

Then using just the arrow keys navigate to the bottom of the textarea. This
should place your cursor at the end of the textarea., but it fails to scroll
completely so it can be seen.

The offset is the width of the scrollbar.





THIS ONE HAS BEEN SOLVED
RIGHT SCROLLBAR HIDING TEXT
--------
To duplicate add enough lines to create a right scrollbar, then midway through
create a line long enough to create a bottom scrollbar. (by bottom scrollbar I
mean positioned at the bottom of the texarea for scrolling left and right, and
by right scrollbar I mean positioned at the right of the textarea)

Then using just the arrow keys navigate to the line below your long line. Hit
the left arrow, This should place your cursor at the end of the really long
line. It does but it fails to scroll completely so it can be seen.

The offset is the width of the scrollbars.


-- 
Configure bugmail: http://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