tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Feedback: Recommended menu problem #1051

Closed kalobkalob closed 9 years ago

kalobkalob commented 9 years ago

Recommended menu appears over the email text field on the 'get feedback' page. It shows up when the three text fields have focused. At the very least, the recommended menu should hide when the email field has the focus.

Before focus. screenshot 2015-09-28 20 26 23

After focus screenshot 2015-09-28 20 26 25

UnspeakableHorror commented 9 years ago

There's also a weird problem with writing text in those fields and the autocomplete, maybe it's just me but when I write it seems to eat half the characters I write so they end up something like:

First Name: Crls Last Name: Gglrdi email: carlh@mailcom

@kalobkalob did it happen to you too?

kalobkalob commented 9 years ago

@UnspeakableHorror What sort of autocomplete are you referring to? When typing in the fields, all I get are what you see from my earlier picts. That 'recommend' menu is the only part I can see.

UnspeakableHorror commented 9 years ago

Yes, that menu.

tarex commented 9 years ago

@nelonoel need suggestion on here , should i create another field only for suggestion and these 3 fields for separate form ?

kalobkalob commented 9 years ago

I see one major problem here, the suggest window never moves to more reasonable locations. As a result, it gets in the way of typing.

nelonoel commented 9 years ago

@kalobkalob right. @tarex, we should render the autocomplete panel as a sibling to the textbox. We can have a common parent for them both and let CSS handle the positioning. Note that we should render null if the textbox is not in focus or is blank.