Bug 58524 - [Mac] Checkboxes and radios can't be scaled more than 4 times
Summary: [Mac] Checkboxes and radios can't be scaled more than 4 times
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/leaverou/23uP8/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 03:04 PDT by Lea Verou
Modified: 2022-10-17 13:20 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lea Verou 2011-04-14 03:04:40 PDT
Check the testcase. After scale(4), they appear to stay the same size.

Also, scale(2) (the first one) has a strange rendering.

This is a Mac-only issue, it's not present on Windows.
Comment 1 Robin Whittleton 2015-09-01 06:39:50 PDT
Interesting the scale does apply during the check / uncheck animation.
Comment 2 Ahmad Saleem 2022-10-17 12:41:45 PDT
I am not able to reproduce original issue and it seems that Safari 16 and Safari Technology Preview 155 do scale but they are pixelated and blurry compared to sharp / might be vector like of Chrome Canary 109 and Firefox Nightly 107.

I updated the JSFiddle to remove -webkit- as well to test it on Firefox:

https://jsfiddle.net/657j2wqc/show

Appreciate if someone can comment whether we need to have separate bug for pixelation / blurry or we can use this as well. Thanks!
Comment 3 Aditya Keerthi 2022-10-17 13:20:33 PDT
(In reply to Ahmad Saleem from comment #2)
> I am not able to reproduce original issue and it seems that Safari 16 and
> Safari Technology Preview 155 do scale but they are pixelated and blurry
> compared to sharp / might be vector like of Chrome Canary 109 and Firefox
> Nightly 107.
> 
> I updated the JSFiddle to remove -webkit- as well to test it on Firefox:
> 
> https://jsfiddle.net/657j2wqc/show
> 
> Appreciate if someone can comment whether we need to have separate bug for
> pixelation / blurry or we can use this as well. Thanks!

The bug for pixelation / blurriness is https://bugs.webkit.org/show_bug.cgi?id=148675. 

(AppKit has fixed size controls, so a fix to that issue would require changes in AppKit, or changes to how controls are drawn in WebKit)