Closed
Bug 338164
Opened 19 years ago
Closed 18 years ago
Labe with accesskey and button inside -- different on Windows and Linux
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sam22, Unassigned)
Details
(Whiteboard: CLOSEME 06/27)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.10) Gecko/20050925 Firefox/1.0.4 (Debian package 1.0.4-2sarge5)
Build Identifier: Linux Version is 1.0.4 and Windows is 1.5.0.2
I have coded:
<label accesskey="X"><input type="button" onclick="alert('ok')" /></label>
On Linux when I hit "Alt + X" window "ok" is displayed.
On Windows when I hit "Alt + X" button only gets focus, but I have to hit Enter to make window "ok" appear.
Reproducible: Always
Steps to Reproduce:
1. make document "<html><body><form><label accesskey="X"><input type="button" onclick="alert('ok')" /></label></form></body></html>"
2. open on linux and on windows
3. hit Alt + X -- see what happens
Expected Results:
I would like window "ok" appear every time i hit alt+x
Comment 1•18 years ago
|
||
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.5.0.x Branch
Reporter | ||
Comment 2•18 years ago
|
||
Yes -- now everything works ok!
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•18 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•