[jira] [Comment Edited] (NETBEANS-5304) NB Freezes when Editing CSS Files

2021-01-31 Thread Krzysztof Trybowski (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17275844#comment-17275844
 ] 

Krzysztof Trybowski edited comment on NETBEANS-5304 at 1/31/21, 11:09 AM:
--

Hi,

i spent some time and did some tests, and I think I am able to reproduce it 
always.
 # In css file type “back”.
 # backface-visibility “hint” should appear; it is malformed
 # press backspace twice
 # NB is frozen:

 

!nb_frozen.png!

 

The log ends with this:

{{WARNING [null]: Last record repeated again.}}
{{WARNING [org.netbeans.modules.css.editor.module.spi.HelpResolver]: No 
property anchor section pattern found for property 'display'}}
{{WARNING [null]: Last record repeated 3 more times.}}
{{WARNING [org.netbeans.modules.css.editor.module.spi.HelpResolver]: No 
property anchor section pattern found for property 'backface-visibility'}}

 

 


was (Author: trybowski):
Hi,

i spent some time and did some tests, and I think I am able to reproduce it 
always.
 # In css file type “back”.
 # backface-visibility “hint” should appear; it is malformed
 # press backspace twice
 # NB is frozen:

 

!nb_frozen.png!

 

 

> NB Freezes when Editing CSS Files
> -
>
> Key: NETBEANS-5304
> URL: https://issues.apache.org/jira/browse/NETBEANS-5304
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.2
> Environment: NB 12.2, Windows 10, 16 GB RAM. CPU utilization of 
> Netbeans 25% on a 4-core system, I assume NB causes 100% utilization on the 
> core it runs on.
>Reporter: Krzysztof Trybowski
>Priority: Major
> Attachments: nb_frozen.png
>
>
> While editing CSS files, NetBeans tends to freeze. This always happens when 
> popup help appears. For example I start typing "background". But then a popup 
> appears, showing help for "backface-visibility" which is completely 
> irrelevant, and NB hangs for about 20 minutes.
> You never know when it would happen. It happens in a minority of cases, but 
> it still means it happens at least once a day.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Updated] (NETBEANS-5304) NB Freezes when Editing CSS Files

2021-01-31 Thread Krzysztof Trybowski (Jira)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Krzysztof Trybowski updated NETBEANS-5304:
--
Attachment: nb_frozen.png

> NB Freezes when Editing CSS Files
> -
>
> Key: NETBEANS-5304
> URL: https://issues.apache.org/jira/browse/NETBEANS-5304
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.2
> Environment: NB 12.2, Windows 10, 16 GB RAM. CPU utilization of 
> Netbeans 25% on a 4-core system, I assume NB causes 100% utilization on the 
> core it runs on.
>Reporter: Krzysztof Trybowski
>Priority: Major
> Attachments: nb_frozen.png
>
>
> While editing CSS files, NetBeans tends to freeze. This always happens when 
> popup help appears. For example I start typing "background". But then a popup 
> appears, showing help for "backface-visibility" which is completely 
> irrelevant, and NB hangs for about 20 minutes.
> You never know when it would happen. It happens in a minority of cases, but 
> it still means it happens at least once a day.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-5304) NB Freezes when Editing CSS Files

2021-01-31 Thread Krzysztof Trybowski (Jira)


[ 
https://issues.apache.org/jira/browse/NETBEANS-5304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17275844#comment-17275844
 ] 

Krzysztof Trybowski commented on NETBEANS-5304:
---

Hi,

i spent some time and did some tests, and I think I am able to reproduce it 
always.
 # In css file type “back”.
 # backface-visibility “hint” should appear; it is malformed
 # press backspace twice
 # NB is frozen:

 

!nb_frozen.png!

 

 

> NB Freezes when Editing CSS Files
> -
>
> Key: NETBEANS-5304
> URL: https://issues.apache.org/jira/browse/NETBEANS-5304
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.2
> Environment: NB 12.2, Windows 10, 16 GB RAM. CPU utilization of 
> Netbeans 25% on a 4-core system, I assume NB causes 100% utilization on the 
> core it runs on.
>Reporter: Krzysztof Trybowski
>Priority: Major
> Attachments: nb_frozen.png
>
>
> While editing CSS files, NetBeans tends to freeze. This always happens when 
> popup help appears. For example I start typing "background". But then a popup 
> appears, showing help for "backface-visibility" which is completely 
> irrelevant, and NB hangs for about 20 minutes.
> You never know when it would happen. It happens in a minority of cases, but 
> it still means it happens at least once a day.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Created] (NETBEANS-5304) NB Freezes when Editing CSS Files

2021-01-30 Thread Krzysztof Trybowski (Jira)
Krzysztof Trybowski created NETBEANS-5304:
-

 Summary: NB Freezes when Editing CSS Files
 Key: NETBEANS-5304
 URL: https://issues.apache.org/jira/browse/NETBEANS-5304
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: NB 12.2, Windows 10, 16 GB RAM. CPU utilization of 
Netbeans 25% on a 4-core system, I assume NB causes 100% utilization on the 
core it runs on.
Reporter: Krzysztof Trybowski


While editing CSS files, NetBeans tends to freeze. This always happens when 
popup help appears. For example I start typing "background". But then a popup 
appears, showing help for "backface-visibility" which is completely irrelevant, 
and NB hangs for about 20 minutes.

You never know when it would happen. It happens in a minority of cases, but it 
still means it happens at least once a day.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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