Closed
Bug 639716
Opened 14 years ago
Closed 14 years ago
Move structToolbar xul code from editorOverlay
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b3
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
6.04 KB,
patch
|
neil
:
review+
standard8
:
review+
|
Details | Diff | Splinter Review |
structToolbar only appears to be used from editor.xul so there is some code that should be moved from editorOverlay file(s) and unused code removed from TB's forked editorOverlay.xul and theme files.
This patch:
* Moves code from SM's editorOverlay to editor.
* Removes the equivalent code from TB's editorOverlay.
* Removes the css entries from TB's theme files.
Attachment #518967 -
Flags: review?(neil)
Comment 2•14 years ago
|
||
Comment on attachment 518967 [details] [diff] [review]
Move structToolbar xul code to editor patch v1.0 [Checked in: Comment 3]
>-.struct-textbox {
>- -moz-appearance: none !important;
>- padding: 0px !important;
>- margin: 0px !important;
>- border: none !important;
>-}
[I wonder why this didn't use class="plain"]
Attachment #518967 -
Flags: review?(neil) → review+
Attachment #518967 -
Flags: review?(bugzilla)
Updated•14 years ago
|
Attachment #518967 -
Flags: review?(bugzilla) → review+
Comment on attachment 518967 [details] [diff] [review]
Move structToolbar xul code to editor patch v1.0 [Checked in: Comment 3]
http://hg.mozilla.org/comm-central/rev/ef50f461a021
Attachment #518967 -
Attachment description: Move structToolbar xul code to editor patch v1.0 → Move structToolbar xul code to editor patch v1.0 [Checked in: Comment 3]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b3
You need to log in
before you can comment on or make changes to this bug.
Description
•