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 - </dt> autocomplete
Summary: </dt> autocomplete
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 12:54 UTC by iantowery
Modified: 2015-08-24 14:16 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 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