Bug 116352 - Use GtkRevealer to animate showing/hiding contextual toolbars
Summary: Use GtkRevealer to animate showing/hiding contextual toolbars
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: graphics stack (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All Linux (All)
: low enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: GTK3
  Show dependency treegraph
 
Reported: 2018-03-11 23:51 UTC by Jeff Fortin Tam
Modified: 2018-12-12 14:52 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Fortin Tam 2018-03-11 23:51:08 UTC
One thing that has been bugging me for a long time with LibreOffice is how docked contextual toolbars (ex: if I click on an image and the image controls toolbar shows up underneath the main formatting bar) just show up abruptly without a transitional animation for the UI.

When running the GTK3 version, I would like those UI elements to slide out smoothly, like what we see in GNOME applications.

One way to do this would be using this container: https://developer.gnome.org/gtk3/stable/GtkRevealer.html
Comment 1 Buovjaga 2018-03-13 14:15:41 UTC
Ok -> NEW
Comment 2 Caolán McNamara 2018-03-13 14:28:32 UTC
they are not real gtk3 toolbars, they are vcl ones themed to look like the gtk3 ones
Comment 3 Caolán McNamara 2018-12-12 14:52:14 UTC
If we get around to using native components in toolbars then this could fly, that that's a long way out for now