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

AccuDraw improvements #754

Open
3 tasks
GerardasB opened this issue Mar 4, 2024 · 0 comments
Open
3 tasks

AccuDraw improvements #754

GerardasB opened this issue Mar 4, 2024 · 0 comments
Labels
css Issue related to CSS enhancement New feature or request react Issue related to React

Comments

@GerardasB
Copy link
Collaborator

GerardasB commented Mar 4, 2024

Is your feature request related to a problem? Please describe.

This is a general issue for AccuDraw improvements.

Currently known problems:

  • AccuDraw doesn't remember last-used coordinate input mode, which might require user to run the keyin or shortcut (A+T) to change the mode between sessions. https://www.itwinjs.org/reference/core-frontend/accudraw/compassmode/
  • When one of AccuDraw fields is focused it is easy to navigate outside of accudraw widget by simply pressing tab.
  • When AccuDraw widget is displayed the auto-focus feature is changing the activeElement/focus before a tool that requires accudraw is activated.

Describe the Solution you'd like

  • Remember last-used coordinate input mode between sessions.
  • Pressing Tab should toggle between AccuDraw input fields (instead of focusing other elements)
  • AccuDraw fields should not be focused until a tool that requires AccuDraw is activated
@GerardasB GerardasB added enhancement New feature or request css Issue related to CSS react Issue related to React labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css Issue related to CSS enhancement New feature or request react Issue related to React
Projects
None yet
Development

No branches or pull requests

1 participant