Bug Tracker

Modify

Ticket #9498 (closed bug: duplicate)

Opened 2 years ago

Last modified 2 years ago

Element creation fails when both options map and string attributes are present.

Reported by: cowboy Owned by:
Priority: blocker Milestone: 1.next
Component: manipulation Version: 1.6.1
Keywords: Cc:
Blocking: Blocked by:

Description

I must be doing something wrong...

// This works
$('<span foo="bar"/>');

// This works
$('<span/>', {html: 'baz'});

// This dont works (error)
$('<span foo="bar"/>', {html: 'baz'});

Change History

comment:1 Changed 2 years ago by rwaldron

  • Priority changed from undecided to blocker
  • Resolution set to duplicate
  • Status changed from new to closed
  • Component changed from unfiled to manipulation

comment:2 Changed 2 years ago by rwaldron

Duplicate of #8950.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.