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 110996 - Erroneous "Unfinished Tag" annotation at ampersand &
Summary: Erroneous "Unfinished Tag" annotation at ampersand &
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on: 87014
Blocks:
  Show dependency tree
 
Reported: 2007-07-25 18:13 UTC by _ rkusterer
Modified: 2009-05-18 10:47 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 _ rkusterer 2007-07-25 18:13:04 UTC
When I enter a URL containing an ampersand ("&") character, the yellow annotation says "Unfinished tag" where it is
correct syntax for http arguments. 

Example:

<a href="http://x.org/y.php?hello=0&id=2">test</a>

(using today's daily build)
Comment 1 Marek Fukala 2007-07-27 17:43:49 UTC
Caused by famous issue #87014. The lexer state is not in sync with the state before the embedded entity reference.
Comment 2 Marek Fukala 2007-10-20 15:24:54 UTC
already fixed