Tagged Questions
The firefox-sidebar tag has no wiki summary.
4
votes
2answers
329 views
Android sidebar
I've been using firefox for Android and really like the use of the sidebar to hold shortcut icons and the like. How would I go about creating a similar bar myself with the following attributes:
...
2
votes
3answers
620 views
How can I prevent Firefox showing my extension's sidebar on startup?
If my own sidebar is left open when Firefox is closed, it is shown again on startup. I find this undesirable and would rather it remain hidden until opened manually. Is it possible to stop this ...
1
vote
0answers
225 views
Capture mouse move from sidebar of a firefox plugin into the document
I am trying to do something like the following in my firefox plugin - I open a sidebar on which I show certain UI elements (like an image) and allow people to drag and drop those images from the ...
1
vote
2answers
1k views
Monitoring page load event in selected tab from firefox sidebar
I want to be able to run a function in my firefox sidebar js file when the selected tab in the main content window is reloaded or changed. So the sidebar can change depending on the site the user is ...
0
votes
1answer
227 views
How to toggle sidebar in firefox
I want to toggle a sidebar on toolbar icon click. I define my toolbar in ff-sidebar.js file:
var mainWindow = null;
function startup() {
mainWindow = ...