rahulmadaan / mark_it

A chrome extension for managing bookmarks
0 stars 5 forks source link

Fix popup in bookmarks.html page #9

Open rahulmadaan opened 4 years ago

rahulmadaan commented 4 years ago

When we close a popup and re-opens it, the header and the bookmarks didn't appear. There might be some issue while creating a div for popup.

This is the error message :

bookmarks.js:168 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. at createCatPopup (bookmarks.js:168) at HTMLDivElement.showPopup (bookmarks.js:199) createCatPopup @ bookmarks.js:168 showPopup @ bookmarks.js:199 bookmarks.html:1 Error handling response: TypeError: Cannot read property 'appendChild' of null at chrome-extension://jjlegaollffncjalafkgmbljjnhgodbp/src/bookmarks.js:165:17 at Array.map () at chrome-extension://jjlegaollffncjalafkgmbljjnhgodbp/src/bookmarks.js:158:15

zeaus commented 4 years ago

Hi @rahulmadaan, I would like to work on this.

rahulmadaan commented 4 years ago

@zeaus sure, go ahead

zeaus commented 4 years ago

Hi @rahulmadaan

Can you please add the "hacktoberfest" topic to your repository so that it can be counted?

image