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 203836 - Right bracket offered by code completion as class attribute value
Summary: Right bracket offered by code completion as class attribute value
Status: RESOLVED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: PC Linux
: P4 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-17 15:00 UTC by Vladimir Riha
Modified: 2011-10-19 12:55 UTC (History)
1 user (show)

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 Vladimir Riha 2011-10-17 15:00:15 UTC
Invoke cc for the last class attr in following code => "{" is among offered items


code:
<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
        <table id="t1">
            <tr id="first_line" class="basic"><td id="first_box" class="first"></td></tr>
            <tr class="" id=""><td></td></tr>
        </table>
    </body>
</html>

Product Version: NetBeans IDE Dev (Build 201110170600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Linux version 2.6.38-11-generic running on i386; UTF-8; en_US (nb)
Comment 1 Vladimir Riha 2011-10-19 12:55:03 UTC
already fixed