matthiasblaesing opened a new pull request #2722: URL: https://github.com/apache/netbeans/pull/2722
When the documentation for the target property could not be found, the whole page of the CSS module was passed as help text. The rendering of the HTML in combination with a popup menu caused problems on hide. The documentation could be rendered, but on hide, the EDT is stuck in a call to: javax.swing.PopupFactory$MediumWeightPopup.hide() Instead of rendering the whole documentation, the information "there is no documenation" is rendered. While not optimal, it at least prevents a heard freeze. ---------------------------------------------------------------- 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. 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
