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 128605 - Closing </script> tag misaligned
Summary: Closing </script> tag misaligned
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 18:19 UTC by William Leonard
Modified: 2009-02-27 14:26 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 William Leonard 2008-02-27 18:19:53 UTC
Type <script> and use code completion to complete the closing </script> tag. When you press enter the closing tag is
misaligned (I'm working in RHTML):

<script>
    
    </script>

Formatting the code reverses the problem:

        <script>
            
</script>
Comment 1 martin_adamek 2008-03-11 20:53:31 UTC
Fixed with issue 128111
Comment 2 polan 2008-06-13 14:14:10 UTC
Verified.
Comment 3 Marian Mirilovic 2008-08-01 11:25:00 UTC
move back to consistent state RESOLVED/FIXED