When using an autocomplete field hitting enter to choose attempts to submit the form. The options disappear and the box is left unchanged.

Im guessing its triggering the wrong submit.

This is not a boxes issue as making the change to any of the boxes provided fields handles enter button usage correctly.

Comments

fxarte’s picture

Cloud you provide more information? a screenshot? Any error message?
I'm having a possibly similar issue where if the referred title + id is longer that 128 chars it won't save.

wbobeirne’s picture

This is a tough one, but ultimately comes up as a problem with Boxes. The keydown event in boxes.js forces the enter key to submit for the whole form. There's not really an easy and intuitive way to get this to work differently for the autocomplete form, but work the same for all other forms.

hefox’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)

Reread this ticket twice and not sure what set up is that is causing this bug, etc. Could you provide better steps to reproduce?