dash initial icons states
Bug #638857 reported by
Christian Giordano
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
High
|
Unassigned | ||
Unity |
Fix Released
|
Low
|
Neil J. Patel | ||
unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
At the moment the initial category icons in the dash don't react on mouse hover (they should behave as normal icons behave in Ubuntu, brighten them up) and, because the keyboard navigation is not implemented, they don't have a select/focus state (they should behave as the theme specifies).
Related branches
lp://qastaging/~unity-team/unity/places-fixes-2010-09-22
- Mikkel Kamstrup Erlandsen (community): Approve
-
Diff: 493 lines (+155/-26)13 files modifiedtargets/mutter/plugin.vala (+4/-4)
unity-private/launcher/application-controller.vala (+9/-4)
unity-private/places/places-controller.vala (+1/-0)
unity-private/places/places-default-renderer-group.vala (+1/-1)
unity-private/places/places-default-renderer.vala (+7/-1)
unity-private/places/places-place-home-renderer.vala (+2/-1)
unity-private/places/places-place-home.vala (+61/-1)
unity-private/places/places-place-search-bar.vala (+28/-2)
unity-private/places/places-place-search-navigation.vala (+9/-0)
unity-private/places/places-place.vala (+3/-3)
unity-private/places/places-view.vala (+28/-8)
unity-private/unity-utils.c (+1/-0)
unity/theme.vala (+1/-1)
Changed in ayatana-design: | |
importance: | Undecided → High |
summary: |
- dash icons states + dash initial icons states |
Changed in unity: | |
assignee: | nobody → Neil J. Patel (njpatel) |
importance: | Undecided → Low |
milestone: | none → 2010-09-22 |
status: | New → Triaged |
Changed in ayatana-design: | |
status: | New → Fix Released |
Changed in unity: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Due to time constraints, I'm unable to make them behave like the icons in Nautilus, but I can make them behave like the other buttons in the dash and so have done that, so they at least give feedback to the user of their state.