Backspace causes directory to move two levels up
Bug #1393053 reported by
Billie O'Dwyer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Files |
Fix Released
|
Medium
|
Jeremy Wootten |
Bug Description
Pressing backspace in a file manager normally causes the directory to shift up one level to the parent directory, but pressing backspace currently seems to jump to the parent of the parent directory (the "grandparent" directory?) to open.
Related branches
lp://staging/~jeremywootten/pantheon-files/fix-backspace-in-columnv-view
- Zisu Andrei (community): Approve
-
Diff: 456 lines (+152/-52)9 files modifiedlibcore/AbstractSlot.vala (+7/-2)
src/View/AbstractDirectoryView.vala (+11/-3)
src/View/AbstractTreeView.vala (+1/-1)
src/View/ColumnView.vala (+5/-2)
src/View/IconView.vala (+3/-3)
src/View/Miller.vala (+103/-27)
src/View/Slot.vala (+15/-8)
src/View/ViewContainer.vala (+6/-5)
src/View/Window.vala (+1/-1)
Changed in pantheon-files: | |
importance: | Undecided → Low |
Changed in pantheon-files: | |
status: | Confirmed → In Progress |
Changed in pantheon-files: | |
milestone: | none → feature-future |
importance: | Low → Medium |
assignee: | nobody → Jeremy Wootten (jeremywootten) |
Changed in pantheon-files: | |
milestone: | feature-future → loki-rc1 |
status: | In Progress → Fix Committed |
Changed in pantheon-files: | |
status: | Fix Committed → Fix Released |
milestone: | loki-beta2 → 0.3 |
To post a comment you must log in.
In the current trunk, pressing backspace moves to the parent of the background directory of the view. For Icon view, List view and unexpanded Miller View this is what is expected. However, if you have an expanded Miller View, pressing backspace will move to the parent of the leftmost directory displayed, not the parent of the rightmost directory. This is because, at the moment, expanded Miller View directories are regarded as analagous to expanded rows in List View. However, as there is more than one bug report related to this behaviour we should consider changing it.