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 238156

Summary: </dt> autocomplete
Product: web Reporter: iantowery
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description iantowery 2013-11-08 12:54:18 UTC
HTML5 suggestions/autocomplete generally anticipate closing tags. Specific exception is the closing tag </dt>. IDE recognizes the opening/closing pair, but suggests </dl> when closing the <dt> sub-element.
Comment 1 Martin Kozeny 2014-01-09 15:59:00 UTC
Reassigning
Comment 2 Vladimir Riha 2014-01-10 09:40:04 UTC
reproducible

Product Version: NetBeans IDE 8.0 Beta (Build 201401100215)
Java: 1.8.0-ea; Java HotSpot(TM) Client VM 25.0-b65
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b122
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 3 Marek Fukala 2014-07-23 11:03:30 UTC
dt close tag is never suggested, the completion offers the parent tags instead:

<dl>
    <dt></| --- CC offers </dl> here
</dl>
Comment 4 Milutin Kristofic 2015-08-24 14:16:50 UTC
It works after fixing Bug #254656