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

First proposal for editing DateTimePicker values #29

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

wolframhaussig
Copy link
Contributor

@wolframhaussig wolframhaussig commented Aug 9, 2023

closes #24

TODO:

  • Up/Down-Buttons seem to increment/decrement twice
  • directly entering values using the numeric keys not implemented
  • not tested with dates(only time values tested yet)

@wolframhaussig wolframhaussig force-pushed the bug/24-bug-keyboard-control-behavior-of-the-stylabledatetimepicker-control branch from 5d92f77 to 258bb62 Compare August 9, 2023 18:03
@wolframhaussig wolframhaussig force-pushed the bug/24-bug-keyboard-control-behavior-of-the-stylabledatetimepicker-control branch from af2c50e to 1753730 Compare August 9, 2023 19:52
@wolframhaussig wolframhaussig marked this pull request as ready for review August 10, 2023 16:35
Copy link
Contributor

@Nockiro Nockiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the current approach, I do however see a bit of space for improvements:

  • if we support keyboard input , we should support it in all aspects (-> WoD and month, too) to avoid confusion, imo
  • the current spacing works fine for Format=Long, but not so well for Format=Short or even Format=Time. We should probable use different spacing values for each of them.

@wolframhaussig wolframhaussig marked this pull request as draft October 26, 2023 05:00
…ontrol-behavior-of-the-stylabledatetimepicker-control

# Conflicts:
#	StylableWinFormsControls/StylableWinFormsControls/Controls/StylableDateTimePicker.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Keyboard control behavior of the StylableDateTimePicker control
2 participants