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

Bug Report: date field blocked by calendar #8345

Open
AJLinn opened this issue Nov 29, 2024 · 5 comments
Open

Bug Report: date field blocked by calendar #8345

AJLinn opened this issue Nov 29, 2024 · 5 comments
Assignees
Labels
Bug Arctos is not performing as it should. Enhancement I think this would make Arctos even awesomer! Function-ObjectRecord Priority-Normal (Not urgent) Normal because this needs to get done but not immediately. User experience Issues related to user experience difficulties

Comments

@AJLinn
Copy link

AJLinn commented Nov 29, 2024

Describe the bug
When working on my laptop, every time I try to enter a date manually in any of the date fields, the popup calendar blocks the view of the date field forcing me to either type blindly or to use the calendar pick tool (which I hate using).

Do you have any control on where the calendar is placed in relation to the date field being edited?

To Reproduce
Steps to reproduce the behavior:

  1. Go to any date field
  2. Click on the field to edit
  3. Try to enter the date manually.
  4. Hope you got it right!

Screenshots
Screenshot 2024-11-29 at 2 45 51 PM
I'm trying to change the date to today's which takes three times as long to use the calendar tool as to manually enter today's date.

Does anyone else have this problem? I wonder if it's a screen size issue?

@AJLinn AJLinn added the Bug Arctos is not performing as it should. label Nov 29, 2024
@AJLinn AJLinn added Priority-Normal (Not urgent) Normal because this needs to get done but not immediately. Function-ObjectRecord Enhancement I think this would make Arctos even awesomer! User experience Issues related to user experience difficulties labels Nov 29, 2024
@AJLinn
Copy link
Author

AJLinn commented Nov 30, 2024

A side note: the calendar seems to pop up in arbitrary locations... sometimes the field is blocked, sometimes the calendar opens below the field. I'm perplexed...

@AJLinn
Copy link
Author

AJLinn commented Nov 30, 2024

Another side note: if you hit "return" while the calendar is hovering over your date field, it disappears.

@campmlc
Copy link

campmlc commented Nov 30, 2024

I have the same problem on my laptop. It is very frustrating. I have to try to microshift the cursor to the very edge of the visible part of the calendar to click it so the popup goes away, and usually this takes several tries.

@dustymc
Copy link
Contributor

dustymc commented Dec 2, 2024

have any control

Maybe-kinda, but probably not a good investment: https://github.com/ArctosDB/BackBurner/issues/23

HTML has a native datepicker now, converting to it should be trivial (but probably tedious), BUT it displays according to browser locale, which would possibly add some confusion. (Example: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_date)

hit "return"

That should select the default, probably {today}. ESC should close without selection.

@dustymc dustymc added this to the Community Forum milestone Dec 2, 2024
@cjconroy
Copy link

cjconroy commented Dec 2, 2024

Here is another issue. My browser remembers some (but not all) previous dates I have used, and plops them right on top of the calendar.
arctos calendar popup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Arctos is not performing as it should. Enhancement I think this would make Arctos even awesomer! Function-ObjectRecord Priority-Normal (Not urgent) Normal because this needs to get done but not immediately. User experience Issues related to user experience difficulties
Projects
None yet
Development

No branches or pull requests

4 participants