wildskyf / TextareaCache

Browser Add-on: Automatically save the content in Textarea.
MIT License
66 stars 7 forks source link

Icon on locationbar #40

Closed rayman89 closed 6 years ago

rayman89 commented 6 years ago

Whatis the icon supposed to do? Clicking on it does nothing ofr me and right clicking only shows the option to take it off.

wildskyf commented 6 years ago

it does nothing for me

Doesn't it pop up a list for you? If it didn't show, there might be some bugs... Let me check it.

What is the icon supposed to do?

It should do what browser_action button could do, which is pop up a panel listing all your cache.

you could turn it off at the options page of the Textarea Cache.

rayman89 commented 6 years ago

Previously it always stayed greyed out for me this update made it work on some pages and not appear on the rest. For example on this exact page this is how it shows.

imagen

but on this page with no text at all it shows and functions when clicked

imagen

BTW I'm using firefox 58 beta dev edition

wildskyf commented 6 years ago

but on this page with no text at all it shows and functions when clicked

In the current version, it supposed to appear on pages in which there is some textarea. But in fact, some pages will use invisible elements to something, and somehow it will match my saving rules. So you would see it appear on pages in which there is no text content to save. It won't be fixed, but it is not a big deal in my opinion.

By the way, do you think appearing on every page is better?

rayman89 commented 6 years ago

I do think appearing in every page is better because like my screenshot shows it's not appearing in github where it's needed but it's appearing on a page that only has a video player so to avoid detection problems and have consistency I think it might be better to just appear on every page.

wildskyf commented 6 years ago

ok, I will change it to appear at every page in the next version. It is more reasonable.

wildskyf commented 6 years ago

It will show on ever page after v2.14.0 now. :)