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 143485 - Closing HTML tag moves the whole line to the left
Summary: Closing HTML tag moves the whole line to the left
Status: RESOLVED DUPLICATE of bug 145821
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-08-11 15:44 UTC by Tomas Mysik
Modified: 2009-05-18 10:47 UTC (History)
2 users (show)

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 Tomas Mysik 2008-08-11 15:44:48 UTC
Yesterday, it happened to me several times that when I closed HTML tag ("div"), the whole line was moved to the left 
(for 4 spaces).

Product Version: NetBeans IDE Dev (Build 080808)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Linux version 2.6.26-gentoo running on i386; UTF-8; cs_CZ (nb)
Comment 1 Tomas Mysik 2008-08-11 15:50:06 UTC
I guess it's your area Tomasz. Thanks.
Comment 2 Marek Fukala 2008-08-11 15:55:33 UTC
Also see my complains about similar problem it in the issue 143277
Comment 3 Jindrich Sedek 2008-08-18 08:06:55 UTC
I'm trying to reproduce the problem and I'm facing a problem as described in an issue #143277:
use this code:
-------
<h1>
    </h|
-------
invoking cc at position of "|"  doesn't shift the end tag to the front tag level

but I'm not able reproduce any line left moving, could you provide some code example when it happens?
Comment 4 Tomasz Slota 2008-09-26 11:59:51 UTC
The behavior is pretty much fixed now except in situation described in issue 145821. Closing as a duplicate of that issue.

*** This issue has been marked as a duplicate of 145821 ***