Bug 106322

Summary: [BlackBerry] Can't select text out of current focused input
Product: WebKit Reporter: Sean Wang <xuewen.ok>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, rwlbuis, tonikitoo, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
patch none

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.