After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 677015 - CTRL+mousewheel only zooms OUT
CTRL+mousewheel only zooms OUT
Status: RESOLVED FIXED
Product: bluefish
Classification: Other
Component: application
2.2.2
Other Linux
: Normal normal
: 2.2.3
Assigned To: Bluefish Maintainer(s)
Bluefish Maintainer(s)
: 685681 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2012-05-29 09:17 UTC by slona
Modified: 2012-10-08 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description slona 2012-05-29 09:17:32 UTC
I'm using bluefish version 2.2.2 on Debian wheezy. I can no longer increase font size with CTRL+mousewheel. Font size only decreases! CTRL+ and CTRL- are not working either.
Comment 1 Olivier Sessink 2012-05-30 20:32:39 UTC
there are no problems on other platforms, and the code handling this has not changed. So possibly your window manager is catching this mouse+ctrl combination?

CTRL+ and CTRL- have been added in subversion and will be part of 2.2.3.
Comment 2 slona 2012-06-04 09:43:45 UTC
Thanks for reply. I'm using  KDE 4.74. I will try to fix this from window manager configuration.
Thank you for providing this great editor.
Comment 3 Daniel Leidert 2012-07-04 12:51:59 UTC
This now has been also reported by an Ubuntu 12.04 user. Therefor re-opening.
Comment 4 Daniel Leidert 2012-07-04 12:54:57 UTC
The user reports, that independent of the spin direction, it zooms out. Sounds not like something else is catching the event.
Comment 5 Olivier Sessink 2012-07-04 18:19:40 UTC
@slona: what kind of mouse are you using, is it a standard mouse with two buttons and a mousewheel that also acts as third button, or do you use a different type of mouse?
Comment 6 Daniel Leidert 2012-07-05 19:50:40 UTC
@Olivier: In my case I can tell you, that neither doc_font_size() nor doc_scroll_event_lcb() are called. I can tell, that it works in firefox and that GNOME should not catch it directly (ctrl+mousewheel to zoom in/out in an application is requested as part of the GNOME HIG).
Comment 7 Olivier Sessink 2012-07-05 21:14:54 UTC
@Daniel: then perhaps we should move away from the scroll event, and just catch the button press events for buttons 4 (wheel one click up) and 5 (wheel one click down)
Comment 8 Olivier Sessink 2012-08-17 12:09:31 UTC
ok, I tried to catch the button press event, but it is not called for button 4 and 5. The scoll event as we do right now is the proper way to do this. I checked the gedit code and it works exactly like our code. So I really don't understand why this does not work...
Comment 9 Olivier Sessink 2012-10-04 11:17:07 UTC
fixed in revision 7668

will be part of 2.2.4
Comment 10 Daniel Leidert 2012-10-08 12:14:18 UTC
*** Bug 685681 has been marked as a duplicate of this bug. ***