Hey Daniel, 2008/12/17 Daniel Derr <[email protected]>: > I noticed today that the drag and drop example program was not functioning > properly in my CentOS5 example in Firefox and IE. However, it seemed to work > just fine in Safari. This example has worked previously for me under a > windows build. My install is documented in the following web page: > http://www.webtoolkit.eu/wt/wiki/index.php/Installing_Wt_on_CentOS5 > > The issue seems like the button click/drag events are not functioning as > expected. Instead of a small pill image being dragged, it drags the large > original pill image. Is this a bug in Wt or a problem with my install?
This would be an odd error caused by a build problem. Are you sure it is not because of a configuration setting (e.g. xhtml true or false) and exactly the same browsers handle the same example with two different builds of exactly the same Wt version differently ? The bug sounds like a problem with "ondragstart" not being disabled... This is something that last changed around version 2.2.0 if I remember correctly. Regards, koen ------------------------------------------------------------------------------ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
