Closed Bug 1620759 Opened 4 years ago Closed 4 years ago

Missing sort direction arrows in v. 2.53.1

Categories

(SeaMonkey :: General, defect)

SeaMonkey 2.53 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1619149

People

(Reporter: petermad, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

Steps to reproduce:

I apply the SeaMonkey Modern theme. and open any dialog with a list like for example Library (Bookmarks/History ), Mail & Newsgroup, Address Book, Select Adresses.

Actual results:

There is no longer arrows in the list headers to indicate the sorting direction.

Expected results:

There should be an arrow to indicate which column there is sorted by and in which direction.

After some investigation it seems that SeaMonkey 2.53.1 does not dissolve global-platform anymore so the images in the file:
modern@themes.mozilla.org.xpi/chrome/modern/skin/modern/global/tree.css at the lines:

list-style-image: url("chrome://global-platform/skin/tree/sort-asc.gif");
and
list-style-image: url("chrome://global-platform/skin/tree/sort-dsc.gif");

are not loaded.

Copying the two files sort-asc.gif and sort-dsc.gif from:
modern@themes.mozilla.org.xpi/chrome/modern/skin/modern/global/win/tree/
to:
modern@themes.mozilla.org.xpi/chrome/modern/skin/modern/global/tree/
solves the problem.

The mac and win versions of these two images are the same but the unix versions are interchanged - so the solution will probably only work correctly for the Mac and Windows platforms, unless the Unix platform still dissolves global-platform as previously.

Will be fixed in 2.53.2

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.