Selection menu is still here
Bug #1367849 reported by
Fabio Zaramella
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Foto |
Fix Committed
|
High
|
Fabio Zaramella |
Bug Description
Click on a photo, deselect it, go to another album, the menu flashes for a second, go back and tada the menu is still here :/ it's really annoying.
I also think that it should be moved to a bar that slide up from the bottom when clicking on the photo, it will also contain others tools in future, to see what i mean:
http://
maybe semi-trsparent :p however what do you think Erasmo?
Related branches
lp://staging/~fabiozaramella/foto/use-bottom-toolbar
- Fabio Zaramella: Needs Information
- Erasmo Marín: Needs Fixing
-
Diff: 964 lines (+209/-367)13 files modifiedCMakeLists.txt (+1/-2)
po/foto.pot (+1/-1)
src/AppWindow.vala (+1/-0)
src/dialogs/AddToAlbumDialog.vala (+12/-7)
src/pages/AlbumPage.vala (+4/-37)
src/pages/CollectionPage.vala (+81/-45)
src/pages/LastImportedPage.vala (+2/-36)
src/pages/LibraryPage.vala (+6/-39)
src/pages/Page.vala (+9/-55)
src/pages/TagPage.vala (+4/-37)
src/widgets/ItemSearchBar.vala (+0/-48)
src/widgets/ItemSortBar.vala (+0/-60)
src/widgets/ItemSortSearchBar.vala (+88/-0)
Changed in foto: | |
importance: | Undecided → Medium |
Changed in foto: | |
assignee: | nobody → Fabio Zaramella (ffabio-96-x) |
status: | Confirmed → In Progress |
Changed in foto: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Doing something like a transparent bar at bottom looks really nice in mockups, but it's very ugly when you have a black background. Also, there is the problem with scrollbars. They will be behind the transparent bar? I did some experiments and the result was not good. I think it's better to have a container with a gtk revealer instead a transparent overlay bar.