-
Notifications
You must be signed in to change notification settings - Fork 44
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
erwindon
wants to merge
1
commit into
master
Choose a base branch
from
dropdown
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User's choice will be marked with ⚫ when present |
erwindon
force-pushed
the
dropdown
branch
3 times, most recently
from
December 28, 2020 23:48
90b615f
to
12df10f
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
February 13, 2021 11:57
afb9270
to
b879cf3
Compare
erwindon
force-pushed
the
dropdown
branch
6 times, most recently
from
August 22, 2021 12:40
f265dd1
to
ed09767
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
September 5, 2021 20:07
575dbcd
to
8535af0
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
June 20, 2023 22:53
3e6d055
to
87bebec
Compare
erwindon
force-pushed
the
dropdown
branch
3 times, most recently
from
August 16, 2023 18:10
c8d4d86
to
0e9f49e
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
May 1, 2024 00:00
979beaf
to
c51183b
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
May 26, 2024 20:12
fc2226a
to
54015e6
Compare
erwindon
force-pushed
the
dropdown
branch
2 times, most recently
from
October 27, 2024 21:52
de17bc4
to
8c5346b
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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'.