Bug Tracker

Modify

Ticket #58 (closed bug: fixed)

Opened 7 years ago

Last modified 4 years ago

this.append() broken in rev 134

Reported by: aaron.heimlich@… Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: "" Cc: ""
Blocking: Blocked by:

Description (last modified by dmethvin) (diff)

this.append() does not do anything in rev 134.

I fixed this by changing line 305 of jquery/jquery.js from:

this.appendChild( 1 );

to:

this.appendChild( a );

Change History

comment:1 Changed 7 years ago by john

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in SVN.

comment:3 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Description modified (diff)
  • Type set to bug
  • Component set to ajax
  • Priority set to blocker
  • need set to Review
  • Resolution set to fixed

Reopened by spammer.

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.