View Issue Details

IDProjectCategoryView StatusLast Update
0002961OXID eShop (all versions)2.3. Extensions (modules, themes)public2012-12-10 13:33
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Target VersionFixed in Version4.5.1 revision 38045 
Summary0002961: when list is sorted: cant distinguish between asc and desc
Descriptionwhen you look at a sorted article list, you cant tell if the list is sorted asc or desc by looking at the "sort by".

=> The little arrows that show the direction should be shown in the sort-by dropBox label too.

Additional Informationsmall bug related to this:

the dropDown list inserts the content of the clicked link into the dropDown label, so clicking <a href...><span>Title</span></a> inserts into the dropDown label.
Problem: it encodes the html tags when doing that.

This is only visible while debugging but could cause problems when working further with the azure theme.

To reproduce bind a event to the click that cancels the execution of the page-load.
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

tjungcl

2011-06-06 14:53

reporter   ~0004700

Last edited: 2011-06-06 14:53

View 3 revisions

copy paste mistake: the sentence in the addition information should be:
so clicking <a href...><span>Title</span></a> inserts <span>Title</span> into the dropDown label.

Linas Kukulskis

2011-06-09 09:09

reporter   ~0004720

added arrow, and fixed html tag