rickqinj opened a new issue #3820: URL: https://github.com/apache/netbeans/issues/3820
### Apache NetBeans version Apache NetBeans 13 ### What happened The code completion popup window may not function right when the window shows up near the bottom edge of the Netbeans IDE's window. ### How to reproduce This issue is really weird. We can reproduce it ONLY in a particular situation. 1. Coding in Java. 2. Make a statement close to the bottom edge of the Netbeans IDE's window. For example, the statement may look like the following: ```Java String str = new String(); str. ``` 3. Move your caret to the line `str.` and behind the dot.  4. Press `ctrl+\` to call out the code completion popup window.  5. Scroll back and forth the "Option list" by Arrow_DOWN or mouse scrolling wheel or dragging the scroll bar of the Option list. Then, you will see the Option list could be stuck and don't get refreshed anymore. Note: the issue only occurs when the first entry in the Option list has a JavaDoc. Everything goes fine If the first entry coming to the Option list doesn't have a JavaDoc(I mean, no need to popup the JavaDoc window). ### Did this work correctly in an earlier version? Apache NetBeans 12.6 ### Operating System Win10 pro 64bit ### JDK Oracle JDK 11.0.8 ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
