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 115917 - XML code completion blocks Shift-Tab keybinding
Summary: XML code completion blocks Shift-Tab keybinding
Status: RESOLVED DUPLICATE of bug 105539
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
: 112343 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-09-18 21:27 UTC by _ pcw
Modified: 2008-01-26 03:26 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 _ pcw 2007-09-18 21:27:30 UTC
There are several ways to encounter this problem --

Do something which will invoke code completion on a non-trivial XML file -- for example, on a line containing an XML
node and is prefixed by two or more tab indents, put the caret right before the "<", and enter a Shift-Tab (to left
shift the line by one tab).

Code completion will pop up and its presence will block entering a second Shift-Tab to left shift the line again.  This
is what I was trying to do when I encountered this.  It is really annoying, as now you have to hit escape and do it
again (for every tab you want to remove in this manner.)

OTOH, (most) normal typing will be accepted.  There may be other keybindings besides Shift-Tab that are blocked however.
Comment 1 Mikhail Matveev 2008-01-21 16:30:23 UTC
Reproducible in the last build.
Same thing for Tab (see 112343).
Comment 2 Mikhail Matveev 2008-01-21 16:32:24 UTC
*** Issue 112343 has been marked as a duplicate of this issue. ***
Comment 3 Samaresh Panda 2008-01-26 03:26:16 UTC
Seems like Tab, Shift+Tab all are getting blocked because of this.

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