Closed
Bug 304053
Opened 19 years ago
Closed 19 years ago
Inconsistent focus indication in Midas
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mcow, Assigned: neil)
References
()
Details
(Keywords: fixed1.8)
Attachments
(1 file)
|
626 bytes,
patch
|
roc
:
review+
roc
:
superreview+
asa
:
approval1.8b4+
|
Details | Diff | Splinter Review |
If you click on a Midas editor (e.g at the demo page, or in the mail compose window) the focus indication is limited to the flashing caret (perhaps not even that -- bug 64451, bug 101333, I think some mail bugs about this too). But if you tab into the editor, a focus ring is drawn around perimeter. In the mail compose window, this can be seen by using Shift+Tab to the editor, or by setting the focus to the attachment bucket and then tabbing -- there is code to handle a tab from Subject which appears to bypass the normal action. In fact, that code may be in place explicitly to suppress the display of the focus ring. (Comments in the code? We don't need no steeenking comments!) Per Neil, "this is because ShiftFocus calls nsDocShell::SetHasFocus - but maybe that should be suppressed for editor." Aaron, do you think this qualifies as an 'access' bug?
| Assignee | ||
Comment 1•19 years ago
|
||
Mike, sorry, I'd confused SetHasFocus with SetCanvasHasFocus. I've only tested this with the compose window as Midas isn't working in trunk.
Assignee: mozeditor → neil.parkwaycc.co.uk
Status: NEW → ASSIGNED
Attachment #192143 -
Flags: superreview?(roc)
Attachment #192143 -
Flags: review?(aaronleventhal)
Attachment #192143 -
Flags: superreview?(roc)
Attachment #192143 -
Flags: superreview+
Attachment #192143 -
Flags: review?(aaronleventhal)
Attachment #192143 -
Flags: review+
| Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 192143 [details] [diff] [review] Proposed patch Low risk patch to disable the tab focus ring for editable frames.
Attachment #192143 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #192143 -
Flags: approval1.8b4? → approval1.8b4+
| Reporter | ||
Comment 4•19 years ago
|
||
Verified fixed (tested only the message-compose window case) with TB 1.0+0819.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•