Bug 26788 - Text selection is slow in native textareas
Summary: Text selection is slow in native textareas
Status: RESOLVED DUPLICATE of bug 56213
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-06-28 19:23 PDT by Daniele Metilli
Modified: 2011-04-03 00:46 PDT (History)
2 users (show)

See Also:


Attachments
Test case (352 bytes, text/html)
2009-06-28 19:24 PDT, Daniele Metilli
no flags Details
Test case (360 bytes, text/html)
2009-06-28 19:27 PDT, Daniele Metilli
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniele Metilli 2009-06-28 19:23:29 PDT
If a selection is performed too quickly in textareas, some characters do not get selected. The caret is shown in the correct position, but the resulting selection is incorrect.

Steps to reproduce:

1) Open the test case
2) Follow the instructions
Comment 1 Daniele Metilli 2009-06-28 19:24:19 PDT
Created attachment 31996 [details]
Test case
Comment 2 Daniele Metilli 2009-06-28 19:27:46 PDT
Created attachment 31997 [details]
Test case

Fixed a wording mistake.
Comment 3 Alexey Proskuryakov 2009-06-30 02:12:06 PDT
Does this work right for you in other applications?
Comment 4 Daniele Metilli 2009-06-30 21:06:24 PDT
I have tried the test case in Firefox and it works correctly. This bug seems to be specific to WebKit native text areas. I can reproduce it on a G4 but not on an Intel Mac, so it might be a performance issue.
Comment 5 Daniele Metilli 2009-07-03 18:06:24 PDT
I still can't reproduce this bug on my Intel Mac. I will try it on another G4 as soon as I can.
Comment 6 Daniele Metilli 2011-03-28 20:15:07 PDT
Can't reproduce anymore, either the bug has been fixed or it was never there in the first place.
Comment 7 Alexey Proskuryakov 2011-03-28 23:34:23 PDT
I think there were some closely related bugs reported recently - Ryosuke might remember.
Comment 8 Ryosuke Niwa 2011-04-03 00:46:30 PDT
Fixed in http://trac.webkit.org/changeset/81053.

*** This bug has been marked as a duplicate of bug 56213 ***