Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

tab preview after closing a tab doesn't respect tab preview config #9536

Closed
cezaraugusto opened this issue Jun 17, 2017 · 1 comment
Closed

Comments

@cezaraugusto
Copy link
Contributor

cezaraugusto commented Jun 17, 2017

Test plan

#9537 (comment)

  1. Disable tab previews
  2. Open three tabs
  3. Set first as active
  4. Hover over second, close
  5. Third should not be previewed
  6. Enable tab preview again and start from 2.
  7. It should preview

Bug happens in 0.17.x given #8902 was added for that milestone.

Issue first reported in #9306 (comment).

STR:

  1. Disable tab previews
  2. Open three tabs
  3. Set first as active
  4. Hover over second, close

Result:
Third tab is previewed

Expected:
tab preview is disabled it should not previe

Given trigger preview after close was introduced in 0.17.x in moving this to the same milestone as well.

@srirambv
Copy link
Collaborator

srirambv commented Jun 21, 2017

When verifying twice I didn't see the preview of the third tab after the second tab was closed and after the tab was closed the close button of third tab(now second) didn't show up until the cursor moved a little.

Can't reproduce it again^

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.