Kenneth Tilton wrote: > I am still playing with a homebrew html slider in a ui Table cell with > renderer of type Html and all is going well except it seems the drag and > drop code is mistakenly getting involved -- something anyway is putting > up a ghostbuster symbol and stopping mousemove events from reaching my > listener. > > I tried setting draggable to false on the Table to disable that code, > and true in the fear "false" was telling that code to stop me from > dragging but nothing works, it insists on getting involved (or such is > my guess). > > I guess one workaround is to set up for drag and drop just to keep the > events flowing, but that seems gross. > > I am going to wade through the source now, but any hints are welcome.
Weird clue. If I double-click /and hold the second click/ everything works great, I can slide the indicator back and forth no problem. I would guess this relates to cells being normally editable after only a double-click to activate the cell editor. Mind you, I am not making these columns editable but I supoose it could still be related. Except again, double-clicking and releasing the second click does not then let me click and drag more than a few pixels. Speaking of which I did spot the code that only allows 3 pixels of wiggle somewhere, so I am making headway with the source code attack. I keep hoping I can head this off by calling Event.stop on an event but that seems to have no effect. Is there something else anyone knows about to do this? Of course I am only guessing my listeners are being called before the handler that puts up the "nodrop" cursor... ANy clues at all on controlling event handling and or table cells is welcome. (And this would make a nice from-the-trenches tutorial on extending qooxdoo by the time I am done.) kt ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
