Hello Scott, it's a known problem. The reason is that there is no native mouse wheel support in JDK 1.3 so we were forced to implement our own one. Sometimes it works not perfectly but it will be greatly improved when we run under 1.4. Hope that it will happen very soon :)
Best regards, Vladimir Kondratyev ___________________________________________ IntelliJ Software, "Develop with pleasure" http://www.intellij.com/ Friday, March 08, 2002, 7:20:07 PM, you wrote: SC> Hi, SC> If I invoke the CodeInsight popups for example where the cursor (pipe SC> symbol) is below to invoke parameter insight using ctrl+shift+space: SC> methodDoSomething(| SC> or to invoke CodeInsight using ctrl+space: SC> this.| SC> I get the popup with the list of possible parameters/methods to use. If the SC> list is long enough to require scrolling, the mousewheel works initially but SC> as soon as another popup (such as javadoc help for the currently highlighted SC> item in the list) appears, it stops (presumably because the new popup is SC> getting the mouse wheel events?). SC> The problem and reason for this email is: SC> I then click back into the parameter/methods popup list and try scrolling SC> with the mousewheel but rather than the list scrolling, the editor behind it SC> actually starts scrolling up and down!? The parameter list no longer seems SC> to get the mousewheel events no matter how many times I click it. SC> #609 - (may be in other versions), Win NT4 SC> Thanks SC> -scott curtis _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
