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 - title html element alignment failure
Summary: title html element alignment failure
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-25 09:02 UTC by timemrah
Modified: 2015-09-25 09:11 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 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.