Dash - As soon as a user starts dragging a .png file from the Dash, the file icon changes size
Bug #863412 reported by
John Lea
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Released
|
Critical
|
John Lea | ||
Unity |
Fix Released
|
High
|
Nick Dedekind | ||
unity (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
To reproduce:
1. Open the dash and find a .png file
2. Start dragging the file
As soon as the drag starts the size of the icon that represents the file will change!
Desired resolution:
- when a user starts to drag a icon, the size or shape of the icon should not change
- The icon should continue to be exactly the same icon that is displayed in the Dash
Related branches
lp:~nick-dedekind/unity/lp863412.dash-result-dnd-icon
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Brandon Schaefer (community): Approve
-
Diff: 742 lines (+332/-124)15 files modifiedUnityCore/ModelRowAdaptor-inl.h (+3/-3)
UnityCore/ModelRowAdaptor.cpp (+14/-0)
UnityCore/ModelRowAdaptor.h (+11/-6)
UnityCore/Result.cpp (+15/-7)
UnityCore/Result.h (+9/-0)
dash/ResultRenderer.cpp (+95/-0)
dash/ResultRenderer.h (+3/-0)
dash/ResultRendererHorizontalTile.cpp (+21/-1)
dash/ResultRendererHorizontalTile.h (+2/-0)
dash/ResultRendererTile.cpp (+18/-5)
dash/ResultRendererTile.h (+4/-0)
dash/ResultViewGrid.cpp (+11/-101)
dash/ResultViewGrid.h (+1/-1)
tests/CMakeLists.txt (+1/-0)
tests/test_result_renderer.cpp (+124/-0)
tags: | added: onew udo |
Changed in ayatana-design: | |
assignee: | nobody → John Lea (johnlea) |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in unity: | |
status: | New → Triaged |
Changed in unity (Ubuntu): | |
status: | New → Triaged |
Changed in unity: | |
milestone: | none → backlog |
Changed in unity (Ubuntu): | |
milestone: | none → later |
Changed in ayatana-design: | |
status: | Fix Committed → Triaged |
tags: | added: udp |
Changed in unity: | |
status: | Triaged → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → Gord Allott (gordallott) |
Changed in ayatana-design: | |
status: | Triaged → Fix Committed |
Changed in unity: | |
status: | Confirmed → Triaged |
tags: | added: top5p |
Changed in ayatana-design: | |
importance: | Medium → Critical |
Changed in unity: | |
importance: | Low → Medium |
tags: | added: dashm |
tags: | removed: dashm |
Changed in unity: | |
importance: | Medium → High |
Changed in unity (Ubuntu): | |
importance: | Undecided → High |
Changed in unity: | |
assignee: | Gord Allott (gordallott) → nobody |
Changed in unity: | |
assignee: | nobody → Nick Dedekind (nick-dedekind) |
Changed in unity: | |
status: | Triaged → In Progress |
Changed in unity: | |
status: | In Progress → Fix Committed |
Changed in unity (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in unity: | |
milestone: | backlog → 7.0.0 |
Changed in unity: | |
status: | Fix Committed → Fix Released |
Changed in unity: | |
status: | Fix Released → Fix Committed |
Changed in ayatana-design: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Bug 865276 is probably a dupe then?