opera Questions
3
window.resize is not working in chrome and opera ..how to make it work?
Membership asked 28/2, 2011 at 7:39
1
Solved
Most specialized sites mention that Opera user agents all contain the word 'Opera'.
This kinda old post from an Opera developer mentions the string 'OPR' instead.
The point is: my site receives r...
Pennant asked 18/1, 2016 at 10:29
0
I need to enable Opera (34.0.2036.25) Turbo mode in an instance of Opera Webdriver.
I found preferences file with JSON inside:
C:\Users\username\AppData\Roaming\Opera Software\Opera Stable\prefere...
Moshemoshell asked 13/12, 2015 at 18:12
9
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 sitbReaderIsCompatibleBrow...
Vainglorious asked 13/3, 2009 at 22:53
2
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');
win...
Schweiker asked 7/8, 2012 at 10:56
2
Solved
Opera Version: 32.0.1948.69 (the output works fine on other major browsers).
Does anyone know how could I possibly fix the blurriness from Chart.js?
The width of the chart isn't relevant here, no...
Flautist asked 10/10, 2015 at 15:49
3
Solved
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...
Satisfactory asked 27/4, 2013 at 12:13
1
I open browser (opera or firefox ) on Android and write my deeplink on address bar
when I press Go button on Browsers ,It redirect me to My app As expected
but the problem is My app appears on Bro...
Kone asked 8/10, 2015 at 11:26
5
Solved
I hate this mess with the mouse buttons created by W3C an MS! I want to know if the left mouse button is pressed when I get a mousedown event.
I use this code
// Return true if evt carries left ...
Tunnel asked 15/10, 2010 at 16:21
2
Solved
I am developing an app for social network which works in IFrame. The app works just fine in Google Chrome and Microsoft Firefox browsers, but in Opera 12.15 JQuery library v1.10.1 fails to load wit...
Silo asked 2/6, 2013 at 14:24
6
Solved
I want to determine whether the browser of the client machines is Opera using JavaScript, how to do that?
Regulate asked 4/1, 2010 at 8:49
1
I'm building a custom piece of software on Android for a customer who needs to integrate it with Opera Mobile specifically (not another browser). One of the requirements is that specific links open...
Griffy asked 8/11, 2013 at 18:2
2
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 serv...
Verdaverdant asked 11/5, 2015 at 18:8
13
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 ...
Prankster asked 28/11, 2011 at 23:18
2
Solved
I'm working on a page that has the following markup:
<img
alt=""
src="/banner_home.300x200.jpg"
srcset="/banner_home.300x200.jpg 320w,
/banner_home.600x400.jpg 480w,
/banner_home.728x242.jpg ...
Laevogyrate asked 6/2, 2015 at 11:45
5
I'm using a custom font in a page I'm developing, Droid Sans, and at certain font sizes, the bottom is cut off, but only in Opera and webkit browsers.
It's easy to reproduce on Google's own webfon...
Ballyhoo asked 20/12, 2011 at 14:16
7
How can I check if the browser support HTML5 file upload (FormData object)?
var fd = new FormData();
Following the answer from this post, but the code does not return correct answer about the br...
Gazpacho asked 3/9, 2011 at 23:19
2
Because currently only Chrome and Opera supports WebP, I was wondering if I could target those two particular browsers and redirect them to fetch another version of my website so I can help optimiz...
Rimini asked 1/3, 2013 at 19:25
4
Solved
A while ago I made a little page for myself and I stumbled upon a bug that I have since not been able to answer.
When opening http://darngoodpictures.com/#showme you see navigation arrows on the l...
1
In this question - If the staff and community won't mind - I would like to address two different bugs of different browsers, though ocuring on same conditions.
The bugs happen when an element with...
Develop asked 24/5, 2014 at 17:41
2
Solved
For a fun project, I've been implementing a small thumbnail page on a website that provides a specially catered view for the small site previews on New Tab pages. The end goal being to present the ...
Proustite asked 29/4, 2012 at 5:22
4
Solved
I have a form and I must notice user with alert() on exiting page while there are data in the form that had not been send.
I've read that opera has a lot of problems with this. Opera 11 that is, b...
Message asked 13/1, 2011 at 17:39
5
Solved
Has anyone tried using
$(“html, body”).animate({scrollTop:0}, 'slow');
on Opera browser?
It does a weird effect especially if you scroll on a long page, it seems like the page go first to the t...
Superannuate asked 2/2, 2011 at 22:37
1
Using either 20.0.1387.82 or 22.0.1457.0 (developer)
When I right-click and select Inspect Element, I get a vanilla Developer Tools dialogue:
not the one always pictured:
It looks identical t...
Beck asked 2/4, 2014 at 16:14
3
Solved
Just looking to remove these arrows, convenient in certain situations.
I would like to preserve the browser's awareness of the content being purely numeric however. So changing it to input[t...
© 2022 - 2024 — McMap. All rights reserved.