CMUBigLab / webanywhere

Accessible Technology Anywhere
http://webanywhere.cs.washington.edu/beta/
Other
17 stars 7 forks source link

Location field text area is unable to focus with mouse. #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Location field text area is unable to focus with mouse.

Below are some emails about this issue.

=====
Wendy,

> But, it looks like you have an issue with FF3 on Linux with the mouse
> on the location area.  If you use the mouse, to put focus on the
> location area, what happens? Where does the focus go? Can you use
> control+l (the keyboard shortcut) to put focus on the location area?
In my memory, the phenomenon with FF3 on Linux is same to that of IE7
and Chrome3 on Windows as follow:
1) Click the location area with mouse. The speaker will say "Location
field text area"
2) Input a character, the character doesn't display in the area. The
speaker will restart to say "Location field text area". Every key
stroke will make speaker restart to say that sentence.

Everything works right if I focus location area with CTRL+l

Cameron
-----
To fix this, I think there should be a mousedown event listener attached to
the outer frame, which will call the same function called when CTRL+l is
pressed.

WA.Interface.focusBrowserElement('location');

-Jeff

Original issue reported on code.google.com by hgn...@gmail.com on 21 Mar 2010 at 10:27

GoogleCodeExporter commented 9 years ago
add "WA.Interface.focusBrowserElement('location');" to locationFocus in 
interface.js

Original comment by hgn...@gmail.com on 5 Apr 2010 at 8:37