Bug 41847 - [Qt] Radio buttons and check boxes don't zoom in along with page
Summary: [Qt] Radio buttons and check boxes don't zoom in along with page
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Hardware S60 3rd edition
: P2 Normal
Assignee: QtWebKit Unassigned
URL:
Keywords: Qt
Depends on: 45776
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-08 05:47 PDT by nokiabugz
Modified: 2010-09-21 13:00 PDT (History)
3 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-07-08 05:47:50 PDT
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.
Comment 1 Suresh Voruganti 2010-09-09 10:01:22 PDT
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
Comment 2 Luiz Agostini 2010-09-14 13:23:21 PDT
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.
Comment 3 Suresh Voruganti 2010-09-16 10:01:44 PDT
Is some one working on Item 2?
Comment 4 Simon Hausmann 2010-09-16 12:21:30 PDT
I suggest we close this bug... Misha?
Comment 5 Suresh Voruganti 2010-09-20 10:10:10 PDT
shall we close the bug?
Comment 6 Suresh Voruganti 2010-09-21 13:00:20 PDT
Closing the issue as the test results with Tiling proved that issue is not reproducible.