[ 
https://issues.apache.org/jira/browse/NETBEANS-6190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maurits de Jong updated NETBEANS-6190:
--------------------------------------
    Description: 
Scrolling the method list stops working as soon as the JavaDoc window pops up.

For example, when I type `new StringBuilder().` and then ctrl + space, then a 
small window with StringBuilder's method and field list shows up. I am able to 
use the scroll wheel of my mouse to scroll through the list, but then this 
stops working as soon as the corresponding JavaDoc window is shown.

I have added an attachment with a GIF in it which shows what's happening. Here, 
after I do ctrl+space, the method list shows up, and then the Javadoc for the 
first method of StringBuilder, which is accept(CharSequence), is shown. Then I 
scroll all the way down, but nothing appears to happen. However, when I click 
the last method of the list, which appears to be chars() in my view, then still 
wait(long timeoutMillis, int nanos) is shown.

It _looks_ like that there is a problem with the _drawing_ of the elements, 
rather than with the scrolling itself.

  was:
Scrolling the method list stops working as soon as the JavaDoc window pops up.

For example, when I type `new StringBuilder().` and then ctrl + space, then a 
small window with StringBuilder's method and field list shows up. I am able to 
use the scroll wheel of my mouse to scroll through the list, but then this 
stops working as soon as the corresponding JavaDoc window is shown.

Peculiarly, when I use the scroll wheel to scroll down five lines, and I click 
on the method name in the method list, then the correct method is shown, as if 
I indeed scrolled down.

It _looks_ like that there is a problem with the _drawing_ of the elements, 
rather than with the scrolling itself.

I have added an attachment with a GIF in it which shows what's happening. After 
I do ctrl+space, the method list shows up, and then the Javadoc for the first 
method of StringBuilder, which is accept(CharSequence), is shown. Then I scroll 
all the way down, but nothing appears to happen. However, when I click the last 
method of the list,


> Scrolling method list disabled when JavaDoc visible
> ---------------------------------------------------
>
>                 Key: NETBEANS-6190
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6190
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 12.5
>         Environment: Netbeans 12.5 on Windows 10.
>            Reporter: Maurits de Jong
>            Priority: Major
>         Attachments: netbeans-scrolling.gif
>
>
> Scrolling the method list stops working as soon as the JavaDoc window pops up.
> For example, when I type `new StringBuilder().` and then ctrl + space, then a 
> small window with StringBuilder's method and field list shows up. I am able 
> to use the scroll wheel of my mouse to scroll through the list, but then this 
> stops working as soon as the corresponding JavaDoc window is shown.
> I have added an attachment with a GIF in it which shows what's happening. 
> Here, after I do ctrl+space, the method list shows up, and then the Javadoc 
> for the first method of StringBuilder, which is accept(CharSequence), is 
> shown. Then I scroll all the way down, but nothing appears to happen. 
> However, when I click the last method of the list, which appears to be 
> chars() in my view, then still wait(long timeoutMillis, int nanos) is shown.
> It _looks_ like that there is a problem with the _drawing_ of the elements, 
> rather than with the scrolling itself.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to