Bug Tracker

Ticket #1162 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

$("<select>...</select>") double-wraps the value

Reported by: john Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.3 Component: core
Version: 1.1.2 Keywords:
Cc: Needs: Test Case

Description (last modified by brandon) (diff)

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

Change History

Changed 1 year ago by brandon

  • status changed from new to closed
  • resolution set to fixed
  • description changed from 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.) to 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.)

This is now fixed in Rev [1893].

Note: See TracTickets for help on using tickets.