1

Found a little quirk today when working on a plug-in.

It is a minor annoyance, but I thought I'd let you know anyway.

The HTML rendered by a call to "UI.Forms.SubmitButton" seems to include a trailing space in the class attribute as shown here:

<input type="submit" value="Save" class="dlgButton " chotkey="o" name="idSubmit"/>

The button still seems to look like the style is being applied (at least in FF)

Also, the style applied to these buttons doesn't change the mouse-pointer to a hand when hovering over the button. It would be nice if it did.

{cursor:pointer;}
flag

1 Answer

1

The class attribute can have a space-separated list of more than one class, so this shouldn't cause problems in any browser. I've opened a case to fix this, and a case to add the pointer cursor to the .dlgButton rule.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.