tanzanite777 opened a new issue, #5545: URL: https://github.com/apache/netbeans/issues/5545
### Apache NetBeans version Apache NetBeans 16 ### What happened Ctrl+hover shows relevant PHPdoc, but almost always without scrollbars, although strictly needed, and thereby making the functionality nearly useless as half the content is missing necessitating Googling for it instead. I have, rarely, seen scrollbars - so, they do exist and work when present - but do not have a working example to give currently. The cut part also exists as you can run your cursor there with arrow keys - however, that does not cause scrolling either. ### How to reproduce Check for help on any lengthy php function, ex: ``` <?php declare(strict_types=1); preg_replace_callback(); // check PHPdoc for it or for anything else really and discover that you cannot actually read it as scrollbar is missing. ``` ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb) ### JDK Java 18; Java HotSpot(TM) 64-Bit Server VM 18+36-2087 ### 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
