Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

"set homepage" text box forces text to last character #648

Closed
ghost opened this issue Feb 7, 2016 · 4 comments
Closed

"set homepage" text box forces text to last character #648

ghost opened this issue Feb 7, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 7, 2016

After typing one character in the "set homepage" text box, typing gets forced to the last character in that box
Video example, https://gfycat.com/OptimisticNegativeEagle

@bbondy
Copy link
Member

bbondy commented Feb 7, 2016

Noticed this too, didn't have time to post/fix though. Thanks for posting!

@psimyn
Copy link
Contributor

psimyn commented Feb 10, 2016

Apparently ongoing issue for inputs - facebook/react#955

Could store cursor position in state, or only trigger update once typing stops (on timeout/blur/close)

@bbondy
Copy link
Member

bbondy commented Feb 10, 2016

This will just go away due to async nature of flux if we change the about preferences page rendering to use mini flux store. Or just get rid of all setState.

@bbondy
Copy link
Member

bbondy commented Mar 26, 2016

Did this a while ago, it's working properly now.

@bbondy bbondy closed this as completed Mar 26, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants