[wp-trac] [WordPress Trac] #64350: checkbox not working as expected in the admin panel

WordPress Trac noreply at wordpress.org
Mon Dec 8 20:10:41 UTC 2025


#64350: checkbox not working as expected in the admin panel
-------------------------------------+---------------------
 Reporter:  acmoifr                  |       Owner:  (none)
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  6.9.1
Component:  General                  |     Version:  6.9
 Severity:  normal                   |  Resolution:
 Keywords:  reporter-feedback close  |     Focuses:  css
-------------------------------------+---------------------

Comment (by mydesign78):

 Replying to [comment:16 wildworks]:
 > > I would ask where we'll draw the line at what we choose to support
 within the unsupported class of browsers. There are probably many other
 instances of CSS throughout core that are not supported by Firefox 115 -
 are we going to revert all of those? This may merit adjustments to our
 official browser support policy, but if so, we need to make it a policy
 change, not a one-off.
 >
 > > Based on this clearly falling outside of the current browser support
 policy and this ticket not being the best place to decide a change to that
 policy, I think this should be closed as maybelater with the maybe being
 based on the browser support policy changing at some point in the future.
 >
 > After hearing these two comments, I believe they are certainly correct.
 As such, I'm leaning towards closing this issue as a `maybelater`.
 >
 > Users encountering the issue can restore the native checkboxes with the
 following CSS, if necessary.
 >
 > {{{
 > input[type="checkbox"]:checked::before {
 >   content: none;
 > }
 > input[type="checkbox"] {
 >   -webkit-appearance: auto;
 > }
 > }}}

 Hi, I have Safari browser for IPhone X and I have same problem.
 Where do you insert your CSS to resolve problem?
 Thanks.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64350#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list