Closed (fixed)
Project:
Hierarchical Select
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2013 at 18:50 UTC
Updated:
4 Dec 2014 at 12:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dalinThe other options for fixing this cross-browser include:
a) Ensure that your 'default' button is always first in the sort-order, tab-order, and has a default. Then use CSS to position things where you need.
b) Create a duplicate button at the top of the form identical to your 'default' that is hidden with CSS.
Neither of these are possible since we have no idea what the 'default' button is. So disabling the enter key seems simplest.
Comment #2
dalinComment #3
grndlvl commentedThis seems to have been a little too broad, I have narrowed it to just input fields as it currently disables 'enter' for textareas.
Comment #5
stefan.r commentedCommitted, thanks!