You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/01/31 16:18:22 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request #2722: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] matthiasblaesing commented on pull request #2722: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2722:
URL: https://github.com/apache/netbeans/pull/2722#issuecomment-770433077


   The failing unittest are the one I would expect to fail - I don't see how these failures could connect to the changeset.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on pull request #2722: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #2722:
URL: https://github.com/apache/netbeans/pull/2722#issuecomment-770739439


   Thanks, will merge for beta2.  Guess this is also showing a bug in Swing?  And that whole parsing looks a bit of a nightmare! 😄 
   
   Don't worry about the particular failing tests - known test failures being looked at, and re-running won't help at the moment.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] geertjanw commented on pull request #2722: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties

Posted by GitBox <gi...@apache.org>.
geertjanw commented on pull request #2722:
URL: https://github.com/apache/netbeans/pull/2722#issuecomment-770433302


   Great research and sounds like the right solution.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] junichi11 commented on pull request #2722: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties

Posted by GitBox <gi...@apache.org>.
junichi11 commented on pull request #2722:
URL: https://github.com/apache/netbeans/pull/2722#issuecomment-770499308


   Will re-run jobs.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net merged pull request #2722: [NETBEANS-5304] CSS: Prevent UI blocking on undocumented properties

Posted by GitBox <gi...@apache.org>.
neilcsmith-net merged pull request #2722:
URL: https://github.com/apache/netbeans/pull/2722


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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