Bug 41847
Summary: | [Qt] Radio buttons and check boxes don't zoom in along with page | ||
---|---|---|---|
Product: | WebKit | Reporter: | nokiabugz |
Component: | New Bugs | Assignee: | QtWebKit Unassigned <webkit-qt-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | hausmann, luiz, suresh.voruganti |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | S60 Hardware | ||
OS: | S60 3rd edition | ||
Bug Depends on: | 45776 | ||
Bug Blocks: |
nokiabugz
STEPS TO REPRODUCE:
1.Load a page that contains radio button/check boxes.
2.Zoom in the page by tapping on zoom in button.
ACTUAL RESULTS:
Radio buttons and check boxes doesn't zoom in along with the page.
EXPECTED RESULTS:
Radio buttons and check boxes should zoom in according to the page zoom in level.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Suresh Voruganti
This bug is significantly slowing down the Browser QA testing
Internal details https://bsetpl02.americas.nokia.com/browse/BR-3628
So proposing to top error and adding the dependency to 39121
Luiz Agostini
There are two issues related to this bug:
1 - the zoom factor is not considered by RenderThemeQt when calculating sizes for radios and checkboxes
2 - the used QStyle must support different sizes for radios and checkboxes. QWindowsStyle and QMacStyle, for example, do not.
Item 1 was handled in bug 45776.
Suresh Voruganti
Is some one working on Item 2?
Simon Hausmann
I suggest we close this bug... Misha?
Suresh Voruganti
shall we close the bug?
Suresh Voruganti
Closing the issue as the test results with Tiling proved that issue is not reproducible.