[Webkit-unassigned] [Bug 26346] when a string is appended to the text input field with a script, the behavior is different than when strings are typed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 11:36:51 PDT 2009


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





------- Comment #1 from jshin at chromium.org  2009-06-12 11:36 PDT -------
Created an attachment (id=31205)
 --> (https://bugs.webkit.org/attachment.cgi?id=31205&action=view)
test

After loading this test page, click on the button multiple times. Everytime
it's clicked, '123' and 'abc' are appended in turn. When the string in the text
input field is too long to be shown in the input box, the caret is at the end
of the string. However, the end of the 'visible' string 'lags' behind by 'one
click'. That is, it's not where the current caret is but is at the end of the
previous 'append'.

bug 25444 might be related to this. 


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