For those of you using the QuoteCollapse [1] extension, I'm the author of the changes included in version 1.0 (one may peek at [2] for some more details), and I want to stress out a detail which doesn't appear as obvious as it could be.

Now, if you just use the extension out-of-the-box with no user customizations you should not notice any change. All users which have previously applied customizations need to see the following:

v1.0 <https://addons.mozilla.org/addon/quotecollapse/versions/1.0>:

* [Backward-compatibility] Default styles now use max-height instead of height. Existing customizations need to be adjusted – see Customising on the website for details;

The "Customising" [3] page further includes:

Note, up to QuoteCollapse v0.9 the default styles used CSS |height| property instead of |max-height|. If you upgrade from that version you'll need to adjust old customizations like: |height: auto| → |max-height: none|, and replace other |height| usages for |max-height|.

The example customizations on that page have been updated, but people need to adjust them in their user style sheets, too. A common side effect of not doing so is experiencing overlapping content [4][5]. As much as I'm sorry for the inconvenience it causes people just need to step in and adjust their styles.

-----

Next, v1.0 seems to have broken [6][7] the "Expand all quotes by default" customization, so v1.1 was released yesterday. All users of the "Expand all quotes by default" customization should note <https://addons.mozilla.org/addon/quotecollapse/versions/1.1>:

- Fixed/restored "Expand all quotes by default" support (broken in 1.0)
Note though, the necessary style has a tiny change in a backward-incompatible manner – users who customise the AddOn need to adjust (see the customising instructions).

Here's the necessary change highlighted:

    BODY.mailview blockquote[type="cite"][qctoggled="true"] {

      ↓

    BODY.mailview blockquote[type="cite"][qctoggled="false"] {

-----

If you have followed all instructions given here, and still experiencing a problem with QC, you may try pinging me on these support groups (I'm not really following m.s.thunderbird, but m.s.seamonkey), or opening an issue here (the "Support site" link on the AMO page):

https://github.com/mjg/QuoteCollapse/issues

-----

Apart from all mentioned previously, I recommend people trying out the new "Partially collapse quotes" customization (just before the last example on the "Customisation" page). Here's a demo of what it looks like (contains traces of other personal customizations not related to QC):

1. Instead of just seeing an attribution line as part of the collapsed quote, part or complete text of it is immediately seen as context to the reply:

    https://i.imgur.com/ZghEaKm.png

 2. Expanding top-level quote reveals more of the nested collapsed quotes:

    https://i.imgur.com/Fd3agLi.png

 3. One may also skip the previous step and directly expand a nested quote:

    https://i.imgur.com/VjO4jC3.png


Enough said, have a nice day everyone.

[1] https://addons.mozilla.org/addon/quotecollapse/
[2] https://github.com/mjg/QuoteCollapse/pull/1
[3] http://mjg.github.io/QuoteCollapse/customising.html
[4] https://github.com/mjg/QuoteCollapse/issues/2
[5] https://github.com/mjg/QuoteCollapse/issues/7
[6] https://github.com/mjg/QuoteCollapse/issues/4
[7] https://github.com/mjg/QuoteCollapse/pull/5

--
Stanimir
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to