WaldiPL / webpageScanner

Extension for Firefox
GNU General Public License v2.0
27 stars 3 forks source link

Show the scan list directly in the popup #5

Closed Keith94 closed 7 years ago

Keith94 commented 7 years ago

Is it possible to have the scan list entries displayed within the toolbar button popup itself, i.e. for quicker access?

WaldiPL commented 7 years ago

I added the ability to enable this feature in the settings. Popup may have the wrong size. If the popup closes too early, the data may not be saved.

Keith94 commented 7 years ago

Awesome. Could you perhaps attach an XPI file so I can try out the latest version?

Keith94 commented 7 years ago

Thanks! I'd like to make a suggestion: When clicking on the "Add new page" button, can you automatically fill in the address and title of the current page you're on? It saves some time to add pages while you're in the list view.

WaldiPL commented 7 years ago

I added an auto-fill button. You can also add a page by context menu.

Keith94 commented 7 years ago

OK, I tested the latest commit (you can remove the XPI if you want to ;)) and it works well.

I noticed right-clicking in the scan list (in popup) doesn't show the controls (edit, delete etc). Is that fixable?

WaldiPL commented 7 years ago

This bug is related to 1190679. Change "extensions.webextensions.remote" in about:config to make the context buttons work again.

Keith94 commented 7 years ago

That fixed it. Right-clicking in the popup causes the list to scroll to the top. Bug?