Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the code to better handle the dropdown menus #299

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erwindon
Copy link
Owner

@erwindon erwindon commented Dec 27, 2020

Is your feature request related to a problem? Please describe.
The current "checkbox-button" style menu and the "radio-button" style menu's have very dirty implementations.
Both can be found in the command-box.

Describe the solution you'd like
This should be cleaned up. Best solution seems to be the introduction of a "DropDownCheckbox" and "DropDownRadio" sub-classes that handle all the specifics.

Describe alternatives you've considered

  1. Leave it like this.
  2. switch to a gui toolkit that has this available.

Additional context
Additionally, the difference between the user's choice and the system's choice in the "target" menu should be enhanced.

Additionally, the dropdown menu's should work on touchscreens. i.e. the menu opens on 'click' instead of only 'mouseover'.

@erwindon
Copy link
Owner Author

User's choice will be marked with ⚫ when present
System default will be marked with ⚪ when no user's choice exists

Repository owner deleted a comment from sonarcloud bot Mar 28, 2023
@erwindon erwindon force-pushed the dropdown branch 5 times, most recently from b8aebcf to d298891 Compare March 30, 2023 23:14
@erwindon erwindon force-pushed the dropdown branch 4 times, most recently from 20f0632 to 9eb59ec Compare April 14, 2023 21:12
Repository owner deleted a comment from sonarcloud bot Jun 10, 2023
@erwindon erwindon force-pushed the dropdown branch 2 times, most recently from 3e6d055 to 87bebec Compare June 20, 2023 22:53
@erwindon erwindon force-pushed the dropdown branch 3 times, most recently from c8d4d86 to 0e9f49e Compare August 16, 2023 18:10
Repository owner deleted a comment from sonarcloud bot Sep 3, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
1.8% 1.8% Duplication

Copy link

sonarcloud bot commented May 26, 2024

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.9% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant