orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
518 stars 220 forks source link

`java.lang.ClassCastException: number(1241.5) cannot be cast to java.lang.Integer` #6634

Open ebruchez opened 2 days ago

ebruchez commented 2 days ago

It's unclear how this happened, but it did:

image
ebruchez commented 2 days ago

I suspect that our scrolling code can cause the position not to be an integer, and then our integer facades fail?

ebruchez commented 1 day ago

Positions shouldn't be integers but doubles.