Closed
Bug 726691
Opened 14 years ago
Closed 14 years ago
Drawer: current site should be highlighted as active
Categories
(Pancake Graveyard :: Front-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M2
People
(Reporter: gbrander, Assigned: gbrander)
Details
User story: when browsing, I want to understand where I am in my current browsing session.
What is happening: currently active site is not highlighted.
What I expect: currently active site in drawer should be made visually distinct, so I know where I am.
| Assignee | ||
Updated•14 years ago
|
Target Milestone: --- → M2
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → gbrander
| Assignee | ||
Comment 1•14 years ago
|
||
Progress being made https://bitbucket.org/mozillapancake/pancake/changeset/c3d0d58d9e58.
Taking the approach of adding an 'activated' property to the model for each site (boolean) that acts as a switch for the "activated" class on the card. Currently the listview handles toggling this property, by mapping through all of the models in the collection and setting them inactive/active.
| Assignee | ||
Comment 2•14 years ago
|
||
Active state now working in drawer: https://bitbucket.org/mozillapancake/pancake/changeset/36edc6e2625e.
We're using position:relative to accomplish the border styles, which may cause display issues with non-standard webkit extension that enables kinetic scrolling on the iPad -- testing is in order. Be aware that this property is buggy: http://stackoverflow.com/questions/7808110/css3-property-webkit-overflow-scrollingtouch-error
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•