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 53102 - CC: HTML tag attributes offered even without space
Summary: CC: HTML tag attributes offered even without space
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
: 52908 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-01-07 14:17 UTC by zikmund
Modified: 2006-03-24 12:45 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 zikmund 2005-01-07 14:17:10 UTC
Build 200501061900

1) Have a JSP
2) Type HTML tag and invoke CC at | position:
   <tt|
3) ERROR:
'tt' tag attributes are offered, althougth only
tag names starting with 'tt' should be offered.
Comment 1 Marek Fukala 2005-01-10 09:56:15 UTC
I have a fix for this problem, but I will integrate it tomorrow since
HTML syntax classes are going to be moved to a separate module HTML
and the classes move is already prepared.
Comment 2 Marek Fukala 2005-01-10 10:26:33 UTC
*** Issue 52908 has been marked as a duplicate of this issue. ***
Comment 3 Marek Fukala 2005-01-12 20:31:45 UTC
fixed in trunk

Checking in HTMLCompletionQuery.java;
/cvs/html/editor/lib/src/org/netbeans/editor/ext/html/HTMLCompletionQuery.java,v
 <--  HTMLCompletionQuery.java
new revision: 1.3; previous revision: 1.2
done
Checking in HTMLSyntaxSupport.java;
/cvs/html/editor/lib/src/org/netbeans/editor/ext/html/HTMLSyntaxSupport.java,v
 <--  HTMLSyntaxSupport.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 zikmund 2005-01-17 10:18:20 UTC
Verified in build 200501161900.