atom / tabs

Tabs in Atom
MIT License
111 stars 115 forks source link

MRU tab should be selected when a tab is closed #540

Open vanboom opened 6 years ago

vanboom commented 6 years ago

Prerequisites

Description

MRU logic is not employed when tabs are closed.

Steps to Reproduce

  1. Open multiple tabs
  2. Close a tab using CTRL-W

Expected behavior: MRU tab should be the current tab.

Actual behavior: The tab to the right of the closed tab is the current tab.

Reproduces how often: 100%

Versions

Atom : 1.27.2 Electron: 1.7.15 Chrome : 58.0.3029.110 Node : 7.9.0 OS: Ubuntu 16.04

brianhempel commented 6 years ago

Possible duplicate of #217.