Login Register

comma

Commas in dijit.form.FilteringSelect value clause cause unexpected results

If a FilteringSelect dijit contains a comma in the value clause, things don't work as expected. Consider the following code:

<select value="comma, test" dojoType="dijit.form.FilteringSelect">
    <option value="value one">one</option>
    <option value="comma, test">two</option>
    <option value="value three">three</option>
</select>

You'd expect that the option with the label "two" would be selected. In Firefox 3, nothing gets selected, but Firebug reports no errors. In IE 6, an error is thrown: '0.oper' is null or not an object.

CurrencyTextBox, handling of digits after comma

I am rather new to Dojo. I was looking through the documentation and trying some of the examples. When I saw the CurrencyTextBox, I was quite excited since I could use that well in some of my applications.
The widget works well, but I am missing one feature that I was sure I would find (knowing my customers I know they will ask me about this as well)

the code in my jsp is as follows:

Währung

Syndicate content