Re: Orbeon 3.7.1 bugs
Posted by
Alessandro Vernet on
URL: https://discuss.orbeon.com/Orbeon-3-7-1-bugs-tp44340p44341.html
Hi Raitis,
First, thank you for the easily reproducible test case, and for the video!
Raitis wrote
1 - when radio control (select1 appearance="full") value is updated with
setvalue, the corresponding node in xforms instance is updated, but radio
control in browser is still empty (video 0.04).
I reproduced this one, and we now know why this is happening. We don't have the time just right now to fix it, but here is the bug for tracking:
http://forge.ow2.org/tracker/index.php?func=detail&aid=313953&group_id=168&atid=350207
Raitis wrote
2 - when showing and hiding groups that contain table 'tr'/'td' HTML
elements, space between table elements becomes larger and larger constantly
with each button click (video 0.10 to 0.25). In table row with 'Text 3'
labels, the second 'td' HTML element is dynamicly changing position. It
shouldn't do so.
This is an interesting one. It is most likely is a bug in the browser; a sort of "space leak" on the page, analogous to memory leaks. It is now fixed; the fix is checked in and will be included in the next nightly build. You'll let me know if this works for you. The bug is:
http://forge.ow2.org/tracker/index.php?func=detail&aid=313954&group_id=168&atid=350207
Raitis wrote
3 - dynamic autocomplete (xxforms:autocomplete) input control - text in
input field is losing some part during input process from keyboard, but
corresponding node in xforms instance is correct (video 0.46).
This implementation of the autocomplete control had quite a few problems, and we recently rewrote it using autocomplete widget from YUI. The new implementation is done in XBL. Since we don't yet have a mechanism to bind XBL components to standard XForms controls with a given appearance (this is in the pipeline though!), for now you need to write <fr:autocomplete> in your code. See:
http://wiki.orbeon.com/forms/doc/developer-guide/xbl-existing-xbl-components#TOC-AutocompleteYou'll let us know if you have any problem with this new autocomplete control.
Alex