#1162 closed bug (fixed)
$("<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 (last modified by )
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.)
Change History (1)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is now fixed in Rev [1893].