Moving this to gtk+3.0. I believe it is gtk 3 specific. It is not just
limited to gedit, it happens with any app using indicator-appmenu (I
notice it most often under okular on pdfs with lots of bookmarks). But
it is also not indicator-appmenu specific because the following code,
when run with:

UBUNTU_MENUPROXY=0 ./test-menu

will exhibit the behavior as well. When compiled with:

gcc -o test-menu test-menu.c $(pkg-config --cflags --libs gtk+-3.0);

the weird first time no scrollbars behavior occurs. But it works fine if
using:

gcc -o test-menu test-menu.c $(pkg-config --cflags --libs gtk+-2.0);


** Summary changed:

- menu mouse-scrolling up down does not appear on first try
+ menu mouse-scrolling up down does not appear on first try on large menus

** Package changed: gtk+2.0 (Ubuntu) => ubuntu

** Package changed: ubuntu => gtk+3.0 (Ubuntu)

** Attachment added: "test-menu.c"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1184007/+attachment/3686109/+files/test-menu.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184007

Title:
  menu mouse-scrolling up down does not appear on first try on large
  menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1184007/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to