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 241515 - [80cat]Editing XML : Invoking code completion pulls next line at current caret position.
Summary: [80cat]Editing XML : Invoking code completion pulls next line at current care...
Status: RESOLVED DUPLICATE of bug 234933
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 8.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 03:26 UTC by manikantannaren
Modified: 2015-05-14 14:06 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 manikantannaren 2014-02-07 03:26:05 UTC
XML sample
        <dependency>
            <groupId>org.glassfish.main.extras</groupId>
            <artifactId>glassfish-embedded-static-shell</artifactId>
            <version>4.0</version>
        </dependency>



I was editing a POM file
Use code completion to select an element in a dependency (scope element in my case)
use code completion to select scope Element value (system in my case)

Expected behaviour 
The line <version4.0> .... should stay where it is.

Actual behaviour
<scope>system<version>4.0</version>
Comment 1 Svata Dedic 2015-05-14 14:06:56 UTC

*** This bug has been marked as a duplicate of bug 234933 ***