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 - better treatment for unknown content [was: <font> tag won't indent and won't auto complete]
Summary: better treatment for unknown content [was: <font> tag won't indent and won't ...
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.3
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-02 08:07 UTC by melight
Modified: 2014-10-06 13:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.