Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7952235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:47:56+00:00 2026-06-04T02:47:56+00:00

There’s a bug in Windows Chrome that makes a radio button’s background turn white

  • 0

There’s a bug in Windows Chrome that makes a radio button’s background turn white when its parent is both out of the document flow and has -webkit-backface-visibility applied.

Here it is in action:
http://jsfiddle.net/misterkeg/uMajC/

I’m using -webkit-backface-visiblity: hidden to get around the WebKit transition flicker bug.

This problem also occurs if I use the -webkit-transform: translateZ(0) fix instead, so it seems to kick in whenever hardware acceleration is active.

Overriding the input’s -webkit-backface-visibility to visible doesn’t help either.

Are there any known workarounds to this? I’ve filed a Chromium bug but would like to know if there are any ways around it in the meantime.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T02:47:58+00:00Added an answer on June 4, 2026 at 2:47 am

    I have found the same problem but in different context, so might be it’s not a problem with -webkit-backface-visiblity but with several combinations of things. In my case the problem arises when the page with the radio buttons contains a google maps like map (a propietary one, I haven’t found what exactly in the map causes the problem) and is displayed inside an iframe.
    If I hide the map with the inspector the radio buttons look ok, or if I view the page directly, not inside the iframe.

    The only workaround I’ve found is in this page from CSS ninja: http://www.thecssninja.com/css/custom-inputs-using-css.

    In summary, this is the solution (there is a live demo linked from the page I’ve mentioned, http://www.thecssninja.com/demo/css_custom-forms/):

    HTML

    <label for="input1" class="radio_image">
     <input type="radio" name="input" id="input1" />
     <span>Option 1</span>
    </label>
    

    CSS

    /*we hide the real radio button*/
    .radio_image input[type=radio] {
      position:absolute;opacity:0;
    }
    /*we assign the span a background image
      which is a capture of the actual radio button*/
    .radio_image input[type=radio] + span {
      background-image: url("radio-button.gif");
      background-position: left top;
      background-repeat: no-repeat;
      padding-left: 1.6em;
    }
    /*if radio is checked we change the background
      image to one with a checked radio button (it can be
      done with a sprite type background too): */
    .radio_image input[type=radio]:checked + span {
      background-image: url("radio-button-checked.gif");
    }
    

    As the span is inside the label, clicking on it will have the same effect as clicking on the radio button itself, so the radio button still works ok.

    I am working in a developement enviroment so I can´t post you the url, but with the code and the links above I think it’s easy to see.

    If you want to target just Chrome, you can try the solution provided in this post:
    Can you target Google Chrome?

    I hope it helps, I don’t like such a complicated way to render just a simple radio button, in my case I’ve used it in the only page having that problem in my site and it has worked fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There are now so many ways to write windows apps, win32, MFC, ATL, .NET,
There's a bug in FireBug: I accidentally clicked where the line numbers are, which
There is a website called Gild.com that has different coding puzzles/challenges for users to
There is a div (form) which opens on the click of a button. There
There is no doubt that MonoTouch is one of the great cross-compiler(s). Similarly, SenchaTouch
There are some stdlib functions that throw errors on invalid input. For example: Prelude>
There is my code that I want to alert test once when mousemove ,
There is a class that's a fully fledged UIViewController and when that page loads
There is a security concept regarding the calls to the WCF service that I
There are many tutorials that talk about deleting index.php from the url. But I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.