Bug 34842 - [Qt] In Multiple selection List, only able to select single value on touchscreen
Summary: [Qt] In Multiple selection List, only able to select single value on touchscreen
Status: RESOLVED DUPLICATE of bug 36124
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: QtWebKit Unassigned
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-02-11 08:02 PST by nokiabugz
Modified: 2010-03-16 09:21 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nokiabugz 2010-02-11 08:02:57 PST
STEPS TO REPRODUCE:
1.Launch browser and load the page which has multiselection list. (or can test the attached html file)
2. In multi selection list select multiple values.
ACTUAL RESULTS:
Able to select only one value, not selecting multiple values.
EXPECTED RESULTS:
It should allow to select multiple values.
Comment 1 Benjamin Poulain 2010-03-04 02:34:27 PST
Example: http://www.htmlcodetutorial.com/forms/_SELECT_MULTIPLE.html

On touch screens, the selection/deselection of individual items should be done with mouseclick/finger tap. The current behavior relies on the ctrl and maj being pressed.
Comment 2 Kenneth Rohde Christiansen 2010-03-04 04:32:06 PST
This should be handled like the iPhone, by popping up a special selector widget. Work is being done on this by Luiz and tracked in JIRA.
Comment 3 Antonio Gomes 2010-03-16 09:21:01 PDT

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