Rendering of xf:input with integer binding

Philipp Wagner <[email protected]> Tue, 12 Oct 2010 02:12:48 +0200
Newsgroups gmane.comp.web.xforms
Message-ID <[email protected]>
Hello,

in Mozilla XForms we currently render a xf:input with a bind to an
integer type as a spinbox (like those:
http://img.brothersoft.com/screenshots/softimage/s/spinbox.js-212215-1234938073.jpeg;
a textbox with those small up and down arrows). Recently a user
complained about this behavior, he expected a simple input box (without
the arrows).

How do other XForms processors render this type? I tried Orbeon, which
always displays a simple input box (and I didn't get formsPlayer to
work, and its website formsplayer.com seems to be down).

I thought about making appearance="full" showing the spinbox with
arrows, and all minimal and compact only a simple input box.

Philipp