Bug Tracker

Opened 13 years ago

Closed 12 years ago

#6806 closed bug (invalid)

append function doesn't work correctly with tag on BlackBerry

Reported by: dis004 Owned by: dis004
Priority: undecided Milestone: 1.5
Component: manipulation Version: 1.4.2
Keywords: append mobile blackberry Cc:
Blocked by: Blocking:

Description

The "append" function doesn't work correctly when parameter contains tag inside.

For example, the following line doesn't work $('#divListeProfession').empty().append('<div class="ligneContenu ligneContenuPatienter">Chargement...</div>');

We must rewrite this line like below to be functional $('#divListeProfession').empty(); $('<div></div>').attr('class', 'ligneContenu ligneContenuPatienter').append('Chargement...').appendTo('#divListeProfession');


BlackBerry 8530, v5.0.0.337 Browser: BlackBerry

Change History (4)

comment:1 Changed 13 years ago by john

More details in #6803.

comment:2 Changed 12 years ago by SlexAxton

Component: unfiledmanipulation
Keywords: append mobile blackberry added
Milestone: 1.4.31.5
Owner: set to dis004
Priority: undecided
Status: newpending

Please confirm that this no longer works in jquery 1.4.3 and provide a reduced test case.

comment:3 Changed 12 years ago by BTTNext

Confirmed bug in 1.4.3

comment:4 Changed 12 years ago by trac-o-bot

Resolution: invalid
Status: pendingclosed

Automatically closed due to 14 days of inactivity.

Note: See TracTickets for help on using tickets.