opera Questions

1

I make some chat example like here: http://psitsmike.com/2011/09/node-js-and-socket-io-chat-tutorial/ When I use Chrome and Firefox everything works like a charm. With IE9 or Opera some socket.io ...
Peripatetic asked 20/10, 2012 at 23:51

2

Solved

I have some element which click on it event triggers click on <input style="display:none" type="file"/> element. this element is hidden (display:none). On this browser: Chrome, IE, FireFox it...
Vintner asked 14/10, 2012 at 8:42

3

Solved

I have the following code: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" media="screen" href="jquery-ui-1.8.9.custom.css" /> <script type="text...
Pape asked 6/5, 2011 at 19:7

2

Solved

I am loading remote images periodically with an Image object to be later drawn on a canvas. The Image object is created in JS only, it doesn't exist in DOM. The code is working fine with Chrome a...
Cumquat asked 24/7, 2012 at 21:33

3

Ok, so I've made this FC Barcelona CSS logo and everything works fine under: Firefox 13 Chrome 20 Safari 5 IE 9 BUT on Opera 11 (and 12 too) those blaugrana stripes are not cropped. I have trie...
Puccini asked 6/7, 2012 at 21:53

1

Solved

I use PT Sans from Google Fonts. It has all the special chars I need (ą, ś, ź, ł etc). The problem is - Opera doesn't display them in bold (in CSS I write font: bold 16px/2em "PT Sans", sans-serif,...
Edition asked 15/8, 2012 at 20:39

13

Solved

Is there a way to make some CSS rules visible only for Opera?
Exemplificative asked 13/7, 2009 at 15:55

1

Solved

How Do i set background-position-x on Opera? div#logocontainer{ width: auto; height: auto; text-align: center; line-height: 200px; overflow: auto; margin-left: auto; margin-right: auto; b...
Yaya asked 12/6, 2012 at 12:31

3

Solved

In IE, Firefox, Chrome and most Windows-based interfaces that I've used, the Tab key can be used to navigate from one form field or hyperlink to the next (e.g. "actionable" items) (note: I have not...
Jinx asked 18/2, 2010 at 20:36

3

Solved

I have a webpage where there is SVG above IMG element that should draw shapes over it. The drawing is executed correctly across browsers. But when it comes to receiving events, the IMG actually se...
Fennelly asked 10/4, 2012 at 9:40

6

Solved

I was using the Wingdings font in the CSS for some symbols like a pencil and a home icon. It worked on IE, Chrome and Safari but not in Firefox and Opera. I googled it but did not find any better...
Fagaly asked 22/10, 2011 at 20:59

2

Solved

Given the following HTML: <div contenteditable="true">Some text</div> And some JS which detects the click event with JQuery: $("div").click(function() { alert('click!'); }); If y...
Cismontane asked 13/4, 2012 at 8:52

4

Solved

I'm trying to print iframe content. contentWindow.focus(); contentWindow.print(); This code works in IE, Firefox and Safari. But don't work in Chrome and Opera. These browsers print entire page....
Pargeting asked 30/10, 2009 at 8:23

1

Solved

I have logical application running where i need to store the var algorithmToApply=1 or etc; Where each of my value has relative algorithm assigned. The main problem is while testing people clicki...
Bondwoman asked 15/3, 2012 at 20:6

4

Solved

How can I get the computed width of an element in Opera? In other browsers I can do this: // getComputedStyle wrapper function getStyle(element, styleProp) { return element.currentStyle ? element...
Rosie asked 7/2, 2012 at 8:25

4

Solved

I would like to know how Gmail (or anyone else) does comet on Opera. Here is what I know so far from my experiments. It doesn't use the event-source tag which is broken in Opera 10.51. It doesn'...
Sarsenet asked 17/4, 2010 at 6:4

3

Solved

I've got a page which uses Flash with animations (These are not crucial but additional). Everything works fine, if I'm not using Opera with activated Turbo. Then the Flash Movie is shown as a big ...
Danie asked 11/1, 2012 at 9:42

1

Solved

I found this on a different question: setCaretToPos = function(input, selectionStart, selectionEnd){ if(input.setSelectionRange){ input.focus(); input.setSelectionRange(selectionStart, selecti...
Motive asked 19/1, 2012 at 15:25

6

Solved

I've added some useful helpers to Array (such as toSource() for Opera). And now for..in returns the functions with normal properties. I'm using for..in now, because the code is easier to read with...
Stiff asked 27/11, 2009 at 15:59

1

I tried implementing Tap-hold function of jquerymobile as given in one of its demos <!DOCTYPE html> <html> <head> <title>jQuery Mobile Events</title> <link re...
Kornegay asked 5/3, 2011 at 11:45

8

Solved

I'm working on an HTML page that needs to be more or less pixel-perfect, and I noticed that in Opera 10, fonts are rendering larger than they do in other browsers, even though the font-size is effe...
Mnemosyne asked 11/10, 2010 at 20:38

1

Solved

Ran into this quirk today. http://jsfiddle.net/UJAjD/3/ You'll notice that in Firefox 7 and Opera, the gray box has the word "Next" in it. The CSS includes a text-indent property that should move...
Radish asked 5/10, 2011 at 16:25

2

Solved

I begin to have a solution for my previous question Overlay SVG diagrams on google map. But I have another (smaller) problem. I am using Firefox 3.5 and Safari 4 (on Mac), and when I am embedding ...
Estelleesten asked 1/7, 2009 at 20:50

1

Solved

link to this image : img Firefox shows this image as is. But if I open it with Opera Gray colors is different instead if I download it and open with any editor. Why ? Here is how opera shows m...
Levinson asked 22/9, 2011 at 6:5

1

Solved

I have a web page that loads in an IFRAME, that runs correctly in IE and Firefox but not in Opera. Which I hate, because I've been an Opera user for years. And I wrote this thing. :-) The problem ...
Percyperdido asked 28/3, 2011 at 20:17

© 2022 - 2024 — McMap. All rights reserved.