Bug 34842
Summary: | [Qt] In Multiple selection List, only able to select single value on touchscreen | ||
---|---|---|---|
Product: | WebKit | Reporter: | nokiabugz |
Component: | Platform | Assignee: | QtWebKit Unassigned <webkit-qt-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | benjamin, kenneth, luiz, tonikitoo, vestbo |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | S60 Hardware | ||
OS: | S60 3rd edition |
nokiabugz
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
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.
Kenneth Rohde Christiansen
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.
Antonio Gomes
*** This bug has been marked as a duplicate of bug 36124 ***