Skip to main content

Bug Tracker

Side navigation

#258 closed bug (invalid)

Opened October 09, 2006 01:34PM UTC

Closed October 11, 2009 02:19PM UTC

Sherry

Reported by: s.de.vathaire@neov.n Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: SPAM Cc: Sherry
Blocked by: Blocking:
Description

In IE6 the folowing code is not working :

var option = document.createElement("option");

option.text = options.defaultElement[0];

option.value = options.defaultElement[1];

$myListBox.append(option);

But it work fine in Firefox.

Attachments (0)
Change History (2)

Changed November 05, 2006 12:34PM UTC by Sherry comment:1

cc: ""Sherry
component: → 1
keywords: ""Sherry
milestone: → 1
priority: → 1
summary: Append not working in IE for select boxSherry
type: → 1
version: → 1

Changed October 11, 2009 02:19PM UTC by dmethvin comment:2

component: → ajax
description: In IE6 the folowing code is not working :\ \ var option = document.createElement("option");\ option.text = options.defaultElement[0];\ option.value = options.defaultElement[1];\ $myListBox.append(option);\ \ But it work fine in Firefox.\ In IE6 the folowing code is not working : \ \ var option = document.createElement("option"); \ option.text = options.defaultElement[0]; \ option.value = options.defaultElement[1]; \ $myListBox.append(option); \ \ But it work fine in Firefox. \
keywords: SherrySPAM
need: → Review
priority: → blocker
resolution: → invalid
status: newclosed
type: → bug

SPAM