opera Questions

2

Why jquery .bind() not working in opera for cut copy paste events? $(document).ready(function(){ $('#txtInput').bind("cut copy paste",function(e) { e.preventDefault(); }); });
Cousingerman asked 27/8, 2011 at 21:59

3

Solved

Why is that changing a button text doesn't work in Opera 11.11 for elements like <input type="submit" value="Asdasd" id="blahblah_button" /> ? (Didn't try it in earlier versions yet.) I t...
Michelson asked 21/5, 2011 at 22:11

2

Solved

I'm trying to make a fluid grid layout and I've run into a problem with inconsistent width rendering in Opera. In Opera the width of elements are consistently smaller than the other browsers. I'm t...
Sniffy asked 17/8, 2011 at 10:24

1

Solved

I've found that on Opera 11.50 the expression JSON.stringify(2) returns an object for which typeof returns "string" constructor.name is String charCodeAt(0) is 50 length is 1 But still al...
Subsocial asked 14/8, 2011 at 16:39

1

Solved

I am using display:box for a flexible width div with three boxes of equal size and with equal spacing. This works fine for Firefox, Safari and Chrome, but not in IE and Opera. I am wondering what t...
Aude asked 29/7, 2011 at 13:19

7

I have the following jQuery which works in all major browsers except Opera: jQuery(document).ready(function () { jQuery("#GetResults").live("click", function(e){ e.preventDefault(); //Opera doe...
Krilov asked 5/7, 2011 at 15:30

7

Solved

I am testing my noscript tags which display content when javascript is disabled, this works in Safari, Chrome, Firefox, Camino, IE6, IE7, IE8, IE9, basically everything but Opera (I'm running versi...
Guiana asked 24/12, 2010 at 7:56

3

Solved

I wonder if it's possible to load jQuery within Opera User JavaScript, so that I can use jQuery functionality in it, even on pages that are not currently using jQuery.
Fairway asked 15/4, 2010 at 18:38

1

Solved

How to prevent form submission while using HTML5 client-side form validation in Opera 11? Here is a sample test page: <section> <h2>Test</h2> <form> <input ty...
Chromatolysis asked 8/5, 2011 at 17:57

3

Solved

I have a simple form which can be submitted outside the element via a small jQuery Script. <script type="text/javascript"> $(document).ready(function() { $('#mybutton').click(function(){ ...
Savanna asked 21/4, 2011 at 10:40

3

I have a outer HTML-document (subdomain1.server-a.de) with an iFrame and inner HTML-document (subdomain2.server-a.de). The inner script should send & receive AJAX-requests to subdomain2.server-...
Greenock asked 31/3, 2011 at 13:22

5

For my current mobile web project I use the meta "viewport" tag to instruct the mobile browser to use a scale of 1:1 with the devices' width: <meta name="viewport" content="initial-scale=1.0, w...
Hardwick asked 29/12, 2009 at 13:45

3

Solved

I have been working on making our CMS export valid content for mobile devices. One of the problems we encountered was that newer devices, like the iphone4 have a higher resolution display so we nee...
Pole asked 6/12, 2010 at 11:58

2

Solved

Every other browser is rendering this correctly. <body> <div> <div><img src="img/logo_top.png" width="168" height="85" alt="Logo top" ...
Chaworth asked 23/2, 2011 at 12:36

2

Solved

I'm using loads of inputs with HTML5 types (such as 'date' or 'time') using the jQuery Tools library. Some browsers (like Opera) automatically recognize that and, for example, transform the <inp...
Wacker asked 15/2, 2011 at 13:39

1

Solved

I'm trying to embed some keybindings in my webapp, and I'm having hard times with Opera. I have this code: window.onkeydown = function(e){ var key = e.keyCode ? e.keyCode : e.charCode ? e.charCod...
Becharm asked 23/1, 2011 at 12:47

1

You'll need Opera 9.62 to see what this is all about... Because that is the only browser that behaves strange when I do cross-sub-domain JavaScript calls (with Ajax involved). Please consider the f...
Songster asked 6/11, 2010 at 9:52

10

Solved

I just tried viewing my website http://www.logmytime.de/ in Opera (version 10.50) it gives me an "xml parsing failed error" and refuses to display the web page. I can choose to "Reparse the docum...
Maemaeander asked 4/5, 2010 at 15:49

2

Solved

In a simple canvas test I created for performance and quality measurement purposes, a canvas is painted with randomised colors and images during an unlimited period. A sample is shown here: http:...
Thelmathem asked 8/10, 2010 at 8:0

1

Solved

I was looking for a way to resize and move the browser's window and I've found these: self.resizeTo(w, h) and self.moveTo(x, y) - this seems to work perfectly, but only in Firefox and IE (tested wi...
Sneaky asked 7/10, 2010 at 17:17

1

Solved

Note that this relates to focus and blur events on a window, not on form fields. I'm loading a document in a pop-up window, and it includes the following code: <script type="text/javascript...
Madisonmadlen asked 17/9, 2010 at 16:29

6

Solved

Firstly, I'm not against Opera. It just seems when I encounter cross browser issues, and do a little research, I always find "the fix", but then I see a comment crying foul that the cross browser s...
Bernie asked 23/7, 2010 at 19:5

2

Solved

I have a widget-like block of HTML+JavaScript that people can copy/paste into their HTML-page one or multiple times. That block checks if an external JavaScript file is already in the DOM, and load...
Dateless asked 29/8, 2010 at 8:33

1

Solved

Google Chrome now, and Opera before, shows a "spin box" control beside a input field of type "number". I want to be able to style this, or hide it. Are there ways of controlling this UI eleme...
Leastwise asked 20/8, 2010 at 2:54

3

Solved

I'm having an issue with the HTML below: <html> <body> <p style="font-size: large"> Some paragraph text <span><pre style="display:inline">some span text</pre...
Ninfaningal asked 18/8, 2010 at 1:56

© 2022 - 2024 — McMap. All rights reserved.