When I extends this button in my XBL:
<binding id="myFancyButton" extends="chrome://global/content/bindings/button.xml#button">
how do I make it a focusable button?
|
When I extends this button in my XBL:
how do I make it a focusable button?
| |||||||
feedback
|
|
As I am not sure what you have in your button.xml, I can only really provide this link and ask you to make sure your button follows the guidelines here: https://wiki.mozilla.org/XUL:Focus_Behaviour Especially the bit about the -moz-user-focus property is important. Edited: this is a simple hello world example, the button is focusable.
| |||||||||||
feedback
|