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 - Duplicit item textarea in code completion
Summary: Duplicit item textarea in code completion
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P4 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 18:20 UTC by Vladimir Riha
Modified: 2015-08-19 14:24 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 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.