[ 
https://issues.apache.org/jira/browse/NETBEANS-6190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17441844#comment-17441844
 ] 

Neil C Smith commented on NETBEANS-6190:
----------------------------------------

Is this problem specific to one Look and Feel?

> 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