Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
Next
-
None
-
None
-
Windows 10 64-bit, OpenJDK 11.0.6
Build: netbeans-linux-284-on-20210128-release.zip
Description
When typing 'counter-reset' property in an open CSS file Netbeans freezes with 100% CPU on a single core and the only way out is to end the process in the task manager. Steps to reproduce are easy, just try to enter this code in a CSS file:
body {
counter-reset: prodlist 0;
}
NB freezes after typing 'counter-reset:'. If I type just 'counter-re' and hit Enter to select the code completion text it freezes, too.
This is what it look like:
Attachments
Attachments
Issue Links
- duplicates
-
NETBEANS-5304 NB Freezes when Editing CSS Files
- Closed