DRDD2016 / app

0 stars 1 forks source link

Adding Options #307

Closed Dameodeare closed 8 years ago

Dameodeare commented 8 years ago

When you are adding an option, say in "What", if you have typed in an option and then pressed in the "add option" box, the cursor should move there and the ability to type the next option should happen, without haveing to repeat the steps. this will be a better user experience.

we can call to go through this tomorrow if needed.

minaorangina commented 8 years ago

Hi @Dameodeare, I see what you're describing, so no need for a call. At the moment my top priority is to get the real-time feature up and running by Friday at the latest (likely to take a few days). Happy to look at this after that's complete, if time allows.

Dameodeare commented 8 years ago

thanks Mina

On 13 June 2016 at 16:21, Mina notifications@github.com wrote:

Hi @Dameodeare https://github.com/Dameodeare, I see what you're describing, so no need for a call. At the moment my top priority is to get the real-time feature up and running by Friday at the latest (likely to take a few days). Happy to look at this after that's complete, if time allows.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DRDD2016/app/issues/307#issuecomment-225614189, or mute the thread https://github.com/notifications/unsubscribe/ARTqybM3bQ_eI8WKQ7N7vs3AfOcuzOm8ks5qLXWWgaJpZM4Iz2W- .

minaorangina commented 8 years ago

@Dameodeare I've had a look at this and made the changes. Though I've noticed something: let's say you have 3 inputs, all with something in them. If you decide to edit one of the previous ones (e.g. the 1st or the 2nd), the cursor automatically jumps back down to the last input.

I know why this is happening: anytime something changes (e.g. a user is typing), the app does a mini update and will refocus on the last input. It's not something I have much control over, and I haven't managed to find a workaround to prevent this unfortunately.

Also I've not been able to get it working for the Where page - I think the Google Places thing is interfering with my code. Again, I don't have much control over this.

Take a look when we update the live app this evening, and let me know if you want to keep this or not.