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 comment:1
cc: | "" → Sherry |
---|---|
component: | → 1 |
keywords: | "" → Sherry |
milestone: | → 1 |
priority: | → 1 |
summary: | Append not working in IE for select box → Sherry |
type: | → 1 |
version: | → 1 |
Changed October 11, 2009 02:19PM UTC by 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: | Sherry → SPAM |
need: | → Review |
priority: | → blocker |
resolution: | → invalid |
status: | new → closed |
type: | → bug |
SPAM