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

"Send" icons animate when tab-focused (should only be once activated) #309

Open
towerofnix opened this issue May 5, 2018 · 0 comments
Open
Assignees
Labels
bug/misfeature we found a moth in the code again client Affects the @decent/client package.

Comments

@towerofnix
Copy link
Member

Try using the tab key to select this:

The "send" button

Assigning @heyitsmeuralex since you probably implemented this. I imagine you're using CSS :focus to animate this, but that obviously has the drawback of this bug. My suggested behavior: Animate once the button is activated (JS pressed event), and de-animate (i.e. return to original appearance, with the paper plane visible) once the button loses focus.

@towerofnix towerofnix added bug/misfeature we found a moth in the code again client Affects the @decent/client package. labels May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/misfeature we found a moth in the code again client Affects the @decent/client package.
Projects
None yet
Development

No branches or pull requests

2 participants