Reverse order of footer items

Bug #1216874 reported by Michał Karnicki
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu HTML5 UI SDK
Fix Released
High
Adnane Belmadiaf

Bug Description

If more than one list element is present in <footer data-role="footer">, they're shown in reverse order.

Tags: toolbar

Related branches

Adnane Belmadiaf (daker)
Changed in ubuntu-html5-theme:
status: New → Confirmed
Adnane Belmadiaf (daker)
Changed in ubuntu-html5-theme:
importance: Undecided → High
Revision history for this message
Kyle Nitzsche (knitzsche) wrote :

The reverse order appears to be due to application of the float:right style applied to footer ... <a> in toolbars.css:

[data-role="footer"] nav ul li,
[data-role="footer"] nav ul li a {
    color: #7d767b;
    font-size: 0.7rem;
    text-align: center;
    width: 55px;
    float: right;
    text-decoration: none;
}

The first <a> in the DOM is floated to the right, then the second <a>, which can't go all the way to the right since the first one is already there, etc., making them end up in the "wrong" order.

Adnane Belmadiaf (daker)
Changed in ubuntu-html5-theme:
status: Confirmed → Triaged
assignee: nobody → Adnane Belmadiaf (daker)
Adnane Belmadiaf (daker)
tags: added: footer
Adnane Belmadiaf (daker)
tags: added: toolbar
removed: footer
Adnane Belmadiaf (daker)
Changed in ubuntu-html5-theme:
status: Triaged → In Progress
Changed in ubuntu-html5-theme:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.