Skip to main content

Bug Tracker

Side navigation

#1190 closed bug (worksforme)

Opened May 15, 2007 04:02PM UTC

Closed September 15, 2007 01:28PM UTC

Append only works once

Reported by: mixel Owned by:
Priority: major Milestone: 1.2.1
Component: core Version: 1.2
Keywords: Cc:
Blocked by: Blocking:
Description

I've created some advanced javascript/jquery code for a drupal module I'm developing.

In the js there has been quit some appending to select-list. Recently a problem occurs when I want to append to more lists at the same time, the strange thing is that only the last list really does the appending. I’ve switched it, did all other kind of stuff, but the problem is clearly with the append. So now I’m wondering what function really does when you call the append, do I need to create a manual flush or so?

Attachments (0)
Change History (2)

Changed August 24, 2007 10:17PM UTC by john comment:1

component: buildcore

Changed September 15, 2007 01:28PM UTC by john comment:2

milestone: 1.1.31.2.1
resolution: → worksforme
status: newclosed
version: 1.1.21.2

I haven't been able to duplicate this.