Interesting. Actually, the bug is really based on a Hivemind limitation:
http://issues.apache.org/jira/browse/HIVEMIND-172
The demo tries to escape the separator to use it as a decimal separator
("\,"). That's server side. Since the version of Hivemind used doesn't
support this, the separator that gets rendered in Javascript is only the
single "\", causing the JS bug.
--
Ing. Leonardo Quijano Vincenzi
DTQ Software
Fabio Bondioli wrote:
Hi everybody,
I've downloaded Tacos beta2 and I found that the online demo fails
running the Mask page.
There is a javascript error:
http://localhost:8080/tacos4-demo/app?page=core%2FMasksExample&service=page
Riga: 79, Colonna: 65
Codice sorgente:
document.formatter_numberEuropeanTextField.flags.decimal = "\";
I think this is caused by the separator parameter passed in as \, (I
think it escapes the , used otherwise as parameters separator) but
probably is read from the script as only \ (I think the right value
passed to the script should be only the ",".
Do anyone else found this bug?
Regards
Fabio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]