Bug 33439 - middle mouse button click on toolbars
Summary: middle mouse button click on toolbars
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: bookmarks (show other bugs)
Version: SVN
Platform: Compiled Sources Other
: NOR wishlist
Target Milestone: ---
Assignee: lypanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-08 07:03 UTC by Moritz Moeller-Herrmann
Modified: 2005-01-18 03:32 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Moeller-Herrmann 2001-10-08 07:02:01 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konqueror
Version:           2.2.1 (using KDE 2.9.0 CVS/CVSup/Snapshot)
Severity:          wishlist
Installed from:    Compiled sources
Compiler:          Not Specified
OS:                Not Specified
OS/Compiler notes: Not Specified

I think an excellent feature for konqueror would be to catch the middle mouse button clicks on the toolbars of konqueror.

E.g. I want to open a new window with a bookmarked page. Just MMB click the link in the personal bookmark toolbar and a new konqueror window opens just like if I click on a link in a web page. This functionality would also be useful for the forward backward and up arrows in the toolbar.

I don't know how hard it would be to implement this but I think it would be neat. Improve usability for KDE-3.0!!!

(Submitted via bugs.kde.org)
Comment 1 Moritz Moeller-Herrmann 2002-09-13 20:13:14 UTC
This is really a shame, as it works in galeon and mozilla. 
Comment 2 Stephan Binner 2003-05-26 19:43:14 UTC
It's only a shame that you didn't attach a patch for it. 
Comment 3 Moritz Moeller-Herrmann 2003-05-26 20:24:29 UTC
Subject: Re:  middle mouse button click on toolbars

Am Montag, 26. Mai 2003 19:43 schrieben Sie:

OK I am ashamed. Would still be cool, IMHO.

Comment 4 James Richard Tyrer 2003-12-10 20:57:53 UTC
Also, a middle mouse button click on the "house icon" should have the expected result -- open either a new window or tab (depending on which you have configured) with the Home URL selected for that profile.

--
JRT
Comment 5 Aaron Peterson 2004-05-28 13:58:42 UTC
wow, I use this on firefox.  I can even open the bookmarks of a whole subdirectory of my bookmarks in their own separate tabs.

I wasn't missing it in konqueror, because I don't use it... 
and this would help me want to use it.
Comment 6 David Faure 2004-12-21 12:37:50 UTC
CVS commit by faure: 

Patch by Daniel Teske <teske squorn.de> to add support for opening bookmarks
(from menu or bookmarkbar) with the middle mouse button, to open them in a new tab.
This new patch uses the new KAction::activated(reason,state) signal.
With thanks to Stefan Nikolaus for his patches and input as well.
BUG: 33439, 93777


  M +56 -39    kbookmarkbar.cc   1.127
  M +16 -1     kbookmarkbar.h   1.34
  M +47 -30    kbookmarkmenu.cc   1.247
  M +10 -0     kbookmarkmenu.h   1.74
  M +6 -1      kbookmarkmenu_p.h   1.27



Comment 7 Leo Savernik 2004-12-21 16:39:37 UTC
Am Dienstag, 21. Dezember 2004 12:37 schrieb David Faure:
[...]
> Patch by Daniel Teske <teske squorn.de> to add support for opening
> bookmarks (from menu or bookmarkbar) with the middle mouse button, to open
> them in a new tab. This new patch uses the new
[...]

Wow! Is it now possible to make the forward and back toolbar buttons open the 
history element in a new window (i. e. behave like clicking on a link within 
the page)?

mfg
 Leo

PS.: You see, one feature implemented draws a *multitude* of succeeding 
feature requests ;-)

Comment 8 David Faure 2004-12-21 17:45:33 UTC
On Tuesday 21 December 2004 16:39, Leo Savernik wrote:
> Wow! Is it now possible to make the forward and back toolbar buttons open the 
> history element in a new window (i. e. behave like clicking on a link within 
> the page)?

Yes, simply connect to the new KAction signal :)
But the above isn't in the feature plan :)

Comment 9 jos poortvliet 2004-12-27 20:12:10 UTC
does it work on bookmark folders, too??? (It should, shouldn't it?)
Comment 10 jos poortvliet 2004-12-27 20:14:52 UTC
and does it work for ctrl-click? http://bugs.kde.org/show_bug.cgi?id=91883
and for drag'n'drop of bookmarks (like it does for links)? http://bugs.kde.org/show_bug.cgi?id=91810

tnx for any answers... if it works, I'll close the wishes...
Comment 11 lypanov 2004-12-27 20:16:19 UTC
i hope not!!!

On Dec 27, 2004, at 8:12 PM, jos poortvliet wrote:

> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
> http://bugs.kde.org/show_bug.cgi?id=33439
>
>
>
>
> ------- Additional Comments From jos mijnkamer nl  2004-12-27 20:12 
> -------
> does it work on bookmark folders, too??? (It should, shouldn't it?)

Comment 12 Daniel Teske 2005-01-18 03:32:18 UTC
>does it work on bookmark folders, too??? (It should, shouldn't it?) 
It doesn't, and I think that is reasonable. 
With some users a wrong click can mean that a ton of bookmarks get openend.

If you want to open a bookmark folder, you ought to use two clicks. (Right and than left on in new tabs.)