<div dir="ltr"><div><div><div><div><div><div>Didn't try, but if I disable syntax check, the tooltips don't show, so I guess it's the same.<br></div>I correct my previous answer: disabling syntax-check helps a little, but the mouse pointer must not move during the whole click (which is quite difficult on my touchpad). <br>
</div>The menu stays longer, but still randomly disappears after some mouse moves.<br><br></div>Do you want me to try the patch anyway?<br><br></div>In case this bug is not resolved, would it be possible to have the same bindings in a regular window menu?<br>
</div>(Or at list could you tell me what the bindings are so that I can make a plugin script?)<br><br></div>Laurent<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 18, 2013 at 2:39 PM, Robby Findler <span dir="ltr"><<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">This disables check syntax tooltips. Does that help?<div><br></div><div><div>--- a/collects/drracket/private/syncheck/gui.rkt</div>
<div>+++ b/collects/drracket/private/syncheck/gui.rkt</div><div>@@ -805,7 +805,7 @@ If the namespace does not, they are colored the unbound color.</div>
<div> </div><div> ;; syncheck:add-mouse-over-status : text pos-left pos-right string -> void</div><div> (define/public (syncheck:add-mouse-over-status text pos-left pos-right str)</div>
<div>- (when arrow-records</div><div>+ (when (and #f arrow-records)</div><div> (add-to-range/key text pos-left pos-right </div><div> (make-tooltip-info text pos-left pos-right str)</div>
<div> #f #f)))</div></div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 18, 2013 at 7:28 AM, Laurent <span dir="ltr"><<a href="mailto:laurent.orseau@gmail.com" target="_blank">laurent.orseau@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Yes, apparently.<br><br></div>In DrRacket, deactivating syntax check does not change the problem.<br>
</div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 18, 2013 at 1:52 PM, Robby Findler <span dir="ltr"><<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">If you run "gracket" does the right click menu work better there?<span><font color="#888888"><div>
<br></div><div>Robby</div></font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 18, 2013 at 6:45 AM, Laurent <span dir="ltr"><<a href="mailto:laurent.orseau@gmail.com" target="_blank">laurent.orseau@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Are there any news about that bug? I miss the right-click menu very much...<span><font color="#888888"><br>
<br></font></span></div><span><font color="#888888">Laurent<br></font></span></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Dec 5, 2012 at 5:30 AM, Neil Toronto <span dir="ltr"><<a href="mailto:neil.toronto@gmail.com" target="_blank">neil.toronto@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Could what you're experiencing have anything to do with tooltips? It seems my right-click menu doesn't stay up whenever there's a tooltip out. Which is, like, every time I want it.<span><font color="#888888"><br>
<br>
Neil ⊥</font></span><div><br>
<br>
On 12/04/2012 07:55 PM, Ray Racine wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
Yea, I didn't want to make a big deal out of it, but the up/down button<br>
change did not fix the issue. In fact I'd say no impact positive or<br>
negative.<br>
<br>
It seems to happen when there is additional drawing 'complexity' in<br>
co-occurrence with the pop up drawing area. I.e. the pop up menu is<br>
drawing where arrows are drawn or error highlighting is occurring etc.<br>
Also maybe when the pop up menu area is near the 'edge' of the Dr window<br>
and or pane area. But again the problem is not consistently<br>
reproducible yet happens more often then not. Its not a once in a blue<br>
moon that thing. Sometimes an attempt to right click pop up menu will<br>
fail numerous times in a row then succeed for no apparent reason.<br>
<br>
On Dec 4, 2012 9:07 PM, "Robby Findler" <<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a><br></div><div>
<mailto:<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.<u></u>northwestern.edu</a>>> wrote:<br>
<br>
On Tue, Dec 4, 2012 at 6:11 PM, Stephen Chang <<a href="mailto:stchang@ccs.neu.edu" target="_blank">stchang@ccs.neu.edu</a><br></div><div>
<mailto:<a href="mailto:stchang@ccs.neu.edu" target="_blank">stchang@ccs.neu.edu</a>>> wrote:<br>
> On Fri, Nov 2, 2012 at 9:33 PM, Robby Findler<br>
> <<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.northwestern.edu</a><br></div><div>
<mailto:<a href="mailto:robby@eecs.northwestern.edu" target="_blank">robby@eecs.<u></u>northwestern.edu</a>>> wrote:<br>
>> I've pushed a fix to this. Thanks to Matthew for looking into it and<br>
>> sorting it out and sorry for the delay.<br>
><br>
> I'm using git head and I'm still seeing this problem (Ubuntu<br>
11.10). I<br>
> can't reliably reproduce it but in case it helps, it most recently<br>
> happened when I selected tack arrows and now I can't bring up the<br>
menu<br>
> to untack the arrows anymore.<br>
><br>
<br>
The particular fix Matthew pointed me to is popping up the menu on a<br>
mouse down event, not a mouse up event.<br>
<br>
<a href="http://git.racket-lang.org/plt/blobdiff/27aa99944657c5827eee3772f715df7dd971d1e0..0377bda9474f8848a97509ace898174c83361006:/collects/framework/private/keymap.rkt" target="_blank">http://git.racket-lang.org/<u></u>plt/blobdiff/<u></u>27aa99944657c5827eee3772f715df<u></u>7dd971d1e0..<u></u>0377bda9474f8848a97509ace89817<u></u>4c83361006:/collects/<u></u>framework/private/keymap.rkt</a><br>
<br>
So I guess there's something else going on, too (because that's the<br>
code that pops up the menu with the check syntax items).<br>
<br>
Robby<br>
<br>
<br>
<br></div><div>
____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
<br>
</div></blockquote><div><div>
<br>
____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>