On Jan 11, 2008 10:59 PM, Ryan Sonnek <[EMAIL PROTECTED]> wrote: > > The committed code has improved > > JavascriptBuilder#formatJavascriptValue to support array, set and list > > value. > > I didn't know about these changes. I'll try and take a look and see > if I can reuse the code. Do you have unit tests?
No unit test yet, but I tested the output for my project and it works. I could write test cases for this, but will have to do this during weekend. Sorry. > Can't you wrap your image in a div/span for the draggable target? I > don't see this as a very strong usecase. Most usecases will have some > kind of placeholder text instructing the user to drop objects on it. > Does this work for you? I tried <div>, <span> and your example. Neither work for firefox 2.0 and 1.5 (I haven't test it on another browser). The only way to get it to work is by wrapping it between <td>, and I think this is too much. Regards, Edward Yakop --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
