• The checkbox does not work so I can’t check Update plugin, Update themes etc.

    Maybe JS conflict and I don’t like conflict, removed

Viewing 1 replies (of 1 total)
  • Actually it’s a CSS rule that is the issue:

    input[type=”checkbox”], input[type=”radio”] {

    -webkit-appearance: none;
    -moz-appearance: none;

    }

    if you deactivate those in the dev console, the checkboxes will be usable (I sent a bug report to the developer. Hopefully there will be a patch soon

Viewing 1 replies (of 1 total)
  • The topic ‘The Updater check box does not work’ is closed to new replies.