Vote #78441
完了Clicking custom field label should not check the first option
0%
説明
+Environment:+
- Redmine version 3.3.1.stable
- Ruby version 2.1.8-p440 (2015-12-16) [i386-mingw32]
- Rails version 4.2.7.1
- Environment production
- Database adapter Mysql2
+Context:+
I have created a custom field of type Boolean, with a description.
When I edit an issue that possesses this custom fields, I get a behaviour that can be a drawback.
If I click on the underlined text +Exported+, the radio button (none) get selected.
!capture.png!
+Expected behavior:+
- To select a radio button, either click on the button itself or its text.
- Clicking on the text of the custom field must not have any effect on the current selected button.
journals
This is fixed in r16574 for boolean and list custom fields that are rendered as check boxes.
Thanks for pointing this out.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------