Side navigation
#1162 closed bug (fixed)
Opened May 05, 2007 05:29PM UTC
Closed May 13, 2007 05:55AM UTC
Last modified June 21, 2007 03:46AM UTC
$("<select>...</select>") double-wraps the value
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Attempting to create a select element causes problems in Firefox (at least). Test code:
$("<select><option>test</option></select>")
The result being:
[[select]]
(A doubly-wrapped select element.)
Attachments (0)
Change History (1)
Changed May 13, 2007 05:55AM UTC by comment:1
description: | Attempting to create a select element causes problems in Firefox (at least). Test code:\ {{{\ $("<select><option>test</option></select>")\ }}}\ \ The result being:\ {{{\ [[select]]\ }}}\ \ (A doubly-wrapped select element.) → Attempting to create a select element causes problems in Firefox (at least). Test code: \ {{{ \ $("<select><option>test</option></select>") \ }}} \ \ The result being: \ {{{ \ [[select]] \ }}} \ \ (A doubly-wrapped select element.) |
---|---|
resolution: | → fixed |
status: | new → closed |
This is now fixed in Rev [1893].