[Webkit-unassigned] [Bug 15695] New: focusing a textarea moves input cursor to beginning of textarea instead of end
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 25 16:33:34 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15695
Summary: focusing a textarea moves input cursor to beginning of
textarea instead of end
Product: WebKit
Version: 523.x+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kdecker at apple.com
In other browsers, modifying/focusing a textarea places the input cursor at the
end of the textarea. Safari puts it at the beginning.
* STEPS TO REPRODUCE
1. Open the attached test case in Safari.
* RESULTS
Safari places the input cursor at the beginning of the textarea, instead of the
end of the text area as Firefox does.
<textarea id="test">Click the button below</textarea>
<input type="button" value="Click me"
onclick="document.getElementById('test').focus();">
--
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