Bug 113045
Summary: | [Qt] <select> dropdown is not updated after an option is selected from QML itemSelector component | ||
---|---|---|---|
Product: | WebKit | Reporter: | Olivier Tilloy <olivier> |
Component: | WebKit Qt | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | pierre.rossi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 91862 | ||
Bug Blocks: |
Olivier Tilloy
Steps to reproduce:
1) Build QML MiniBrowser from webkit trunk
2) Run the MiniBrowser and point it to e.g. http://mdn.mozillademos.org/en-US/docs/HTML/Element/optgroup$samples/Example?revision=344959
3) Click the dropdown widget, and select any available option but the one previously selected (the first one)
Expected result: the item selector component is discarded, and the dropdown widget is updated to reflect the option that was selected.
Current result: the item selector component is discarded, but the dropdown widget is not updated with the selected option until clicking somewhere else on the page.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pierre Rossi
Maybe not an exact duplicate but should be solved together with 91862.
*** This bug has been marked as a duplicate of bug 91862 ***