Orbeon - Dynamic dropdown - search dont work - orbeon

I have problem with dynamic dropdown with search. Search dont work and dropdown then have no data. Without search everything works. I have form witch work in Orbeon 2020 but after update to 2021 it stop working. I try example from documentation (https://doc.orbeon.com/form-runner/component/static-dynamic-dropdown) with countries. It not workion in Orbeon 2021 but same form work in Orbeon 2020. Can be problem with {$fr-search-value} in new Orbeon versions?
Here is example https://demo.orbeon.com/demo/fr/orbeon/builder/edit/e1ee06b8fe844e5c9fab04ac1dc72959302d0ba3

You've hit issue #5204, which is fixed in Orbeon Forms PE 2021.1.2.

Related

Orbeon - saxon parse() stop working in new version

I have problem with function saxon:parse() in my form. I used it in Orbeon 2020.1.2 CE and it worked well. After update to version 2021.1.2 PE (I have prebuild) it stop working. I try same thing on orbeon.com too with same bad result (https://demo.orbeon.com/demo/fr/orbeon/builder/edit/b57d32a03929e4be3b6cc391497dc14fb48bd878)
Strange is when i try same thing saxon:parse(//xml) in xforms-inspector it work well (I change $ from form to // in inspector). Is some change in using saxon in new version or I hit some bug? Thank you
As of Orbeon Forms 2021.1, you can't use saxon:parse() anymore, and should use xf:parse(), which is a new XForms 2.0 function (see differences between XForms 1.1 and 2.0).
In new code, it is always better to use xf:parse(). However, for backward compatibility, it would be good for Orbeon Forms to also support saxon:parse(), and this is tracked as issue #5271.

Publishing of orbeon forms

Is it possible to do a re-publish of orbeon forms automatically? (ie Forms that have been created with Form Builder and which have been saved and deployed/published before).
Actually we are upgrading from Orbeon 3.9 to Orbeon 4.6, and currently we have lots of orbeon forms in our 3.9 environment. since its very difficult to publish the forms one by one after upgrade to 4.6, it will be good if i can find an easy way to republish all the existing forms.
I found something here at https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-Home-Page
When I tried this, I didn't get any error but the forms were not actually published. and I got error when I opened a new instance of any existing forms.
Appreciate if any one can help me on this.
Thanks
Did you check the orbeon log for errors? If orbeon is running in production mode there may be an error that is not displayed to the user.
I haven't gone through an upgrade myself, but it's possible that you need to upgrade your form definitions. Orbeon 4.6 includes a feature to do this in bulk on the Form Runner Home Page. See the 4.6 blog post.

Kendo UI DatePicker does not let the user select a date

I am using Kendo DatePicker with MVC 3 (VB.NET, Razor syntax) in IE 7. When i click on the datepicker it does not let me select the date. By default, today's date is selected. If i run the same code on Google chrome, it works fine. Also i investigated this issue using IE developer toolbar for IE 7, and it's showing that "Unselectable" for the datepicker is set to "On". I have no idea how can i switch it off. I can browse the months or years in the datepicker but can't actually select a date. i can also manually enter the date in the datepicker textbox. any help will be really appreciated please.
This is a sample of the code i am writing
<div class="editor-field">
#Html.Kendo().DatePicker().Name("ExtMailDatePicker").Value(DateTime.Now)
#Html.ValidationMessageFor(Function(model) model.Day)
</div>
This issue happens when the version of kendo framework installed and the version of jquery installed don't match. for example
using Q2 SP1 2012 assembly of kendo ui, and using JavaScript files from just Q2 2012 (1.7.1) may cause this issue. after making sure i have the correct files, it works.

Smart GWT: Combobox Item pick list issue

I am using Start GWT 2.5. I am using combobox item. While opening a pick list and if pick list is having only one option, it shows horizontal and vertical scrollbars. Image is attached representing the issue.
Code:
DynamicForm form = new DynamicForm();
form.setIsGroup(true);
form.setCellPadding(5);
form.setNumCols(2);
ComboBoxItem comboBoxItem = new ComboBoxItem("TestCombo");
comboBoxItem.setValueMap("test1");
form.setFields(comboBoxItem);
form.draw();
Can any one help me?
I know this is a very old post. But it might help someone.
This issue has been resolved in the newer versions of SmartGWT. All the releases above SmartGWT 2.5 reflects that the problem has been solved.
I've noticed the same issue, and in my experience it only occurs in Google Chrome in development mode. Try debugging in Firefox, by using the Firefox plugin which can be found here. That ought to provide a workaround to the problem.
Note: if the problem still occurs in Google Chrome after you've deployed your application, I strongly recommend that you open a ticket at the SmartGWT Google Code project.

Telerik MVC DatePicker in IE6

I am hoping there is someone here who had encountered and solved this problem with Telerik MVC Grid and DatePicker in IE6 (yes IE6! cant do anything as it's the browser used by the client and they are not upgrading anytime soon).
The setup is like this: A Telerik MVC grid using Ajax binding (select, add , edit, and delete). For add and edit, a popup editor is used. The editor template has a Telerik MVC DatePicker.
Telerik demo has the same setup here.Using IE6, the DatePicker disappears after selecting a date.
This code library submission was posted pretty recently on Telerik's website and it covers a workaround for disappearing DatePickers in IE6.
The code library is not available any more, but I contacted Telerik on their forum and they said this will be fixed for the next version, due in mid March.

Resources