Ticket #63 (closed defect: fixed)

Opened 9 months ago

Last modified 6 months ago

Append not working with urls

Reported by: the_hack Owned by: why
Milestone: Keywords: shoes append
Cc: bb

Description

BB (from #shoes) has been helping me with a small program for learning multiplication. Here is a small code sample: http://pastie.caboo.se/123707 Append works. But when I put it inside a page (like p.31 of NKS). It gets upside-down and doesn't work properly: http://pastie.caboo.se/123714 (example

Change History

Changed 9 months ago by why

  • status changed from new to assigned

You're right. There's a bug in append and prepend and clear and those kinds of methods.

Here's a different way of doing it, using para.replace: http://pastie.caboo.se/123893

Okay, off to fix the bug. Thankyou!

Changed 6 months ago by why

  • status changed from assigned to closed
  • resolution set to fixed

Finally got around to this. Should be fixed in [446].

Note: See TracTickets for help on using tickets.