Bug Reports for October 2005
This is the monthly Bug Reports archive for October 2005.
Pages with width-defined layouts have the last several
characters displayed twice when hidden inputs are included inside the
layout container.
Test page Workaround is included
Reported by: Dusty.
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.
Under some circumstances the changing the href-attribute of a link also changes the content of the link itself.
This seems to happen when the raw content of the link starts with www.something (and does not need to relatve to the real href in anyway).
Putting redundant span-tags inside the link solves this.
Test page Workaround is included
Reported by: Markus Fischer.
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.
The content box surrounding an anchor (A) element is truncated when the A elements inside a block element that inherits a non-zero letter-spacing value and appears immediately after a top-borderless DIV element.
Test page Workaround is included
Reported by: Carl Camera.
When trying to dynamically create radio buttons with createElement()
and appendChild()
I noticed that the name and type of the radios weren't being appended along with the radio element.
Test page Workaround is not included
Reported by: Calophi.
IE doesn't apply the value inline-block
for the CSS display
property on HTML elements that default to block level without the hack detailed here.
ppknote 4-feb-06: Workaround doesn't work in IE 7 beta 2.
Test page Workaround is included
Reported by: Spartanicus.
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.
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.
IE6 is not firing a mouseover event in the bottom padding or border areas when a DIV width is not defined, or set to width:auto.
As a workaround, setting a width brings the expected mouseover behavior back.
Test page Workaround is included
Reported by: Carl Camera.
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.
The change event doesn't fire in IE when fields are filled from the browser's autocomplete list.
Test page Workaround is included
Reported by: Jehiah Czebotar.
Older reports
See the September 2005 archive.
This site is no longer maintained. I’m sorry, but it’s just too much work for too little return.
You can continue to browse old bug reports, though.
Search reports by browser:
Atom
RSS