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 176024

Summary: Html navigator may show weird attributes
Product: web Reporter: Marek Fukala <mfukala>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Macintosh   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: The screenshot

Description Marek Fukala 2009-11-04 18:55:34 UTC
If an html code is embedded to a templating language like JSP or PHP one may generate the html tags attributes by the
templating. In such case such attributes and their values are shown in a strange way, like three at signs. This is a
consequence of the embdded code handling. Although this is a minor issue in my opinion, it would be nice if the
navigator shown the real code - the templating language in that case.

Look at the attached screenshot if in doubt what's this issue about.
Comment 1 Marek Fukala 2009-11-04 18:56:36 UTC
Created attachment 90499 [details]
The screenshot