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 239882 - Netbeans does not offer to add the end tag for the <label> element.
Summary: Netbeans does not offer to add the end tag for the <label> element.
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-31 00:02 UTC by colepanike
Modified: 2014-07-24 08:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (46.40 KB, text/plain)
2013-12-31 00:02 UTC, colepanike
Details

Note You need to log in before you can comment on or make changes to this bug.
Description colepanike 2013-12-31 00:02:36 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08

Netbeans does not offer to add the end tag for the <label> element.
Comment 1 colepanike 2013-12-31 00:02:38 UTC
Created attachment 143528 [details]
IDE log
Comment 2 Vladimir Riha 2014-01-02 09:20:42 UTC
reproducible, it is offered only if you type </ but not after typing closing > of <label> start tag

Product Version: NetBeans IDE Dev (Build web-main-274-on-20140102)
Comment 3 colepanike 2014-01-02 16:59:22 UTC
Found a workaround.

Go to Tools > Options > Editor > Code Completion
Uncheck the "Inset Closing Brackets Automatically" (If already unchecked, check, exit, renter, uncheck and proceed)
Exit the menu
Renter same menu and check the same box.
Exit menu.
Test to see if problem is solved, if not restart the IDE.

This seems to fix the issue for me.
Comment 4 Marek Fukala 2014-07-24 08:35:46 UTC
<label>| ... end tag autocompletion pops up and offers </label>
<label></| ... completion offers </label>