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 207082

Summary: Duplicit item textarea in code completion
Product: web Reporter: Vladimir Riha <vriha>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2012-01-09 18:20:10 UTC
In blank new html5 file, place cursor inside body element, type "<t" and invoke cc => textarea is there twice

Product Version: NetBeans IDE Dev (Build 201201090601)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Linux version 3.0.0-14-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Milutin Kristofic 2015-08-19 14:21:00 UTC
Interesting.

One textarea is html tag, the other one is svg tag. It should be <textArea>, but all completion is doing lowercase. 

http://www.w3.org/TR/SVGTiny12/text.html#TextInAnArea
Comment 2 Milutin Kristofic 2015-08-19 14:24:47 UTC
However, it will be deprecated/deleted in SVG 2.0 http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Requirements_Input#the_textArea_element

Maybe it can be removed in Netbeans support as well.