Skip to main content

Search and Top Navigation

#14996 closed bug (duplicate)

Opened July 04, 2016 07:14PM UTC

Closed July 05, 2016 01:53PM UTC

Button set checked property not set on the highlighted radio input in Firefox

Reported by: lpperras Owned by:
Priority: minor Milestone: none
Component: ui.button Version: 1.11.4
Keywords: Cc:
Blocked by: Blocking:
Description

The issue can be reproduced with many versions of Firefox but I did my last tests using Firefox 47.0.1. Here are the steps to reproduce the issue:

$("#radio2").prop("checked")
  • Click on "Choice 1".
  • Type the same snippet as before in the console and the value is now false.
  • Click and hold the click on "Choice 2", then move the cursor from a couple of pixels before releasing it still over the "Choice 2" button.
  • Type the same snippet of code as before and it will return false even though the button "Choice 2" is highlighted.
Attachments (0)
Change History (1)

Changed July 05, 2016 01:53PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #9990.