You are not logged in.
//spam
another workaround: dump opera, download firefox
heh
Offline
//more spam
nah, DOWNgrading is not a good option
x2
Last edited by Alpha-Toxic (2006-09-19 11:16:16)
Offline
Sorry Alpha-Toxic, but Opera sucks ass. Firefox only has one annoying bug for webui, Opera has about 20, plus the interface sucks ass, reminds me of Azureus.
One of these days... POW RIGHT IN THE KISSER
Offline
Here's a topic on opera's forum regarding right click menu problem. Hopefully someone answers...
Offline
It's been requested many, many, many times before by other people that you get the option to disable, but the Opera devs seem to think it better that people use what they think is safe. They could at least give an option, and bury it deep enough (opera:config or something) so that only people who know what they're doing do it, but they probably won't do even that much.
Last edited by Ultima (2006-09-19 16:43:50)
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
@Ultima: Has what you posted actually been stated anywhere by the Opera devs?
@Directrix: If you do wish to workaround this issue what you could do is use window.blur(); window.focus(); in the event handlers although clearly you shouldnt have to.
Alternatively Opera users could just use this UserJS
// ==UserScript==
// @include http://YourIP:UTport/gui/index.html
// ==/UserScript==
window.opera.addEventListener('BeforeEventListener.mousedown',function(e) {
if( e.event.button == 2 ) {
window.blur();
window.focus();
}
},false);Make sure to edit the @include directive appropriately
Edit: Requires that window.blur (Allow lowering of windows) and window.focus (Allow raising of windows) are enabled in the javascript options dialog
Last edited by Stoen (2006-09-19 21:56:12)
Offline
I do recall it being mentioned somewhere, but I don't have any link off hand.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
Stoen: Thnx. This is probably one of the cleanest ways to "disable" Opera's context menu. I'll add it for now & keep it until the Opera team stumbles on something weird in their source.
Reality - an illusion created by the lack of alcohol.
Offline
Where do one paste that code? ![]()
Offline
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
I followed Stoen's description, but the context menu still opens on top of utorrent's one. No way to get rid of it?
Edit: about:config lets you disable context menus...solved ![]()
Edit: Miss the context menus :'( Firefox it is, then.
Last edited by angry_norwegian (2007-03-10 13:31:43)
Offline
here is how I do it:
Tools > Preferences > Advanced > Shortcuts > <edit the mouse shortcuts>
there use the quickfind thingy and put "flipback" there, delete the the first shortcut you see (the one that works as BACK)
now FlipBack is this action: you press the second mouse button and while holding it you press the left one, then release.
this trigers the webui menu and as we just removed it from Opera's config files, it trigers nothing else. With some more digging perhaps I could find and even more easier gesture, but this one works for me fine.
Offline
My alternative: Alt + right click
What happens is, the context menu shows up, but holding Alt sends focus to the browser's menubar and hides the context menu. Focus will be on the menubar but the web ui menu remains. Problem is, I'm not sure if I can expect the same behavior on anything other than Windows. Anyway, I'm on a laptop, so this approach is more convenient for me.
Offline
Has this changed in any recent build? I'd check myself but I have enough fun playing with Gran Paradiso. I do like the idea of the "mini" version for mobile devices so I may indeed be playing with this when i get an internet-equipped phone.
FAQ, Guides, Read Me, and Press F1
Zooey | the B.F.E. | Why I forum
Offline
The alternative: Alt + right click is fine. Thanks arkheii!
Last edited by sahh (2009-01-06 00:42:10)
Offline
Don't know if this applies to 9.6 (I'm using the 10 Beta) but Site Prefs > Scripting > Allow script to receive context menu events works very, very nicely.
Offline
Yep, that's because Directrix found a workaround for the context menu issue in Opera. In versions prior to v0.350 (basically, the versions this thread was about), even enabling that option didn't prevent Opera from showing its own context menu on top of the WebUI context menu.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
Don't know if this applies to 9.6 (I'm using the 10 Beta) but Site Prefs > Scripting > Allow script to receive context menu events works very, very nicely.
I was just going to post this, just log on to webUI and in that window right click and follow Akdor_1154's instructions and the checked option you select only applies to that given site. IE. Your webUI page ![]()
Done!
Offline