echo-team / RISE

RISE is a library which can simply create a flat interface.
0 stars 0 forks source link

Remove bug with closing and hiding. #3

Open gigafiga21 opened 6 years ago

gigafiga21 commented 6 years ago

Information:

Appears when closing/hiding first tab.

gigafiga21 commented 6 years ago

Solution:

  1. Tab wth no previous history is only first.
  2. Find the next tab at DOM.
  3. Open it.
  4. Remove first tab.
gigafiga21 commented 6 years ago

Bug:

Remove all mentions of tab from history after removing hidded tab.

gigafiga21 commented 6 years ago

Unify openTab method, remove hideTab method as separate.

gigafiga21 commented 6 years ago

Add an array of tabs order in the DOM.

gigafiga21 commented 6 years ago

Remove stack.