mbien commented on code in PR #8274:
URL: https://github.com/apache/netbeans/pull/8274#discussion_r1966665468
##########
ide/csl.api/src/org/netbeans/modules/csl/navigation/ClassMemberPanelUI.java:
##########
@@ -328,7 +328,6 @@ public void run() {
elementView.setScrollOnExpand( scrollOnExpand );
}
});
- elementView.setAutoWaitCursor(true);
Review Comment:
nothing against this but we should try to keep functionality in sync across
the codebase.
the java navigator has the same disable/enable trick in the refresh method:
https://github.com/apache/netbeans/blob/b2bdb81e3893f018bb158d4b5a8826c5787e1bb6/java/java.navigation/src/org/netbeans/modules/java/navigation/ClassMemberPanelUI.java#L427-L429
(there are no other usages looks like)
I think I can see the cursor change for a split second when I toggle
collapse/expand in the java navigator.
Disabling the cursor change should be fine UX-wise, since the tree itself
has a please-wait placeholder node for situations where it takes longer until
the file structure is available.
--
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