Closed
Bug 3170
Opened 26 years ago
Closed 25 years ago
Need focus manager
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
VERIFIED
FIXED
People
(Reporter: kmcclusk, Assigned: joki)
Details
(Whiteboard: [MAKINGTEST] webmaster@csoft.qc.ca)
Focus manager needs to be implemented. Need to be able to receive focus and blur
events as the result of the user tabbing between form elements, clicking on a
element, etc.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
I have something sort of ready now but not checked in. The lack of visual
feedback on focus change makes this hard to verfiy. Doesn't seem to have
adverse effects, though. Think I'll check it in today/tomorrow and we'll go
from there.
Assignee | ||
Updated•26 years ago
|
Summary: Need focus manager
Assignee | ||
Comment 2•26 years ago
|
||
Oh yeah, and this really needs a subject
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
The focus manager exists and works well enough to call this fixed. Individual
defects being handled through separate bugs.
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Comment 4•25 years ago
|
||
- (Internally) go to this URL:
http://marvin/whitebox/tools/event%20tools/16-1.html
- click the "Browse" button. An event should be recorded for blur & focus in the
"Input Events" text field, but it is not.
- Same for the SELECT and MULTIPLE SELECT boxes, and for the text area itself
Note: radio buttons, checkboxes, input text, input password, input button, input
reset, and input reset all work with regard to focus and blur
Updated•25 years ago
|
Resolution: FIXED → ---
Comment 5•25 years ago
|
||
Sorry, previous comments were for mac only.
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
We have a number of individual bugs open on focus issues. Since this one was a
more general code level issue I'm going to close it.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
ok, verified
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•