Bug 41847

Summary: [Qt] Radio buttons and check boxes don't zoom in along with page
Product: WebKit Reporter: nokiabugz
Component: New BugsAssignee: 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:    

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.