Closed
Bug 79483
Opened 24 years ago
Closed 24 years ago
Space no longer activates buttons, checkboxes, radiobuttons
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: diego, Assigned: arik)
References
Details
(Keywords: access, regression, Whiteboard: want for mozilla 0.9.1)
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
The space bar does not activate a button when pressed over a button with the
focus. This is important for keyboard navigation in my opinion. 0.8.1 still had
this functionality, 0.9 and todays nightly (build id 200105089 do not.
Steps to reproduce:
1) go to http://www.google.de
2) press tab to give the "Google-Suche" (german for google search) button the
focus
3) press space
4) nothing happens
Keep up the good work, guys!
Comment 1•24 years ago
|
||
This is unfortunately a recent regression....
Thanks for using Mozilla and reporting bugs!
*** This bug has been marked as a duplicate of 53896 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
Let's leave this open. That other bug has been open for so long, and was only
really for the scrolling problem. Now it no longer scrolls, but no longer
works either.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 4•24 years ago
|
||
Cc'ing Rod, but I'd guess this is Arik since it's all broken for other form
elements (e.g. checkboxes).
Assignee: alecf → arik
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: space no longer activates buttons → Space no longer activates buttons, checkboxes, radiobuttons
Comment 7•24 years ago
|
||
Aw, come on - I was first in 79253! Just kidding. cc: me.
Comment 9•24 years ago
|
||
p2/0.9.1, probably need to take on 0.9 branch too, if broken there. please add
ETA dates to status whiteboard.
Assignee | ||
Comment 10•24 years ago
|
||
not sick anymore. will get on this asap. will update whiteboard rsn.
Status: NEW → ASSIGNED
Assignee | ||
Comment 11•24 years ago
|
||
hmm, afaict the problem here isn't that my change broke the command working but
that atm the focused element is not correct, the buttons and checkboxes are not
being considered focused when the outline is on them but one or more tabs later.
don't think i broke this but i will do a local revert to make sure. either way i
wonder what is causing this...?
Comment 12•24 years ago
|
||
*** Bug 80673 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
*** Bug 80908 has been marked as a duplicate of this bug. ***
Comment 14•24 years ago
|
||
yes, the current focused content in the EventStateManager is incorrect. I have
a simple form example with a submit button and for some reason a "box" frame has
focus.
Comment 15•24 years ago
|
||
A long shot, but any chance this is related to bug 81115?
Assignee | ||
Comment 16•24 years ago
|
||
could be related, i need to look into all of this, i am making progress on the
bug.
Assignee | ||
Comment 17•24 years ago
|
||
ok i think i know what is going on here, should have a first crack at a patch
(and an explanation) later tonight
Assignee | ||
Comment 18•24 years ago
|
||
well i do (sorta) know what's going on, i did in fact cause this by my move of
the js spacebar code into the c++, somehow the c++ code is getting the wrong
active element, asked saari for help as my focus knowledge is in no way
extensive.
Assignee | ||
Comment 19•24 years ago
|
||
Assignee | ||
Comment 20•24 years ago
|
||
ok, so i moved my code to before the code that prevents default actions from
happening which was stopping the action from taking place. the bit about the
wrong element being focused appears to have been incorrect, anyway seeking r=
and sr= ;-)
Assignee | ||
Comment 21•24 years ago
|
||
Comment 22•24 years ago
|
||
Yes, that looks right. sr=hyatt
Assignee | ||
Comment 24•24 years ago
|
||
commited on trunk, need a= for 0.9
Comment 25•24 years ago
|
||
Works on Win32 - 2001051908.
Comment 26•24 years ago
|
||
Whoops, I spoke too soon. If pressing the button causes the password manager
dialog to come up ("Save this password?" Yes/Never/No), the Yes button is
automatically pressed. Try this at hotmail.com, my.netscape.com, bugzilla login
page, etc.
Assignee | ||
Comment 27•24 years ago
|
||
what? ok i will try this out... damnit...
Assignee | ||
Comment 28•24 years ago
|
||
just tested with my build from last night and it works fine on linux at least...
Comment 29•24 years ago
|
||
That's bug 68846; it existed before this fix. Reclosing.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 30•24 years ago
|
||
need to get into 0.9, not closed yet...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 31•24 years ago
|
||
Really?? I've never run into this before, and I run on nothing but nightlies,
but I guess it's all contained in 68846. Maybe I just haven't gone to a login
site since February, but I'm pretty sure I have.
Assignee | ||
Comment 32•24 years ago
|
||
0.9 is closed. drivers said nothing is being checked in to that branch which
means...
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 33•24 years ago
|
||
vrfy fixed using 2001.05.24.0x comm bits on winnt and mac, and an 8pm [5/24] moz
debug on linux.
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•