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 110729 - smart enter doesn't work
Summary: smart enter doesn't work
Status: VERIFIED DUPLICATE of bug 118616
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-24 12:32 UTC by Jindrich Sedek
Modified: 2007-11-20 18:13 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 Jindrich Sedek 2007-07-24 12:32:58 UTC
Create new jsp file
type : <p>|</p>
press Enter at possition of "|"
result:
-----------
<p>
|<p>
-----------
expected result:
-----------
<p>
     |
</p>

this issue is valid also for HTML editor
Comment 1 Jindrich Sedek 2007-07-25 07:32:51 UTC
similar case is when pressing Enter in situation:
----------
<p>|
---------
acual result is 
---------
<p>
|
---------
I find solution from NB5.5 better:
----------
<p>
    |
---------
Comment 2 Tomasz Slota 2007-10-12 20:45:27 UTC

*** This issue has been marked as a duplicate of 118616 ***
Comment 3 Jindrich Sedek 2007-11-20 18:13:27 UTC
v.