Tallefer / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Middle mouse click on Back/Forward menu doesn't open in a new tab #389

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open arora and browse a little within the same tab.
2. Click on the arrow near the Back button (this applies to Forward button's 
arrow, too)
3. "Middle click" on a entry. 

What is the expected output? What do you see instead?
Arora should spawn a tab to the url requested; the new tab's history should be 
a subset of the original 
tab's one. The same applies to the buttons, too.
Right now, arora goes back/forward within the same tab. 

I'm not a Qt guru (if i were i would work with you, the "world" needs a good 
and lean browser), but it 
seems that there is no easy way to say if an action has been triggered by a 
certain mouse button. 
Maybe there's some method you can reimplement to do the trick in QMenu, 
QToolButton and so on; or 
you could trap a mouseclick event, I don't know...

Original issue reported on code.google.com by ze4...@gmail.com on 14 Apr 2009 at 8:39