Closed
Bug 15002
Opened 26 years ago
Closed 26 years ago
[DOGFOOD]Enter/return in msg compose address line doesn't move cursor
Categories
(MailNews Core :: Composition, defect, P2)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M12
People
(Reporter: laurel, Assigned: saari)
References
Details
(Whiteboard: [PDT+])
Attachments
(2 files)
Using Sept 27th builds on linux 6.0 and NT 4.0
(haven't yet tried mac)
When you press Enter/return after typing an address in a compose window
addressee line, the cursor and focus doesn't move to the next newly added
address line.
1. From messenger window, New Msg.
2. In message compose, type a name in a To: line and hit Enter/return.
Result: The cursor stays in the first address line. Type some text and it will
append to the first address line instead of the second. Focus will only move
upon a second Enter/return.
Updated•26 years ago
|
Assignee: ducarroz → hangas
Comment 2•26 years ago
|
||
Paul, another one for you...
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Summary: Enter/return in msg compose address line doesn't move cursor → [DOGFOOD]Enter/return in msg compose address line doesn't move cursor
Comment 4•26 years ago
|
||
This is a focus problem. I cannot set the focus on an input element right after
it has been dynamically created. Use to work!
I have create a sample xul/js file that simulate the problem:
1) Install addressWidget.xul and addressWidget.js in the same folder (those
files are attached to this bug report)
2) Start Apprunner (Mozilla)
3) Load addressWidget.xul into the browser
4) -> at this point, the first input field should already have the focus!
5) type something into the input field then press <return>
6) -> a new input field is created but doesn't have the focus (on Windows, the
first input field still have the focus, on Mac
nobody has the focus)
Comment 5•26 years ago
|
||
Comment 6•26 years ago
|
||
Updated•26 years ago
|
Assignee: ducarroz → trudelle
Status: ASSIGNED → NEW
Comment 7•26 years ago
|
||
I reassign this bug to XPToolkit for investigation
Updated•26 years ago
|
Assignee: trudelle → saari
Priority: P3 → P2
Comment 8•26 years ago
|
||
assigning to saari as p2 for m11
looks even worse now. On yesterday's build Win32, I hit enter and it deletes
what you type.
Comment 10•26 years ago
|
||
*** Bug 13399 has been marked as a duplicate of this bug. ***
Comment 11•26 years ago
|
||
mass-moving most m11 bugs to m12
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 12•26 years ago
|
||
This works for me in todays opt bits on Linux and Win98, resolving as wfm
Reporter | ||
Comment 13•26 years ago
|
||
OK using nov 09 commercial builds linux and nt 4.0.
Mac does move the cursor, but to the wrong place. Will log separate issue for
mac.
Marking this bug verified (worksforme).
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•