cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

Enter key in <textarea> #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Unlike other input elements, a <textarea> can contain new line characters. The 
Enter key should be able to enter a new line in those fields, so it would not 
act exactly like a dedicated EZ Action key.

When we revisit this issue after v. 1.0, we will need to decide what a 
dedicated EZ Action key does vs. the Enter key (or the specially colored EZ 
Enter key on the special combo keyboard).

My initial thoughts:
Dedicated EZ Action -- reads what has been typed in the field, saying something 
like, "You have typed: ___."

Enter key -- inserts a line break into the text area. A person can read the 
field either by waiting or by moving up and down to the field again (although 
this would read: "<name>, text area, contains ___."

Original issue reported on code.google.com by jbjor...@gmail.com on 4 Sep 2013 at 3:48