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 255557

Summary: title html element alignment failure
Product: web Reporter: timemrah
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:

Description timemrah 2015-09-25 09:02:00 UTC
<!-- faliure title hint, code templates -->
<!doctype html>
<html lang="tr">
    <head>
        <meta charset="UTF-8" />
    <title>New Page</title>
</head>
<body></body>
</html>


<!-- required hint -->
<!doctype html>
<html lang="tr">
<head>
    <meta charset="UTF-8" />
    <title>New Page</title>
</head>
<body></body>
</html>

---------------------------------------
But in no way can not fix! 

Tools->Options->Code Templates->Selected HTML->Abbreviation html

Here I am organizing. The result does not change when writing code.
Comment 1 timemrah 2015-09-25 09:11:43 UTC
Also;
After you have typed the code manually <title>, Hint begins to deteriorate.

i am use Google translation. Translation may be faulty. I am sorry about that.