Comment #1 on issue 432 by tu...@tudorgirba.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
Another option would be to have the rendering happening in another thread.
Comment #2 on issue 432 by alexandr...@gmail.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
I do not understand this. Can you give an example? Pressing Ctlr while the mouse enter the node does not open the popup?
Comment #3 on issue 432 by tu...@tudorgirba.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
What we want is to prevent the popup to block the main process. The problem is that when I look at the system complexity for example, it is very easy to simply hover over the wrong class and then I have to wait until the rendering of the blueprint is complete.
So, my suggestion is to actually only trigger the popup when a modifier is pressed (Shift would be my choice). If the modifier key is not pressed, then hovering would not trigger the popup.
Comment #4 on issue 432 by tu...@tudorgirba.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
Or maybe we can introduce a shiftPopup: or something like this.
Comment #5 on issue 432 by stephane...@gmail.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
I would love for example to have everywhere it is possible access to source code now it may be not working to have that all the time. So the trick would be to have ctrl or shift press + hover => show source code.
Comment #6 on issue 432 by stephane...@gmail.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
Yes I like the idea of controlling pop up action having a default and an advanced one would be good.
Comment #7 on issue 432 by google....@ben.coman.com.au: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
Please keep the current behaviour as default. Having a new #shiftPopup: would be useful. Having two levels of behaviour on hover would be very interesting. Default hover could give a quick simple view, then while hovering looking at that, pushing shift would expand to a greater level of detail.
Also perhaps rather than specifically "#shiftPopup: [some behaviour]" have more generic "#extendedPopup: [some behaviour] on: #XXXX" where #XXXX is #shift or #ctrl of #alt or combination {#shift. #ctrl}
Comment #8 on issue 432 by alexandr...@gmail.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
This is an interesting discussion. Different policies should indeed be offered. I will work on these soon.
Updates: Status: WontFix
Comment #9 on issue 432 by tu...@tudorgirba.com: Popup should appear only when a certain modifier key is pressed http://code.google.com/p/moose-technology/issues/detail?id=432
This will not be addressed within the context of Mondrian