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

Bug 927674 - Create/Update 2.22 Release Notes

updated Known Issues and filled in 2.22b2 Fixes section
parent d28e9549
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
<li><a href="#fixesB1">Fixes in Beta 1</a></li>
</ul>
</li>
<!--<li><a href="#issues">New Issues</a></li>-->
<li><a href="#issues">New Issues</a></li>
</ul>
<h2 id="new">New Features and Fixes</h2>
......@@ -49,7 +49,9 @@
<div class="fieldset">
<span class="legend" id="fixesB2">Fixes in Beta 2</span>
<ul>
<li>TODO</li>
<li>Tabbed mail in 3-pane MailNews window no longer observed the
browser.tabs.autoHide pref for display of single tabs (<a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=902312">bug 902312</a>).</li>
</ul>
</div>
......@@ -70,6 +72,5 @@
<p>See <a href="http://www.mozilla.org/en-US/firefox/25.0beta/releasenotes/">Firefox
25.0 Beta Notes</a> for the corresponding Firefox release.</p>
<!--
<h2 id="issues">New Issues</h2>
<ul>
......@@ -74,4 +75,13 @@
<h2 id="issues">New Issues</h2>
<ul>
<li>TODO</li>
<li>Tree rows, e.g. those for MailNews folders and threads, 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>
#folderTree &gt; treechildren::-moz-tree-row,
#threadTree &gt; treechildren::-moz-tree-row {
height: 1.3em !important;
}</pre></li>
</ul>
......@@ -77,5 +87,4 @@
</ul>
-->
</body>
</html>
......@@ -127,6 +127,22 @@
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
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 {
height: 1.3em !important;
}</pre></li>
<!-- Remove following item from 2.23 relnotes -->
<li>Spell check does not work when typing in MailNews (<a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=914462">bug 914462</a>).
Workaround: Change the mail.compose.max_recycled_windows pref to 0.
This issue will be fixed in SeaMonkey 2.23 (see <a
href="https://bugzilla.mozilla.org/show_bug.cgi?id=891904">bug 891904</a>).</li>
<li><strong>Data loss warning:</strong> If you use a profile with this or any later
version and then try to go back to SeaMonkey 2.0, SeaMonkey will rename
your history file to places.sqlite.corrupt and create a new places.sqlite
......
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