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 190913 - Highlight of <input> marking the start and the end of the tag not always working!
Summary: Highlight of <input> marking the start and the end of the tag not always work...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-11 15:14 UTC by Aturio
Modified: 2016-07-07 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aturio 2010-10-11 15:14:21 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201007282301)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 17.0-b16

Highlighting the end and begingg by klicking at the end or the begining of an <input> tag is not always working.

"<input type="hidden" name="task" value="masterdata.moduleupgradepaths">" [that works]
"<input type="hidden" name="action" value="<%=newObject ? "savenew" : "save"%>">"[not working]
"<input type="hidden" name="action" value="<%=persistent ? "save" : "savenew"%>"  >"[working]

After a <% %> at the end of the tag and no space it is not working, adding a space betwenn %> and >(closing >) makes it working again.

Thanks a lot!
Comment 1 Martin Balin 2016-07-07 08:53:03 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss