Closed
Bug 124310
Opened 23 years ago
Closed 21 years ago
Need new property to autocomplete for use in mail compose window
Categories
(SeaMonkey :: Autocomplete, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ssu0262, Assigned: neil)
References
Details
(Keywords: access)
Attachments
(1 file)
3.22 KB,
patch
|
timeless
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
The mail compose window needs to be able to have keyboard navigation (arrow keys
up/down) in the address fields. However, the autocomplete feature takes over
the arrow keys and prevent proper keyboard navigation between the address fields.
The arrow keys currently bring open the autocomplete menulist. We need a
property to suppress that feature.
I have a fix for this as part of the patch to bug 88187. reassigning this bug
to myself.
Assignee: hewitt → ssu
The patch to fix this that is attached to bug 88187, appearently is not quite
the correct fix (eventhough it works).
setting target milestone to mozilla1.0 and reassigning to Hewitt, given his
comment in bug 88187.
Assignee: ssu → hewitt
Target Milestone: --- → mozilla1.0
Comment 5•23 years ago
|
||
I'm still able to do what I want by pressing enter to accept the current entry
or escape to reject it.
Then I can press tab or shift+tab to move between address fields.
Comment 6•23 years ago
|
||
Mass-moving all Navigator team 1.0 nsbeta1- bugs to 1.1
Target Milestone: mozilla1.0 → mozilla1.1
you might be able to use tab, but some people expect up/down to work when
there's no autocomplete needed.
Assignee: hewitt → neil.parkwaycc.co.uk
Target Milestone: Future → ---
Assignee | ||
Comment 9•21 years ago
|
||
Well, we need to fix autocomplete not to eat up/down keys while the popup is
closed (unless it's configured to open the popup), then we can just catch the
up/down keys to focus the previous/next input fields. Doing it for the popups is
currently impossible due to an xbl/popup frame interaction issue.
Assignee | ||
Comment 10•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #134561 -
Flags: review?(timeless)
Attachment #134561 -
Flags: review?(timeless) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #134561 -
Flags: superreview?(bienvenu)
Comment 11•21 years ago
|
||
Comment on attachment 134561 [details] [diff] [review]
Proposed patch
I'll let Scott look at this since he's been doing some auto-complete stuff. It
looks OK to me, however.
Attachment #134561 -
Flags: superreview?(bienvenu) → superreview?(mscott)
Comment 12•21 years ago
|
||
Comment on attachment 134561 [details] [diff] [review]
Proposed patch
looks good to me.
Attachment #134561 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Comment 13•21 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•