Closed
Bug 171721
Opened 23 years ago
Closed 23 years ago
Mozilla add-ins can move the Composer taskbutton
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: cmanske)
References
()
Details
(Keywords: polish)
Attachments
(1 file, 1 obsolete file)
|
685 bytes,
patch
|
cmanske
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Since editorTasksOverlay was split off from tasksOverlay the Composer taskbutton
has become "free" whereas it should probably stick to the left.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
Oops wrong owner :-/
Comment 3•23 years ago
|
||
is "mini-nav" really the right thing? We want to be inserted after Mail but
before AddressBook (to match the Window menu).
| Reporter | ||
Comment 4•23 years ago
|
||
The MailNews overlay overlays the Editor overlay.
This means that your icons insert first.
If you look at the equivalent for the window menu:
<menuitem ... id="tasksMenuEditor" insertafter="tasksMenuNavigator" .../>
| Reporter | ||
Updated•23 years ago
|
Attachment #101109 -
Flags: superreview?(kin)
Attachment #101109 -
Flags: review?(cmanske)
| Assignee | ||
Updated•23 years ago
|
Attachment #101109 -
Flags: review?(cmanske) → review+
| Reporter | ||
Updated•23 years ago
|
Attachment #101109 -
Flags: superreview?(kin) → superreview?(alecf)
Comment 5•23 years ago
|
||
Comment on attachment 101109 [details] [diff] [review]
Proposed patch
sr=alecf
Attachment #101109 -
Flags: superreview?(alecf) → superreview+
Comment 6•23 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 7•4 years ago
|
||
In the scenario where we navigate to a second url immediately after typing we intermittently lose a keystroke on some builds.
I haven't been able to trace down how this happens, however waiting for the next tick in the event loop after each step appears to resolve the intermittent.
Comment 8•4 years ago
|
||
Comment on attachment 9244862 [details]
Bug 1717218 - Fix to intermittent failure in browser_interactions_typing.js
Revision D127885 was moved to bug 1717218. Setting attachment 9244862 [details] to obsolete.
Attachment #9244862 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•