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 124898 - Bracket matching navigation is switching tags
Summary: Bracket matching navigation is switching tags
Status: CLOSED DUPLICATE of bug 124897
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-08 16:52 UTC by Jindrich Sedek
Modified: 2009-05-18 10:47 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 2008-01-08 16:52:03 UTC
Create some HTML file
use this code:
--------------------------
                <tr><|td>
                    </td><td>
                    </td><td>
                    </td><td>
                </td></tr>
-----------------------
set cursor possition at place of "|" press Ctrl+[
you are moved to end tag, press it again -> you are moving down on other tags -> expected behaviour would be to jump 
back at the start tag

imagine having tons of code inside <td>... </td> - you can not use this navigation directly
Comment 1 Jindrich Sedek 2008-01-08 17:01:01 UTC

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