prateek3255 / scrroll-in

An extension to save the scroll position of a webpage
https://chrome.google.com/webstore/detail/scrroll-in/cjgjbjogfodppempgdlppgefojbcmjom?hl=en&gl=IN
MIT License
66 stars 99 forks source link

Delete option in Dropdown appearing in every container #125

Closed Parshwa52 closed 4 years ago

Parshwa52 commented 4 years ago

Describe the bug The bug is regarding the dropdown menu. So, when we click on dot elements on a particular link container and again when we click on dot elements on another link container we see that the delete option of first container should hide but its not hiding.

To Reproduce Steps to reproduce the behavior:

  1. Go to Chrome Extension.
  2. Click on Settings Icon so option.html page will be displayed.
  3. Click on dot elements on link container 1.
  4. Now, you can see the 'Delete' option.
  5. Now, again click on dot elemets on link container 2,3,4, and so on....
  6. You will see Delete option on each and every container.
  7. Ideally, It should only get displayed on the container which was clicked latest.

Expected behavior Ideally, the Delete option should only get displayed on the container which was clicked latest rather than seeing in each and every container.

Screenshots screencast-nimbus-capture-2020 10 11-18_09_23

2020-10-11 (3)

Desktop (please complete the following information):

Additional context So, it looks somewhat wrong to see Delete option on each and every container as seen in Screenshot.

I would surely like to work on this issue? @prateek3255

Parshwa52 commented 4 years ago

I have added a solution for this problem in PR #127