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

Usability issue: extrude dialog allows backspace to move from distance back to face selection #3835

Open
yeroca opened this issue Sep 7, 2024 · 0 comments
Labels
bug Something isn't working high-priority ux-papercut User experience paper cuts

Comments

@yeroca
Copy link

yeroca commented Sep 7, 2024

I click extrude, select a face to extrude, then the system presents a dialogue that shows the amount I want to extrude. I click into the amount box, type a number then decide to erase that value using backspace. If I backspace beyond the first digit, the dialogue reverts to selecting a face again, which is definitely not what I want. Backspace should not go to a previous step in the dialogue, in my opinion. This is too error prone. I think a lot of people have that habit of hitting backspace more times than there are characters to clear out the field completely, and they will be thrown off (as I was) by the dialogue switching to the previous step (selecting a face).

Screenshot

Core Dump

coredump-98675ceb-4238-411d-9b8b-a813caa931e8.json

Reference ID: 98675ceb-4238-411d-9b8b-a813caa931e8

KCL Code
const matL = 200
const matD = 120
const sketch001 = startSketchOn('XY')
  |> startProfileAt([-399.66, 200.24], %)
  |> angledLine([0, matL], %, $rectangleSegmentA001)
  |> angledLine([
       segAng(rectangleSegmentA001) - 90,
       matD
     ], %, $rectangleSegmentB001)
  |> angledLine([
       segAng(rectangleSegmentA001),
       -segLen(rectangleSegmentA001)
     ], %, $rectangleSegmentC001)
  |> lineTo([profileStartX(%), profileStartY(%)], %)
  |> close(%)

@yeroca yeroca changed the title Usability issue: extrude dialog allows backspace to move to previous dialogue face selection Usability issue: extrude dialog allows backspace to move from distance back to face selection Sep 7, 2024
@jessfraz jessfraz added bug Something isn't working high-priority ux-papercut User experience paper cuts labels Sep 7, 2024
@jessfraz jessfraz added this to the v1 Modeling App Launch milestone Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority ux-papercut User experience paper cuts
Projects
None yet
Development

No branches or pull requests

2 participants