Bug Reports for Opera

Atom RSS

This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.

Main navigation:




Search reports by browser:

On this page you find the archived bugs for Opera.

Positioning the legend tag

Permalink | Explorer 5-6 Windows, Mozilla, Opera, Safari | 6 comments
Reported on 21 March 2006

Positioning legend tags — what works and what doesn't? To be honest not a lot does.

I've tested — position: absolute, fixed, relative, floats margins and setting widths.

Test page Workaround is not included
Reported by: Marc Pacheco.

Opera absolute<fixed Nested Positioning

Permalink | Opera | 1 comments
Reported on 17 February 2006

An absolute positioned element inside a fixed positioned element disappears after scrolling down one page height.

div#sidebar { position: fixed; top: 0; bottom: 0; }

div#disappearing { position: absolute; bottom: 0; }

ppknote: Opera 9 beta has a different bug, but this situation is still buggy. It doesn't recalculate the height of the fixed layer when the page is resized.

Test page Workaround is not included
Reported by: Chris Sullins.

Mirror margins

Permalink | Opera | 1 comments
Reported on 16 January 2006

Setting LI margins (margin-top:40px; margin-bottom:0px) or any other combination does not change the layout: Opera *always* duplicates the margin-top value for the bottom margin.

Tested in Opera 8.51. ppknote: Solved in Opera 9.

Test page Workaround is included
Reported by: Spark.

Changing the type of an input field

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera | 2 comments
Reported on 2 January 2006

Setting the type attribute of an input element to button via setAttribute('type', 'button') does not work in Internet Explorer 6 or Opera 8.51. The bug is fixed in Opera 9 technology preview 1.

Test page Workaround is included
Reported by: Stijn Peeters.

Buttons lose shape when floated

Permalink | Opera | 1 comments
Reported on 8 December 2005

When a button is floated in Opera, it causes it to lose the image of the button. Only the text remains.

Test page Workaround is not included
Reported by: Chris Hester.

Fieldsets count as form fields

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Mozilla, Opera | 1 comments
Reported on 25 November 2005

Explorer Windows and Mac, Mozilla and Opera see <fieldset>s as form fields, even though the spec doesn't mention them in the list of control types.

Mozilla and Opera allow change events on <fieldset>s, even though they don't make sense.

Test page. Workaround is not included.
Reported by ppk.

Empty values of radio buttons and checkboxes are "on"

Permalink | Opera | 3 comments
Reported on 24 October 2005

When a radio button or a checkbox has a value="" (empty), Opera nonetheless reports a value="on".

Test page Workaround is not included
Reported by: Markus Fischer.

IE6 input field top/bottom unwanted margin

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Opera, Safari | 4 comments
Reported on 19 October 2005

The INPUT (type=text/password) field in IE6 (and older probably too) has a top and bottom margin of 1px in both quirks and standard mode. This can cause a not so nice effect.

(ppknote: Opera and Safari have the same problem with the right margin)

Test page Workaround is not included
Reported by: Marcel Lipovsky.

Browsers bail on DOM button.type="button"

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera | 1 comments
Reported on 10 October 2005

The following will throw an exception:

var button=document.createElement("button"); button.type="button";

The only workaround for dynamically creating <button type="button"> seems to be to convert the button HTML to a string and append it to innerHTML.

Test page Workaround is included
Reported by: Garret Wilson.

Caption in table affects rollover

Permalink | Opera | 0 comments
Reported on 7 October 2005

Applying a JavaScript highlighter rollover function to a table cell or row, which has a caption element, causes the color re-draw to be applied incorrectly.

Test page Workaround is included
Reported by: Alun Jones.

Border Padding Parallel Bug

Permalink | Opera | 0 comments
Reported on 5 October 2005

Opera 7.x-8.5 will add padding-bottom to an object that is equal to the border-top if you use border-width and have the object positioned bottom.

I have found a workaround. If you do not have four seperate values for border-width the bug isn't rendered. You can also use border-color and border-style and use border: to set four seperate values for border-width without actually using the border-width syntax.

Test page Workaround is included
Reported by: John A. Bilicki III.

background-position maximum and minimum value

Permalink | Opera | 1 comments
Reported on 22 September 2005

Opera 8.02 does have a maximum (2048) and minimum (-2048) values for "background-position" property.

If the given value exceeds this numbers, it will be treated as the corresponding extremum. So the declaration:

background-position: 4000px 10px;

will result the same as

background-position: 2048px 10px;

No straight-forward workaround seems to be possible. Consider not using such a large numbers at all.

Limit for IE6 is 100 millions of pixels, literaly.

Test page Workaround is not included
Reported by: Constantine Vesna.

document.getElementById() returns element with name equal to id specified

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Opera | 2 comments
Reported on 14 September 2005

The document.getElementById() function returns an element with a name attribute that is equal to the id specified.

Test page Workaround is not included
Reported by: Chris Bloom.

a:visited and a:link styles cause slowdown in reading offsetWidth

Permalink | Opera | 0 comments
Reported on 6 September 2005

On Opera, if a webpage has a CSS with a:visited, a:link that involves changing the size of the element, there is a severe performance penalty when offsetHeight/Width or any type of style reading using getComputedStyle is used in functions.

The style reading functions seem to be executed no less than 150 times slower, and the execution may be up to 350 or more times slower with certain combinations. The interesting point is that, the styles do not need to effect any actual element on the page: #nosuchelement a:visited {...} is enough to cause the slowdown.

Test page Workaround is not included
Reported by: Emrah BASKAYA.

Wrong offsetWidth on absolute elements

Permalink | Mozilla, Opera | 4 comments
Reported on 3 August 2005

When an element is positioned outside its parent element, Mozilla gives 0 as offsetWidth, Opera -1.
Mozilla also gives incorrect values, when some part of element is on the border of element. It gives back the size of "visible" area in parent element. So when half is in and half out, it gives half of the real width.

Test page Workaround is not included
Reported by: Mojmir Nebel.

Opera overflow bug when no explicit width is set

Permalink | Opera | 2 comments
Reported on 28 June 2005

Without an explicit width set, overflow:auto and overflow:scroll do not work in Opera 6.06, 7.23, 7.54 or 8.0. Oddly enough it does work in Opera 7.02, except Opera 7.02 ignores max-width.

Test page Workaround is included
Reported by: Kravvitz.

Breaking floats into rows

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera | 1 comments
Reported on 22 June 2005

When trying to break a list of floats into rows with clear: left on the first cells in the future "rows", the cells after the cleared ones just fill up the remaining space from the previous "rows" as long as the parent's width allows.

Test page Workaround is included
Reported by: Valentin Agachi.

Backgrounds on table rows

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera, Safari | 2 comments
Reported on 1 June 2005

A background on a TR doesn't work. Instead the TDs inherit the TR's background image.

Test page Workaround is not included
Reported by: Valentin Agachi.

Percentual width of absolute element is computed relative to wrong block

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera | 3 comments
Reported on 30 May 2005

A percentual width of an abolutely positioned element should be calculated relative to the containing block (the body, if there is no other absolutely positioned element. Unfortunately Explorer (Win and Mac) and Opera calculate the width relative to a static block that contains the HTML for the absolute element.

Test page Workaround is not included
Reported by: G�rard Talbot.

Window.opener.closed behavior differs among browsers

Permalink | Explorer 5-6 Windows, Mozilla, Opera | 0 comments
Reported on 18 May 2005

window.opener.closed works in IE 6 but not in Mozilla or Opera due to a known bug. Also, in IE 5 window.opener.closed DOES NOT work correctly due to another known bug. I also have a longer writeup in my blog.

Test page Workaround is included
Reported by: Yakov Shafranovich.

Links lose underlining with text-align applied

Permalink | Opera | 1 comments
Reported on 16 May 2005

In Opera 8.0, links lose their default underlining style when text-align is applied to them.

Test page Workaround is included
Reported by: Chris Hester.

Diagonal borders on images with empty ALT text

Permalink | Opera | 0 comments
Reported on 13 May 2005

When an empty ALT attribute is used on an IMG tag, Opera 8.0 uses diagonal borders around the image - it draws a diamond instead of a rectangle.

Test page Workaround is not included
Reported by: Chris Hester.

Problem with em values greater than 20.47em

Permalink | Opera | 5 comments
Reported on 25 March 2005

Opera 7 shows a rough quantization error when a margin or a padding is expressed in em units and the value of the property is greater than (about) 20.47em. In these conditions the decimals are simply ignored. For example, all margins of 21em, 21.1em, … up to 21.9em are rendered exactly the same. This is not a simple rounding error.

Test page Workaround is not included
Reported by: Bruno Fassino.

Containing floats inside overflow:auto

Permalink | Explorer 5-6 Windows, Opera | 2 comments
Reported on 17 March 2005

When a block set to overflow: auto contains floats Opera and Explorer Windows don't contain the floats correctly.

Test page Workaround is not included
Reported by: Marc Pacheco.

Disappearing select box text within block labels

Permalink | Mozilla, Opera | 1 comments
Reported on 15 March 2005

When using an attribute selector like label[accesskey] in conjunction with the display: block: on a label element, a child select box will go blank and/or act strange in mozilla/firefox.

In Opera the last two "act funny" boxes also act funny.

Test page Workaround is included
Reported by: Brian Latimer.

Capitalizing "text-transform: capitalize"

Permalink | Mozilla, Opera | 2 comments
Reported on 11 March 2005

If the string "text-transform: capitalize" is text-transformed to capitalize, should the "t" of "-transform" be capitalized, too?

Opera and Mozilla say No, but they're in the minority. Therefore this is officially a bug in Opera and Mozilla.

Test page. Workaround is not included.
Reported by ppk.

Absolute positioning and text-align

Permalink | Explorer Mac, Opera | 0 comments
Reported on 9 March 2005

Opera misplaces absolutely-positioned elements when their containing block is subject to text-align of center or right. It places them where they would have been if they were subject to text-align:left.

Explorer Mac positions the text correctly, but makes the divs far too wide.

Note that you need to be setting display:inline on a DIV, or similar, to be affected by this.

Test page Workaround is not included
Reported by: Phil Endecott.

click EventListener on select box ignored in capturing phase

Permalink | Opera | 1 comments
Reported on 7 March 2005

Opera 7.54 seems to ignore a click EventListener on Select boxes in capturing phase.

The test case containers the smallest code needed to reproduce the bug. A workround is not possible in the capturing phase.

Test page Workaround is not included
Reported by: Jorgen Horstink.

getAttribute("HREF") is always absolute

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera | 1 comments
Reported on 25 February 2005

In some browsers getAttribute("HREF") on an A element returns a complete URL, even if the HREF attribute in the source specified a relative path. In others it returns the exact text of the attribute in the source, which may be relative.

All browsers put the complete, resolved, URL for an A element in its .href property. In Explorer (Win and Mac) and Opera 8 the same value is returned by getAttribute("HREF"), while Mozilla (FF1.0), Safari and Konqueror (3.2.2) return the source value. I consider the latter behaviour to be correct.

The test case contains two links, the first absolute and the second relative, and reports the values of .href and getAttribute("HREF") for each. It is the last reported value that differs.

Test page Workaround is not included
Reported by: Phil Endecott.

setAttribute('maxlength', 5); on input doesn't work

Permalink | (Orphaned), Explorer 5-6 Windows, Explorer Mac, Opera | 4 comments
Reported on 21 February 2005

Setting of the maxlength attribute with Javascript using the setAttribute() function doesn't work in Explorer and Opera, while setting other attributes like size works.

Test page Workaround is not included
Reported by: Henning Jungkurth.

Hover with adjacent selector doesn't work

Permalink | Opera, Safari | 3 comments
Reported on 11 February 2005

The hover selector combined with an adjacent selector (dt:hover + dd { color : red; }) works buggily (Safari) or not at all (Opera), while these browsers support the two of them separately.

Test page. Workaround is not included
Reported by: Randall Hansen.

Absolute layer on top of iframe

Permalink | Explorer Mac, Opera | 4 comments
Reported on 10 February 2005

An absolute layer positioned on top of an iframe will always disappear behind the iframe, even if you set its z-index.

Test page. Workaround is not included.
Reported by ppk.

Labels and click events

Permalink | Explorer Mac, Opera | 8 comments
Reported on 8 February 2005

When you click on a label, the click event of the related form field should fire. Unfortunately Opera and Explorer Mac don't always do this.

Explorer Mac doesn't fire the click event on text fields and textareas, while Opera only fires the click events on radios and checkboxes.

Test page. Workaround is not included.
Reported by ppk.

Opera dotted border style differs with text length

Permalink | Opera | 0 comments
Reported on 1 February 2005

Opera 7.54u1 and 8.0 Beta show a different dotted border style depending on the length of the text styled.

Test page Workaround is not included
Reported by: Chris Hester.

button margin-bottom

Permalink | Opera | 0 comments
Reported on 27 January 2005

Giving a <button> element a margin-bottom makes the text drop down.

Test page. Workaround is not included.
Reported by ppk.

An element both floated and cleared is ignored by a subsequent float

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Opera | 0 comments
Reported on 21 January 2005

In Explorer Windows an element both floated and cleared is ignored by a subsequent float: the latter is positioned higher than the former, and overlaps it.

Explorer Mac and Opera don't get it quite right, either, but they're not as bad as Explorer Windows.

Test page Workaround is not included
Reported by: Bruno Fassino.

Back and forward between named anchors doesn't update window.location

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Opera, Safari | 1 comments
Reported on 18 January 2005

When navigating between named anchors in IE, the window.location object changes to reflect the change in the URL. This is correct. However, the window.location object should also change when you use the back or forward buttons, or the history.back() and history.forward() methods, to move between these anchors, and in IE 6.0 and IE 6.1, it does not.

Opera has exactly the opposite bug: it never shows the hash.

Test page Workaround is not included
Reported by: Isaac Z. Schlueter.

Box model of TDs

Permalink | Explorer 5-6 Windows, Explorer 7 beta 2, Explorer Mac, Mozilla, Opera | 0 comments
Reported on 14 January 2005

The box model of a td turns out to be unchangeable in Explorer (Win and Mac), Mozilla and Opera. Explorer Mac forces it into the traditional model, while the other browsers force it into the W3C box model.

Therefore you can't switch the box model of a td, something that is possible for any other element.

Explorer Windows, though, switches the TDs to the correct box model when you use table-layout: fixed. Unfortunately this does not work in the other browsers.

Test page. Workaround is included only for Explorer Windows.
Reported by ppk.

Opera CSS clipping bug

Permalink | Opera | 9 comments
Reported on 13 January 2005

When clipping an element in Opera any underlaying content becomes visible, but does not allow user interaction. The clipped region is somehow still obstructing the content.

Bug is at least present in version 7.5x and the latest version 8 previews.

On a side note: the testpage also reveils a nice IE-thingy: the clipping is not applied through CSS which might make you believe that IE is not capable of clipping through CSS. However, when the same style is applied using javascript it works!

Test page Workaround is not included
Reported by: Tino Zijdel.

Dynamic style change impossible with rule with 2 ID-selectors

Permalink | Opera | 3 comments
Reported on 11 January 2005

When an element has a CSS rule applied using 2 ID-selectors, eg.
#element1 #element2 { background-color: red; }
it is impossible to dynamically change those style-properties through javascript.

Applies at least to Opera 7.5x and latest 7.6 previews.

Test page Workaround is not included
Reported by: Tino Zijdel.

getAttribute() doesn't get existing attributes on wrong tag

Permalink | Opera | 1 comments
Reported on 6 January 2005

The getAttribute() method allows you to read out any attribute from any tag. Except in Opera 7.54 and lower, which refuses existing attributes on the wrong tag.

Test page. Workaround is not included.
Reported by ppk.

Submit button and cursor

Permalink | Opera | 5 comments
Reported on 23 December 2004

Opera doesn't accept a cursor: pointer for an input type="submit".

Test page. Workaround is not included.
Reported by ppk.

Text node maximum size

Permalink | Explorer Mac, Mozilla, Opera | 2 comments
Reported on 17 December 2004

Mozilla and Opera split up one huge text node into several smaller text nodes. Explorer Mac acts weirdly.

Maximum text node sizes:

Test page. Workaround is not included.
Reported by ppk.

Linking into overflowing absolute elements

Permalink | Opera, Safari | 4 comments
Reported on 16 December 2004

Anchor (or "#name")links don't work when the target anchor is inside an overflowing element.
Solved in Opera 7.60p3

Test page Workaround is not included
Reported by: Sander Grendelman.

clear: both not obeyed on <br>

Permalink | Opera | 3 comments
Reported on 7 December 2004

<br style="clear: both"/> is not obeyed following some <a>-tags that have been floated left. The following <div> with the heading is displayed to the right of the floated elements instead of being displayed below them.
NOTE the test page is served using application/xhtml+xml and thus won't show in IE.

Test page Workaround is not included
Reported by: Bjarne Mathiesen.

Load and unload events don't always fire

Permalink | Opera | 14 comments
Reported on 26 November 2004

When you navigate with the Back and Forward buttons, Opera doesn't fire any load and unload events.

Test page. Workaround is not included.
Reported by ppk.

font-weight: 600 and font-weight: bold

Permalink | Explorer 5-6 Windows, Mozilla, Opera | 1 comments
Reported on 17 November 2004

font-weight: 600 and font-weight: bold are not equivalent. The browsers stretch up their fonts when you use 600. For a really correct bold font you must use bold or 700.

Mozilla exhibits a similar bug only on Mac: any text with font-weight: 600 appears as normal, non-bold text.

Test page. Workaround is included.
Reported by ppk.

padding-top is padding-bottom?

Permalink | Opera | 3 comments
Reported on 3 November 2004

In certain situations Opera seems to copy the padding-top to the padding-bottom.

Test page. Workaround not included.
Reported by myf.

Floating and absolute position

Permalink | Opera | 2 comments
Reported on 27 October 2004

Floating doesn't work in absolutely positioned elements.

Test page. Workaround is included.
Reported by ppk.