Bug 106322 - [BlackBerry] Can't select text out of current focused input
Summary: [BlackBerry] Can't select text out of current focused input
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-08 06:49 PST by Sean Wang
Modified: 2013-01-08 08:30 PST (History)
5 users (show)

See Also:


Attachments
patch (2.73 KB, patch)
2013-01-08 07:00 PST, Sean Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Wang 2013-01-08 06:49:45 PST
When an editable element is focused, touch hold at the out of it couldn't trigger selection.

How to reproduce:
1) Prepare a html page with code "<input value='this is a test'><br> <p>this is a test</p>"
2) Touch in the input, and then touch hold on the text in element <p>

Expected:
when touch in input, the virtual keyboard comes up, when touch and hold on the element <p>, the keyboard goes down, and the text is selected.

Actual:
The text can't be selected.
Comment 1 Sean Wang 2013-01-08 07:00:16 PST
Created attachment 181688 [details]
patch
Comment 2 Rob Buis 2013-01-08 08:22:01 PST
Comment on attachment 181688 [details]
patch

LGTM.
Comment 3 WebKit Review Bot 2013-01-08 08:30:11 PST
Comment on attachment 181688 [details]
patch

Clearing flags on attachment: 181688

Committed r139060: <http://trac.webkit.org/changeset/139060>
Comment 4 WebKit Review Bot 2013-01-08 08:30:14 PST
All reviewed patches have been landed.  Closing bug.