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

atom number box toggling inconsistency #1032

Open
porres opened this issue May 24, 2020 · 0 comments
Open

atom number box toggling inconsistency #1032

porres opened this issue May 24, 2020 · 0 comments

Comments

@porres
Copy link
Contributor

porres commented May 24, 2020

when you have an atom box with width = 1, it acts like a toggle, shifting between 0 and 1

if you have width > 1 you can have a toggle behaviour if you alt click on, by default it shifts between 0 and 1 but you can set another nonzero value (which is the last nonzero value setted in the object).

Ok, where's the inconsistency?

So, if you click and type into an atom box, you can type and hit enter, and keep doing that again and again. When you toggle, like when the width = 1, you can't type into the object, and when you toggle via "alt" key, then it doesn't allow you to type into the object box anymore if you toggle it off, but allows you to type in when you toggle in.

What seems reasonable to me is that when you're toggling you shouldn't be able to type into the object box and/or hit enter, which is what happens when the width = 1 and when you toggle it off by using alt key when width > 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant