Re: [qooxdoo-devel] How to make mobile labels (or any text) selectable?

2014-06-18 Thread Alexei Vinidiktov
I really need this bug fixed. How can I help fixing it? Where should I start? On Thu, Jun 5, 2014 at 10:28 PM, Alexei Vinidiktov < alexei.vinidik...@gmail.com> wrote: > The suggested workaround doesn't seem to work either. > > I've filed this as *Bug 8402 >

[qooxdoo-devel] How can i scale qooxoodoo Virtual (XPost from SO Question)

2014-06-18 Thread Phyo Arkar
http://stackoverflow.com/questions/24294316/how-can-i-make-qooxdoo-virtual-list-scalable I need to show list of data , at least 1 million rows (Big data , machine learning). I do not need to show at once , remotetablemodel of qooxdoo table works fine but instead of table i choose list as design ch

Re: [qooxdoo-devel] qx.ui.tree.TreeFile getParent() question

2014-06-18 Thread Ed Adasiewicz
Changing the selection behavior in 4.0 seems to have also affected "contextmenu" behavior. In certain cases I need to right-click twice before I see a context menu -- first to "move" the selection and then to display the context menu. For example: open up several several levels of TreeFolders and

Re: [qooxdoo-devel] qx.ui.tree.TreeFile getParent() question

2014-06-18 Thread Ed Adasiewicz
All I needed to do was change: var sel = this.__musicTree.getSelection()[0]; to var sel = e.getDragTarget(); in the "droprequest" handler and it works now. Thanks. -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-ui-tree-TreeFile-getParent-question-tp7585876p7585885.htm

Re: [qooxdoo-devel] qx.ui.tree.TreeFile getParent() question

2014-06-18 Thread Ed Adasiewicz
Thanks for the quick response. I tried your solution and it is still not what I need. In my case e.getTarget() always points to the entire Tree; but I do see where my problem is occurring in 4.0. If I actually highlight the entire entry in the tree before I actually do the drag/drop then everyth

Re: [qooxdoo-devel] Additive selection mode not working in 4.0

2014-06-18 Thread Robert Jaros
Here it is: http://bugzilla.qooxdoo.org/show_bug.cgi?id=8434 Regards, Robert Jaros Dnia 2014-06-18, śro o godzinie 14:21 +0200, Daniel Wagner pisze: > Thanks for the clarification. I wasn't aware a second click was supposed > to deselect the item, thought that should only work with ctrl+click.

Re: [qooxdoo-devel] Additive selection mode not working in 4.0

2014-06-18 Thread Daniel Wagner
Thanks for the clarification. I wasn't aware a second click was supposed to deselect the item, thought that should only work with ctrl+click. Could you please open a bug report for this issue? Regards, Daniel On 17.06.2014 22:21, Robert Jaros wrote: > In the "List" demo the "Additive selection" l

Re: [qooxdoo-devel] qooxdoo4 desktop - problems in qx.log.appender.Console.__onKeyPress

2014-06-18 Thread Dmitry Pryadkin
Hi Everyone, A workaround exists, it could be something like the following: //Qooxdoo 4.0 blocks mouse events on svg components. This is workaround. qx.bom.Event.$$stopPropagation_old = qx.bom.Event.stopPropagation; qx.bom.Event.stopPropagation = function(e) { if(typeof e.target.className !

Re: [qooxdoo-devel] qx.ui.tree.TreeFile getParent() question

2014-06-18 Thread Mustafa Sak
Hi Ed, the selection behavior has been changed. Before 4.0 the selection was set on mousedown. Now it will be set on "tap" event, which acts like "click". So the selection should not be the tree item you want to drag. Use e.getTarget() to get the dragged item instead. Gruß Mustafa Sak Applica

Re: [qooxdoo-devel] qooxdoo4 desktop - d3 drag events not working

2014-06-18 Thread Mustafa Sak
Hi Dmitry, this issue happens, since the pointer normalization stops further propagation at document. We are currently discussing about that problem. I point you to the bugzilla task as soon as I can. Sorry but I can't provide you with a workaround for the mean time. Gruß Mustafa Sak Applicat