Skip to main content

Bug Tracker

Side navigation

#417 closed bug (fixed)

Opened November 20, 2006 04:56AM UTC

Closed January 08, 2007 02:39AM UTC

.html not working properly in opera 9.02

Reported by: baverman@gmail.com Owned by:
Priority: major Milestone: 1.1a
Component: core Version: 1.1a
Keywords: html opera Cc:
Blocked by: Blocking:
Description

Seems .html reformat input string. For example:

$("#selectBox").html("<option>One</option><option>Two</option>");

Result:

<select id="selectBox">

<option>One

<option>Two

</select>

Workaround:

$("#selectBox").empty().append("<option>One</option><option>Two</option>");

Attachments (0)
Change History (4)

Changed November 20, 2006 05:31AM UTC by john comment:1

milestone: → 1.1
version: 1.01.1

Changed November 23, 2006 08:51AM UTC by baverman@gma comment:2

This is the Opera relaited bug. Simple js:

document.getElementById('selectBox').innerHTML="<option>One</option><option>Two</option>";

Also not working.

Changed December 22, 2006 08:41PM UTC by phentermine comment:3

>05fa3847f20e Great work http://www.abc-acupuncture.com/qowacan phentermine 37.5

Changed January 08, 2007 02:39AM UTC by john comment:4

resolution: → fixed
status: newclosed

Fixed in SVN rev 927.