Rayquaza01 / note-taker

A Firefox addon that adds a text box to a toolbar button for taking notes.
MIT License
28 stars 4 forks source link

Bug: wrongly switch to another site note #22

Open ReporterX opened 5 years ago

ReporterX commented 5 years ago

Steps to reproduce: Setting: Number of tabs = 5 Open sidebar / toolbar popup. Open site A on the first tab. Create a note in Tab 1 (URL/domain note)

Then open site B on the second tab. Select to view site A note (URL/domain note). Click on "Tab 2" in sidebar note.

Expected: Stay on the same note (i.e. site A note - Tab 2) Actual: It switches to the current site domain note (i.e. site B domain note).

Example

Open a new tab. Visit Google and create a note. screenshot 1

Open another new tab. Visit Yahoo. Select www.google.com note. screenshot 2

Click "Tab 2". It should still stay at www.google.com note. But it switches to us.yahoo.com note unexpectedly. screenshot 3

Rayquaza01 commented 5 years ago

I could've sworn that was an issue in a previous version that I fixed. Thanks for pointing this out, I'll look into it.