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 100653 - JSP editor not highlighting opening and closing tags
Summary: JSP editor not highlighting opening and closing tags
Status: RESOLVED DUPLICATE of bug 95303
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 18:37 UTC by frankioski
Modified: 2007-04-18 12:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Attaching screen capture showing where tag highlighting is correct. (244.33 KB, image/jpeg)
2007-04-11 18:47 UTC, frankioski
Details
Attaching screen capture showing where the closing tag fails to be highlighted. Note the failure of the final </tr> being highlighted in the JSP when the insertion cursor is placed in the corresponding opening <tr> tag. (243.70 KB, image/jpeg)
2007-04-11 18:51 UTC, frankioski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description frankioski 2007-04-11 18:37:02 UTC
The JSP editor is not highlighting opening and closing tags consistently.  It
highlights some but does not highlight others.

Steps:
1. Open a JSP page (perhaps need to open one that contains nested tags).
2. Place cursor at an opening tag and see that the closing tag may or may not be
highlighted.
3. Repeat step 2 at a different tag and try tags that are nested and not nested.

(See attached images.)
Comment 1 frankioski 2007-04-11 18:47:03 UTC
Created attachment 40763 [details]
Attaching screen capture showing where tag highlighting is correct.
Comment 2 frankioski 2007-04-11 18:51:23 UTC
Created attachment 40764 [details]
Attaching screen capture showing where the closing tag fails to be highlighted.  Note the failure of the final </tr> being highlighted in the JSP when the insertion cursor is placed in the corresponding opening <tr> tag.
Comment 3 Marek Fukala 2007-04-18 12:32:52 UTC
already filled, I'll try to fix today. Thanks for the report.

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