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 232123

Summary: better treatment for unknown content [was: <font> tag won't indent and won't auto complete]
Product: web Reporter: melight
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 8   
Issue Type: ENHANCEMENT Exception Reporter:

Description melight 2013-07-02 08:07:57 UTC
When editing an .html file, creating a <font> tag won't autocomplete a close tag (only gives body and html options), and the indentation inside the created isn't proper.

Product Version = NetBeans IDE 7.3 (Build 201306052037)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Comment 1 Vladimir Riha 2013-07-02 08:14:48 UTC
Reproducible with HTML5 doctype, but font is not supported by HTML5. Works fine with 4.01 Transitional. Melight, what doctype do you use?



Product Version: NetBeans IDE Dev (Build 201307012300)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.2.0-45-generic-pae running on i386; UTF-8; en_US (nb)
Comment 2 melight 2013-07-02 08:16:34 UTC
Using <!doctype html>
Comment 3 Marek Fukala 2013-07-02 09:15:28 UTC
I agree we might improve at least the indentation of the unknown content.