-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Describe the bug
Description
When creating a new ServiceControl and Audit instance, the checkboxes that control whether each instance can become unchecked without clicking inside the bounds of the checkbox.
In addition, the show/hide toggle is so close to the checkbox that it's easy to "miss" and hit the checkbox instead. 10-20 extra pixels of horizontal padding would fix that.
Expected behavior
The checkboxes should only change state if a click occurs within the checkbox bounds.
Actual behavior
Clicking in all of the whitespace directly "south" of the checkbox will also change the checkbox state.
Versions
Observed in 6.7.6.
Steps to reproduce
- In ServiceControl Management, click New > Add ServiceControl and Audit Instances
- Expand the ServiceControl instance details.
- Clicking anywhere in the red highlighted zone will deselect the checkbox.
Relevant log output
Additional Information
Workarounds
"Don't miss" 😉
Possible solutions
- Only change state when clicking on the checkbox itself (required)
- Increase padding between checkbox and show/hide control