This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 134046 - Freezint IDE in HTML editor
Summary: Freezint IDE in HTML editor
Status: RESOLVED DUPLICATE of bug 131284
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
: 135193 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-04-27 22:52 UTC by Petr Pisl
Modified: 2009-05-18 10:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The dump (15.79 KB, text/plain)
2008-04-27 22:53 UTC, Petr Pisl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2008-04-27 22:52:35 UTC
I have just created new html file. In the body I have written <div> and the IDE stoped responding.
Comment 1 Petr Pisl 2008-04-27 22:53:06 UTC
Created attachment 60726 [details]
The dump
Comment 2 Marek Fukala 2008-04-28 09:36:18 UTC
This is a problem of the editor braces matching infrastructure always calling BracesMatcher.findMatch() under document
readlock. I need to access the parser via Source.runUserActionTask() which is however forbidden under document readlock. 

Read issue 131172 and issue 130512
Comment 3 Marek Fukala 2008-05-16 11:15:30 UTC
*** Issue 135193 has been marked as a duplicate of this issue. ***
Comment 4 Marek Fukala 2008-06-18 08:51:17 UTC

*** This issue has been marked as a duplicate of 131284 ***