Title: CodeInsight Mousewheel bug (#609)

Hi,

If I invoke the CodeInsight popups for example where the cursor (pipe symbol) is below to invoke parameter insight using ctrl+shift+space:

methodDoSomething(|

or to invoke CodeInsight using ctrl+space:

this.|

I get the popup with the list of possible parameters/methods to use. If the list is long enough to require scrolling, the mousewheel works initially but as soon as another popup (such as javadoc help for the currently highlighted item in the list) appears, it stops (presumably because the new popup is getting the mouse wheel events?).

The problem and reason for this email is:

I then click back into the parameter/methods popup list and try scrolling with the mousewheel but rather than the list scrolling, the editor behind it actually starts scrolling up and down!? The parameter list no longer seems to get the mousewheel events no matter how many times I click it.

#609 - (may be in other versions), Win NT4

Thanks
-scott curtis

Reply via email to