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

Summary: Ctrl+Shift+Tab does not go to last document in list
Product: platform Reporter: matthies <matthies>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.