Opera is a series of web browsers developed by Opera Software.
0
votes
1answer
18 views
How opera mini can set the proxy
It is just what the title said. I dont get it how does the opera can set the proxy by using opera:config. I want to achieve the same thing. Making my apps can set the proxy and then set the url that i ...
1
vote
0answers
17 views
How to remove this dialog window when submitting the form in Opera browser?
Using Opera Browser (for 64-bit linux / ubuntu). Why when i click submit it pops up a download option dialog, like shown in the screenshot. I tested it in Chromium/Google Chrome/Firefox/Midori/Arora ...
-1
votes
0answers
22 views
Opera rendering differently than other browsers in 800x600
I have developed template for Joomla CMS, and I am currently checking my website for compatibility in the following browsers and resolutions: Chrome, IE, Mozilla, Opera, and 800x600, 1024x768, ...
0
votes
2answers
24 views
CSS form styling doesn't display in firefox/Opera
I've made a searchform on Wordpress. I've styled the searchform to my own taste and all seems to be working fine in Webkit browsers (Chrome & Safari) and even IE (kinda). Unfortunately Firefox and ...
0
votes
0answers
19 views
Opera browser - local javascript while using, how can i load jQuery or any third party libraries on that browser.js file?
Opera browser from setting you can set where is the browser.js file which executes when opera starts, now on that browser.js file i want to load jQuery or other third party for testing. I tried ...
0
votes
0answers
14 views
Local fonts can't load in iframe in IE, Chrome and Opera
I've been writing a page that is intended to be used without internet connection.
There is an iframe with text which should be styled with custom font. The font does not load if I try to get it from ...
1
vote
2answers
38 views
Caching text/image assets in performance-constrained environments
I'm working on an extremely performance-constrained devices. Because of the overhead of AJAX requests, I intend to aggressively cache text and image assets in the browser, but I need to configure the ...
0
votes
1answer
13 views
Cannot open opera dragonfly
I am trying to debug some code in Opera 12.15, but it makes references to menu and commands that do not appear on my screen. I want to open DragonFly but cannot figure out how to do it.
1
vote
1answer
27 views
Pointer Position relative to Element with Dynamic DOM
This is a follow-up related to brainjam's solution to finding the pointer position relative to an element.
For reference, here's his solution:
function mouseMoveHandler(e)
{
var style = ...
0
votes
0answers
20 views
Opera does not call Flash's ExternalInterface.callback() function inside js callback called by flash
I'm new to Flash ActionScript. I've a flash audio recorder (modified jRecorder) that records audio in WAV format and I've added support for MP3 encoding. The recorder exports some public functions for ...
0
votes
0answers
14 views
Bootstrap:Does mediaquries work differently for Firefox, opera and IE9?
When the media-query is set for a max-width of 767px, chrome, safari and IE10 seem to obey the rule but the changes are applied at 750px for firefox, opera and IE9. Has anybody else experienced the ...
0
votes
0answers
17 views
Dragging a local file into textarea with Opera 12
I am creating an application using HTML5 where I would like to be able to drag a local text file into a textarea. This works fine in Firefox 20.0.1, Chrome 26.0.1410.64 m and Internet Explorer 10 but ...
0
votes
0answers
18 views
Creating temporary URL link in Opera browser
window.url.createobjecturl() doesn't work in opera! I want to link a video file to html5 'video' tag which i selected via 'input file' html tag. I'm able to link the video in Chrome, Firefox, IE10 ...
0
votes
0answers
32 views
+50
Opera's right click disables key events
In Opera, while you are holding down right click, no key events register.
window.onkeydown = function() {
alert("hey");
}
this doesn't register if you're holding down the right mouse button in ...
-1
votes
0answers
13 views
HybridAuth Opera
Thanks for reading this. I have an issue with hybrid auth and opera.
I have a drupal project running the hybrid auth module. Everything works fine for all the other browsers, ie8, ie9, ie10, chrome, ...
0
votes
0answers
32 views
jquery dialog jumps when page scrolled
EDIT:
Having just tested it in more browsers, it happens in Opera, IE 9 and Firefox as well.
It seems to work fine in sites like jsbin, jsfiddle, etc... but if you just create a html file with that ...
1
vote
1answer
46 views
How do I allow Opera to access my intranet without warning from Webdriver tests?
I'm writing some selenium webdriver tests for a Facebook application. I'm running the tests in a Selenium Grid, and I'm seeing a problem when running in Opera (12.15). When the web app is launched in ...
0
votes
1answer
52 views
Chrome, Safari and Opera do not remember password on simple form
I first had the problem with an AJAX login, and after looking for a solution for hours I thought I would try something as simple as this:
<html>
<head></head>
<body>
...
1
vote
1answer
59 views
How do I retrieve CSS property in Firefox and Opera exactly how it's written?
I'm trying to develop a jQuery plugin that utilizes CSS values and modifies them. The problem, however, is that Firefox and Opera seem to not like keeping track of the units of the property's value. ...
-1
votes
1answer
34 views
Website not displaying in opera
I'm kind of new to web developing and for a school project I have to make a website for a company. It's loading in all the browsers except for Opera 12.xx.
I've uploaded the HTML and CSS to jsfiddle:
...
0
votes
0answers
34 views
How to test if mouse event exists in Opera browser?
Checking for a mouse event with !event, works as expected in Chrome.
But in Opera event always tests the same whether it exists and returns [object MouseEvent] or not and returns undefined. What's ...
0
votes
1answer
22 views
Node.js socket.io and Opera
when trying connect to server from opera, i'm got this server log:
debug - client authorized
info - handshake authorized bIDigTGEsQIc1GBXIjHk
debug - client authorized
info - handshake ...
-1
votes
1answer
23 views
FreeBSD can display chinese word perfectly with UTF-8, but opera browser can't, How to do? [closed]
FreeBSD 9.1
Xorg 1.7.7
Xfce 4.1 for FreeBSD
opera 12.14 for FreeBSD
ThinkPad E430
How to do? Is it lack some font but I give TrueType font which is copied from Windows.
Any Chinese word display as a ...
1
vote
3answers
84 views
getElementById is not working in opera 12.15
I am using javascript on client-side in my app, I need to get the element based on the id, class and tagname, I am using following code for getting element using id.
HTML:
...
1
vote
1answer
27 views
Opera and datetime-local is not displaying value
I have the following date value: "2013-05-02T11:00+10:00" that I would like to display in the datetime-local input field in Opera, however it is not displaying anything for me.
I have a simple test ...
1
vote
0answers
55 views
Opera input type=“submit” text wrap
I have this button on my web-site:
<div id="container-div">
<input class="site-button" type="submit" value="very long text">
</div>
with the follow CSS:
#container-div ...
0
votes
0answers
42 views
cannot run Selenium tests on some browsers
i have tests made with Mink using Selenium 2 driver. everything is working OK under Windows 7 with Firefox, Chrome and IE and Ubuntu 12.10 with Firefox. the problems are:
when i try to run test on ...
-1
votes
0answers
25 views
Opera repeat shortcut key
I do not know much about javascript and tried searching the forum with no success...
I am using Opera and setting a short cut to:
Go to page, javascript:RsNav(20, 20);
How can I make this repeat ...
0
votes
0answers
25 views
Workaround for 'poiner-events:none' in Opera
I'm looking for a workaround that could give me the same result as the CSS pointer-events:none. Basically I have a div over image and I wan't to pass events to the image below.
As you can see it is ...
0
votes
1answer
47 views
Images not working in Opera and Mozilla
Hello there everybody,
I am currently working on a page that has an HD background image (1900x1080) fixed, always visible in the viewport of the browser, that is actually the background image.
...
0
votes
1answer
35 views
Opera box-sizing does not work for textarea with flex
I found a bug in Opera: box-sizing does not work for textarea in flex display mode.
b {
display: flex;
flex-direction: row;
}
textarea {
float: right;
width: 50%;
height: 50px;
...
0
votes
1answer
43 views
HTML5 Validation with Opera and Safari
I am having a problem with the HTML5 validation on Opera and Safari.
In Opera, the message bubble it's not displaying any text, and in safari the validation does not occur when i press the submit ...
0
votes
0answers
51 views
Media Element with playlist - doesn't play correctly in browser Opera and Mozilla
Good day,
I try work with mediaelement js audio player. My html:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script ...
0
votes
0answers
46 views
Opera 12 css 3 animation on hover issue
Why the hover effect doesn't work in Opera 12?
Animation speed should change, like in other browsers.
HTML:
<div><a href="#">o</a></div>
CSS:
div {
width: 20px;
...
-3
votes
1answer
58 views
Sites css only working in chrome, will not work in ie, firefox or opera [closed]
I am using cloudflare and have turned dev mode on, then updated the css and it still will not work.
Any ideas?
Site is http://our-gen.com
0
votes
1answer
72 views
$(window).unload(function(){}); is not fired in Firefox and opera?
My previous post will be window.onbeforeunload and window.onunload is not working in Firefox , Safari , Opera? and it not worked in this situation.So I created a new thread.
Now this works in IE , ...
1
vote
5answers
87 views
HTML textarea appearance changed after a click inside?
My Textarea appearance will be changed after I clicked inside it. This will happens in google-chrome , Safari. Also it displays a scroll bar when the page gets loaded in Opera.
I don't want the ...
0
votes
1answer
17 views
Keyframes with jquery not working in opera
$.fn.addKeyframe([{
name: "spinrd",
"from": tr + ':rotate(' + (rX1 + 0) + 'deg);',
"to": tr + ':rotate(' + (rX1 + 360) + 'deg);',
}]);
I have a sequence of this code, it ...
0
votes
0answers
15 views
Setting cursors not working in IE [closed]
I set my cursor styles using CSS. The code works fine in all browsers except for Internet Explorer.
Could you help me out findinfg the correct sollution for IE?
EDIT:
Looks like there is a problem ...
1
vote
1answer
57 views
createObjectURL unsupported in Opera
Checking this adress: http://caniuse.com/#feat=bloburls you can see this is the only desktop browser with no support for this feature.
How can I find a workaround for this without to much change in ...
0
votes
1answer
21 views
How to catch onmousewheel event on Opera?
I thought the following code targets both IE and Opera
window.onload = function() {
document.attachEvent("onmousewheel", function() {
console.log("mousewheel detected");
});
};
...
3
votes
1answer
82 views
why can not read cookie setted by javascript with php on explorer?
I have one problem and I need help. I am doing some simple steps:
i set a cookie with php(if it is not already set).
I read this cookie again with php and it works fine (to all browsers!).
I reset ...
0
votes
1answer
192 views
jQuery partially not working in firefox and opera
I'm testing my webpage in browsers and it seems that some bits are not working in firefox and opera. I assume it's caused by jQuery used on my page.
This is my website: ...
1
vote
1answer
35 views
How to ensure that my page is wrapped by operamini browser?
I am developing page for low end phones like s40. However, I also need to make sure it works on phone with bigger screen. My page loads fine on bigger screen but its behavior is random with opera mini ...
0
votes
1answer
48 views
Is there a javascript equivalent to what Opera speed dial does?
Opera speed dial has a very nice way to retrieve sites big icons, were they to exist. Is there any javascript library that could provide me the equivalent feature ?
0
votes
0answers
25 views
cell border 0px set for few cells but still showing in Opera
This happens only in Opera Browser.
I created a table w simple border for every cell except few which should be borderless, everything looks fine in every major browser except in Opera. I've created ...
0
votes
1answer
33 views
Opera mini trouble with form with more than 9 radio buttons
I am using opera mini on iphone to open a page where there are more than 9 options in a form and each option has a radio button. Problem I am currently facing is that I cannot select any option beyond ...
-1
votes
1answer
28 views
Opera extension error “Uncaught exception: ReferenceError: Security violation”
I am working on an opera extension. The extension have a popup that will open a website in it.
I get the below error at "xhr.send()" in popup.html file and i can't able to remove it.
"[4/14/2013 ...
0
votes
1answer
41 views
Three.js and Opera Shader
im running a win 7 x64 with nvidia gt 440.
I'm having this problem with opera 12.15:
226: #ifdef USE_SHADOWMAP
227: for( int i = 0; i < MAX_SHADOWS; i ++ ) {
228: vShadowCoord[ i ] = ...
1
vote
1answer
86 views
Callback function in JSONP jQuery
I am using some jQuery scripts to get a JSON feed from Flickr and YouTube and generate the HTML from them on my WordPress site
For Flickr I use
<!-- Script to grab photos from Flickr feed -->
...





