OPAC Column sorting - leading articles are not rendered in smaller font
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Fix Released
|
Low
|
Unassigned | ||
2.10 |
Fix Released
|
Low
|
Unassigned | ||
2.11 |
Fix Released
|
Low
|
Unassigned |
Bug Description
In Evergreen 2.9 - rc, the release notes (2.6.2. Column sorting in circulation screens) describe a new sorting feature with in the My Account section for Items Checked Out, Check Out History, and Holds screens: "Title sorting is done with the so-called ‘filing’ characters (leading “the”, “a”, “an”, and other langugage equivalents) removed. The leading articles are rendered in a smaller font, so as to keep the main entry prominent."
There is no problem with the title sorting as described above. However, the leading articles - assumed to be the same "the," "a," "and," etc. at the beginning of a title - are not rendered in a smaller font. Please see the attached screenshot of Items Checked Out with items sorted by title that was taken within the EG Community server.
Changed in evergreen: | |
milestone: | 2.next → 2.12-beta |
Changed in evergreen: | |
status: | Fix Committed → Fix Released |
I think that this is a CSS error. It looks like there is an extra closing curly bracket before the .sort_ that disables that entry. Remove it and the non filing characters are de-emphasized as intended.
It shows up as an error when I run it through csslint.net. I wonder if running all the generated css files through a css checker would be a good test to add?
My two character (there was a trailing space) change branch is at
http:// git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=shortlog; h=refs/ heads/user/ stompro/ lp1494750_ title_sort_ deemphasize_ css
Josh