Questions tagged [opera]

Opera is a series of web browsers developed by Opera Software AS. The desktop versions—between 7 and 12.x—used the Presto rendering engine, while newer versions (15+) use Blink, a fork of WebKit.

The Opera browser is cross-platform and has desktop, tablet, TV and different mobile versions (Mobile and Mini). It is also built into Nintendo Wii and DS consoles.

Opera used the proprietary engine Presto up until February 2013, when Opera announced that their products would transition to using Chromium/WebKit. It was later announced they would actually switch to Blink, the same fork of WebKit that Chrome now uses.

The Chromium-powered Opera 15 was released as a successor to Opera 12 at the end of May 2013.

This tag, , should be used for questions that are not specific to either the older Presto or newer Blink rendering engine; questions specific to either version should use or , respectively. Other tags in this family include and .

Resources

1955 questions
23
votes
6 answers

How to do a Chrome/Opera specific stylesheet?

I need to do chrome/opera hacks because of a font replacement script wanted by the client that breaks things... this is sad but everything is working in IE6-7, FF2-3 and Safari. I have no way of fixing the script itself, I can only hack around it…
marcgg
  • 65,020
  • 52
  • 178
  • 231
21
votes
13 answers

HTML5 - cache manifest working great on Chrome but not on Firefox and Opera

I am developing a web app for offline use, thus I need to use the application cache functionality. Everything works great on Chrome (15.0.874.106) but is doesn't work on Firefox (7.0.1) and Opera (11.52). This is my cache manifest file…
Dan
  • 15,948
  • 20
  • 63
  • 92
21
votes
4 answers

PHPUnit Selenium, clickAndWait() function doesn't work in Opera

I have problem with PHPUnit_Selenium in Opera. If I have clicked on element in my test code, the page will not load. In other browsers such as Firefox, IE, Chrome and Safari, it works correctly. Code: $browser->clickAndWait(link); It's next steps…
Szymon
  • 375
  • 3
  • 9
20
votes
3 answers

SSE(EventSource): why no more than 6 connections?

I wanted to see how many simultaneous SSE (aka EventSource) connections I could setup, before overloading my machine. But testing with Firefox (Firefox 18 or Firefox 20) it stopped at 6 connections: the additional connections give no error, but do…
Darren Cook
  • 27,837
  • 13
  • 117
  • 217
20
votes
2 answers

Back button fails after window.location.replace(href);

I made simple function which makes all container behave like link ("a" element). function allHot(element){ $(element) .click( function(){ var href = $(this).find('a').attr('href'); window.location.replace(href); }) .hover( …
sznowicki
  • 1,351
  • 5
  • 16
  • 33
19
votes
4 answers

Cookies not being sent back and forth properly in Opera

First off, I'm not sure whether this is a problem in Opera 12.01 or not, but the problem only occurs in Opera. I've tested in FF14, Chrome 21, Safari 5 (Windows) and Safari Mac and Webkit browsers on Android and iPhone. My application runs on the…
JohnP
  • 49,507
  • 13
  • 108
  • 140
18
votes
6 answers

Chrome reserves space for scrollbar even if it is hidden

I have run into an issue on webkit browsers (IE and FF are ok) where the scrollbar space is reserved for an element even though the scrollbar is not showing. You can see in the example that once the middle one is hovered the scrollbar space is…
pllee
  • 3,909
  • 2
  • 30
  • 33
17
votes
5 answers

Disable form validation in browser

I'm coding on a website with forms and use HTML5 validation - no rocket science so far. Everything works fine for me in Google Chrome, but I want to get sure that even a IE 6 user with no formvalidation does not insert malformed data into my MYSQL…
Gerrit
  • 641
  • 1
  • 5
  • 19
17
votes
2 answers

Is there a React Development plugin for Opera?

Is there a React Development plugin for Opera ? The Opera (DragonFly) and Chrome Development Tools seem nearly identical. There seems to be no plugin for Opera that supports React Development. Is there perhaps a way to use the Chrome plugion for…
nilo de roock
  • 4,077
  • 4
  • 34
  • 62
15
votes
9 answers

What is the correct way to detect Opera using jQuery?

Amazon.com recently updated their javascript, and it's causing problems with some Opera browsers. Their browser detection code looks like so, but it's faulty: function sitbReaderIsCompatibleBrowser() { if (typeof(jQuery) == 'undefined')…
Lisa
15
votes
2 answers

Support for the webkitSpeechRecognition API in Opera

We're using the webkitSpeechRecognition API in Chrome. Since this is a prototype application, we're quite happy to support only Chrome, so we detect support for the API by doing a window.hasOwnProperty('webkitSpeechRecognition') check (as suggested…
SáT
  • 3,633
  • 2
  • 33
  • 51
15
votes
2 answers

Set up TLS proxy for Google Cloud Endpoint APIs

I have been viewing my Google App Engine endpoint APIs in the API explorer (localhost) without issues, now am getting this: in full it says: You are exploring an API that is described or served via HTTP instead of HTTPS. This is insecure and may…
15
votes
2 answers

Standards on behaviour of nested labels

I was wondering what would happen if I'd nest 2
Joeytje50
  • 18,636
  • 15
  • 63
  • 95
15
votes
4 answers

Slow down connection for Browser for testing

I am developing a JS+CSS+HTML Webapplication that is deployed on a local Apache. For debudding, I want to simulate a slow connection. What is the best way to do that? I am not looking for a way to slow down my actual connection, just the loading…
Thorben Croisé
  • 12,407
  • 8
  • 39
  • 50
15
votes
4 answers

border-radius bug in Opera

A while ago i made a little page for myself and I stumbled upon a bug that a have since not been able to answer. When opening http://darngoodpictures.com/#showme you see navigation arrows on the left and on the right side. These are completely…
hurrtz
  • 1,871
  • 1
  • 19
  • 34