Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Alexey Kudravtsev
Subsystem
XML editing
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Dmitry Cherniachenko
    4 years ago (14 May 2007 21:46)
  • Updated by   root
    2 years ago (17 Jan 2010 20:46)
  • Jira: IDEADEV-18191
    (history, comments)
 
IDEA-38515 Inconsistent XML structure popup window behavior
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Going to "above root node" by pressing Backspace when the list of top-level nodes are displayed in XML structure popup window (Ctrl+F12) will show the root node item (together with useless double-dots). While the list of the top-level nodes does not have double-dots to go upper in hierarchy (but Backspace still works).

Note also that it is possible to get the similar display by pressing Ctrl+F12 when cursor is immediately after the top-level node closing tag, like:
<sqlMap>
    <resultMap>
    ...
    </resultMap>|
</sqlMap>

or when it is before the opening root node tag:
|<sqlMap>
    <resultMap>
    ...
    </resultMap>
</sqlMap>


However when it's above the root node for example:
|
<sqlMap>
    <resultMap>
    ...
    </resultMap>
</sqlMap>

Ctrl+F12 dislpays popup with the list of top-level nodes (<resultMap>)

(hope the explanation is clear enough :) )

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments