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 256716 - Ctrl+Shift+Tab does not go to last document in list
Summary: Ctrl+Shift+Tab does not go to last document in list
Status: REOPENED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-20 18:11 UTC by matthies
Modified: 2016-05-19 18:51 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 matthies 2015-11-20 18:11:18 UTC
When pressing Ctrl+Shift+Tab in the editor, the next-to-last document is selected instead of the last document in the list of open documents.
Comment 1 Martin Entlicher 2016-05-16 15:30:57 UTC
It works fine for me. The second item in the list is selected, which is the previously visited document.
Comment 2 matthies 2016-05-19 18:51:57 UTC
It doesn't work for me. More detailef instructions for how to reproduce:

1) Create four Java files A.java, B.java, C.java and D.java.

2) Open them in the order D, C, B, A (so the MRU order becomes A, B, C, D).

3) Within A.java, press Ctrl+Shift and keep them pressed.

4) Press and release Tab.

-> The order displayed of the popup list is the MRU order A, B, C, D (correct), but C.java is highlighted instead of D.java. When releasing the Tab key, we go to C.java. But being in A.java, one would expect to go to D.java (the least recently focused file) upon Ctrl+Shift+Tab.

Pressing Ctrl+Shift+Tab once always goes to the second-to-last item in the popup list instead of to the last item.