Skip to content
Snippets Groups Projects
Commit 2061ecb5 authored by jh's avatar jh
Browse files

Bug 927674 - Create/Update 2.22 Release Notes

provided improved workaround for bug 927779
parent 0200c1cc
No related branches found
No related tags found
No related merge requests found
......@@ -74,9 +74,9 @@
<h2 id="issues">New Issues</h2>
<ul>
<li>Tree rows, e.g. those for MailNews folders and threads, show extra
spacing with the Default theme on Windows with Aero active (<a
<li>Tree rows, e.g. those for MailNews folders and threads or in the Bookmarks
Manager, show extra spacing with the Default theme on Windows with Aero active (<a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=927779">bug 927779</a>).
Workaround: Add the following rule to <a
href="http://kb.mozillazine.org/UserChrome.css">userChrome.css</a>:
<pre>
......@@ -79,7 +79,6 @@
href="https://bugzilla.mozilla.org/show_bug.cgi?id=927779">bug 927779</a>).
Workaround: Add the following rule to <a
href="http://kb.mozillazine.org/UserChrome.css">userChrome.css</a>:
<pre>
#folderTree &gt; treechildren::-moz-tree-row,
#threadTree &gt; treechildren::-moz-tree-row {
treechildren:not(.autocomplete-treebody)::-moz-tree-row {
height: 1.3em !important;
......@@ -85,4 +84,5 @@
height: 1.3em !important;
border-width: 1px !important;
}</pre></li>
</ul>
......
......@@ -134,9 +134,9 @@
This list covers some of the known problems with [% rnote.name %].
Please read this before reporting any new bugs.
<ul>
<li>Tree rows, e.g. those for MailNews folders and threads, show extra
spacing with the Default theme on Windows with Aero active (<a
<li>Tree rows, e.g. those for MailNews folders and threads or in the Bookmarks
Manager, show extra spacing with the Default theme on Windows with Aero active (<a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=927779">bug 927779</a>).
Workaround: Add the following rule to <a
href="http://kb.mozillazine.org/UserChrome.css">userChrome.css</a>:
<pre>
......@@ -139,7 +139,6 @@
href="https://bugzilla.mozilla.org/show_bug.cgi?id=927779">bug 927779</a>).
Workaround: Add the following rule to <a
href="http://kb.mozillazine.org/UserChrome.css">userChrome.css</a>:
<pre>
#folderTree &gt; treechildren::-moz-tree-row,
#threadTree &gt; treechildren::-moz-tree-row {
treechildren:not(.autocomplete-treebody)::-moz-tree-row {
height: 1.3em !important;
......@@ -145,4 +144,5 @@
height: 1.3em !important;
border-width: 1px !important;
}</pre></li>
<!-- Remove following item from 2.23 relnotes -->
<li>Spell check does not work when typing in MailNews (<a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment