Bug 95034 - Text in text input element doesn't scroll and cursor goes behind left side of element.
Summary: Text in text input element doesn't scroll and cursor goes behind left side of...
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://latlon.org/~jek/tmp/quick-star...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 11:20 PDT by Yauhen Kharuzhy
Modified: 2013-02-03 14:00 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yauhen Kharuzhy 2012-08-26 11:20:53 PDT
If text in the text input field is longer than field width, and text cursor has been moved to end and to begin of the text, text is not scrolled horizontally and the cursor hides.

How to reproduce:
1. Go to the http://latlon.org/~jek/tmp/quick-start-example.html page.
2. Enter some text in the text field in the popup. Text should be longer than input field width.
3. Move text cursor by keyboard to begin of the text.

The bug was reproduced with Chromium version 21.0.1180.57 Debian wheezy/sid (WebKit 537.1).
Comment 1 Ryosuke Niwa 2013-02-03 14:00:13 PST
(In reply to comment #0)
> 1. Go to the http://latlon.org/~jek/tmp/quick-start-example.html page.
> 2. Enter some text in the text field in the popup. Text should be longer than input field width.
> 3. Move text cursor by keyboard to begin of the text.

I can't do this last step on the said page. It seems like the web page is canceling arrow keys.