You are not logged in.
- Topics: Active | Unanswered
#26 2006-09-19 09:23:52
- dAbReAkA
- Member

Re: WebUI + Opera 9
//spam
another workaround: dump opera, download firefox
heh
Offline
#27 2006-09-19 11:15:22
- Alpha-Toxic
- Member

Re: WebUI + Opera 9
//more spam
nah, DOWNgrading is not a good option
x2
Last edited by Alpha-Toxic (2006-09-19 11:16:16)
Offline
#28 2006-09-19 11:51:45
- ICleolion
- Member

Re: WebUI + Opera 9
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
#29 2006-09-19 14:49:08
- Eddie1506
- Member
Re: WebUI + Opera 9
Here's a topic on opera's forum regarding right click menu problem. Hopefully someone answers...
Offline
#30 2006-09-19 16:41:46
- Ultima
- Administrator
Re: WebUI + Opera 9
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
#31 2006-09-19 21:50:18
- Stoen
- Member
Re: WebUI + Opera 9
@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
#32 2006-09-20 10:08:32
- Ultima
- Administrator
Re: WebUI + Opera 9
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
#33 2006-09-21 13:29:36
- Directrix
- <webui />

Re: WebUI + Opera 9
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
#34 2007-01-25 06:53:56
- danespen
- Member
Re: WebUI + Opera 9
Where do one paste that code? ![]()
Offline
#35 2007-01-25 07:21:45
- Ultima
- Administrator
Re: WebUI + Opera 9
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#36 2007-03-10 13:00:11
- angry_norwegian
- Member
Re: WebUI + Opera 9
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
#37 2007-03-10 17:18:07
- Alpha-Toxic
- Member

Re: WebUI + Opera 9
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
#38 2007-04-04 17:01:13
- arkheii
- Member
Re: WebUI + Opera 9
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
#39 2007-12-02 13:09:48
- jewelisheaven
- Member

Re: WebUI + Opera 9
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
#40 2009-01-06 00:41:10
- sahh
- Member
Re: WebUI + Opera 9
The alternative: Alt + right click is fine. Thanks arkheii!
Last edited by sahh (2009-01-06 00:42:10)
Offline
#41 2009-06-10 16:20:06
- Akdor 1154
- Member
Re: WebUI + Opera 9
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
#42 2009-06-10 16:47:40
- Ultima
- Administrator
Re: WebUI + Opera 9
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
#43 2009-11-14 19:17:47
- Deltavox
- Member
Re: WebUI + Opera 9
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
