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 166255 - Multiple identical hints on one line
Summary: Multiple identical hints on one line
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 4 votes (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 13:34 UTC by Marek Fukala
Modified: 2012-12-07 02:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of the hints (64.26 KB, image/png)
2009-05-29 13:35 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2009-05-29 13:34:25 UTC
1) paste following code into an html file:
------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body style="azimuth: behind center " alink="fsfdsf">
  <style></style>
  </body>
</html>
-------------

2) click at the <style>'s hint
=> you'll see the same hint three times, one for each error on the line. It would be nice to have just one per line.
Comment 1 Marek Fukala 2009-05-29 13:35:30 UTC
Created attachment 82973 [details]
Screenshot of the hints
Comment 2 Marek Fukala 2012-12-05 11:45:02 UTC
to reproduce in dev 7.3, put "<div aaa="s"></sss>" into an html file
Comment 3 Marek Fukala 2012-12-05 12:09:34 UTC
fixed in web-main#5b02f7544dc3
Comment 4 Quality Engineering 2012-12-07 02:41:39 UTC
Integrated into 'main-golden', will be available in build *201212070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5b02f7544dc3
User: Marek Fukala <mfukala@netbeans.org>
Log: #166255 - Multiple identical hints on one line