2

1

I'm trying to edit a FogBugz wiki article. After clicking on the 'edit' link following error message is displayed:

Sorry, you must use either Internet Explorer (6+), Safari (3+), or a modern Gecko based browser (such as Firefox 1.5+), and you must have javascript enabled in order to edit this article.

Would it be possible to enable editting wiki articles with modern versions of Opera browser?

I'm using: Opera 9.64 FogBugz Version 7.1.10 (DB 736, Build 1382)

flag

2 Answers

2

You can try having Opera masquerade as one of those browsers, but it hasn't been tested with Opera and isn't guaranteed to work. At the moment we don't have any plans to support Opera.

link|flag
1

Since nobody seems to dare to post an actual, working solution that can satisfy die-hard Opera users like myself:

// ==UserScript==
// @include https://your.fogbugz.com/*
// ==/UserScript==

window.opera.defineMagicFunction('isWikiBrowser', function () {
/* Sure, we do that */
return true; });

Be sure to turn on User JavaScript on HTTPS in opera:config if necessary.

However: don't expect a perfectly working editor. It will have quirks, such as not resizing itself correctly to take up all the available space. You can fix that by maximizing and restoring the window.

(Tested on Opera/9.80 (Windows NT 6.1; U; en) Presto/2.5.22 Version/10.50)

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.