[Webkit-unassigned] [Bug 50027] Appending text with jQuery append() sometimes has no visible effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 16:27:46 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=50027





--- Comment #2 from Alexey Proskuryakov <ap at webkit.org>  2010-11-25 16:27:46 PST ---
Created an attachment (id=74896)
 --> (https://bugs.webkit.org/attachment.cgi?id=74896&action=review)
test case

Attaching the same test case, modified to reference uncompressed jQuery.

As a side note, it's quite inefficient to add text with append() - it adds a separate text node for every character, meaning there will be lots.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list