I'm trying to move my extension from toolstrip to a browser action.
Everything is working fine, except the fact that when using browser actions I'm not able to actually refresh the popup (created automatically by the browser with HTML content) after a form submit.
It's like it's frozen.
I press the submit button, and it acts like void - nothing happens, page doesn't get refreshed.
Also, many accessibility resources are lost, i.e tab doesn't change form fields.
Is there any way to make the popup mode of browser actions, refresh after a form is submitted within it?
What I have is basically a form to change settings. After the users submit, it must be refreshed with the new settings chosen by them.
This is limitating a lot the function of my extension
Thanks


LinkBack URL
About LinkBacks




Reply With Quote