Closed timja closed 18 years ago
What if we put an tag around it?
It could be just . The onclick event happens anyway, and we can
intercept it with our current mechanism.
Or we don't have to use behavior.js. We can href to javascript URL and call the
right function (create one if needed) with the right parameter. The only part
I'm not sure about is how to pass in the 'this' reference.
Does not work in Firefox 1.5; "Loading" appears but is not replaced with help text.
You cannot access the help icon buttons on /job/*/configure pages using either
the TAB key or numbers when using the Firefox Mouseless Browsing (MLB)
extension. A plain HTML has no KB accessibility as the browser does not
consider it a real button; it is only made to act like one due to
.help-button {
cursor: pointer;
}
and
".help" : function(e) {
e.onclick = function()
{ // ... }
}
I tried using but could not get this to work; I could
get the page to display the help but then the browser would try to submit the
form action. Nor could I get a satisfactory result wrapping the in a