Search found 13 matches

by ArthurP
Thu May 02, 2024 4:49 pm
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

Re: How to set language for "date picker" form control

Thanks! Yes, it's really an issue for our writers
by ArthurP
Thu May 02, 2024 4:01 pm
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

Re: How to set language for "date picker" form control

Hello, We managed to reproduce the issue you reported, and we have recorded an issue (WA-6939) on this matter. Normally, for the language change to take effect for datePicker , you just need to have xml:lang set (which you have already confirmed in your case), and the desired language should be sel...
by ArthurP
Fri Feb 23, 2024 4:24 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 318

Re: ${ask} editor variable return an error

Hi Radu, thanks for your explanation. It was strange because we use this action since at least 2 years with no problem. We recently upgrade oXygen to 25.1, maybe something changed. I will try your hack, or find an other method. Btw, recent versions of the Saxon processor no longer support saxon:eval...
by ArthurP
Fri Feb 23, 2024 12:31 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 318

Re: ${ask} editor variable return an error

Hi, @Stefan : I already tried URL escaping. '&' is correctly converted to &, it's '=' that cause trouble. @Radu In the value of "externalParams" you are expanding an ask editor variable which will show a dialog to the end user and the end user will probably paste an URL there. ...
by ArthurP
Thu Feb 22, 2024 12:47 pm
Forum: Common Problems
Topic: ${ask} editor variable return an error
Replies: 6
Views: 318

${ask} editor variable return an error

Hi, I'm using a custom action in CSS, that use the editor variable ${ask}. We use this editor variable to ask for an URL that will be used as an xslt parameter. { content: oxy_button(action, oxy_action( name, '[+Button]', description, 'description', operation, 'ro.sync.ecss.extensions.commons.operat...
by ArthurP
Wed Dec 20, 2023 6:55 pm
Forum: Common Problems
Topic: Using character '^' trigger an error in Firefox
Replies: 4
Views: 469

Re: Using character '^' trigger an error in Firefox

Thanks Cosmin, we will let you know if the problem appear on Windows Firefox

Have a nice evening
by ArthurP
Wed Dec 20, 2023 6:02 pm
Forum: Common Problems
Topic: Using character '^' trigger an error in Firefox
Replies: 4
Views: 469

Re: Using character '^' trigger an error in Firefox

Hi Cosmin,

I missed the linked documentation page. On Safari, it "almost" work, the character is correctly inserted but two times. ^+e gives êê.
Do you have a work around for people on MacOs or Windows using Firefox ? Most of our users will be using Firefox on windows.
by ArthurP
Wed Dec 20, 2023 5:05 pm
Forum: Common Problems
Topic: Using character '^' trigger an error in Firefox
Replies: 4
Views: 469

Using character '^' trigger an error in Firefox

Hi, in French, we need to type ^ (ê), ` (è, ù) accents very often. When I'm typing a '^' in webauthor, the following error is triggered. The performed action is not supported. IME not supported on the current platform. Please use the Google Chrome web browser. I'm using Firefox (120.0.1) for MacOs (...
by ArthurP
Wed Dec 13, 2023 4:06 pm
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

Re: How to set language for "date picker" form control

Hello,
thanks for looking into it!

have a nice day
by ArthurP
Wed Dec 13, 2023 10:57 am
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

Re: How to set language for "date picker" form control

Hello,

yes the Webapp was restarted.
does date picker language depend on client side or server side ?
by ArthurP
Tue Dec 12, 2023 5:37 pm
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

Re: How to set language for "date picker" form control

Hi Cosmin,

unfortunatly, changing it to

Code: Select all

format, 'dd MMMM yyyy'
does nothing
by ArthurP
Mon Dec 11, 2023 4:37 pm
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

Re: How to set language for "date picker" form control

Hi Cosmin, Thanks for answering. My locale is set to "French" on my system (MacOs) and in Firefox also. But the data picker still uses an english date (ex: "November" instead of "novembre"). Is there an other way to set this parameter ? Maybe it's something related to w...
by ArthurP
Mon Dec 11, 2023 3:23 pm
Forum: Common Problems
Topic: How to set language for "date picker" form control
Replies: 11
Views: 874

How to set language for "date picker" form control

Hi, how can I set the language for "date picker" form control in a web application ? For instance, french. Our document have xml:lang="fr_FR" set on the root and the user interface is also set to "french" but the date is write in english. I tried to set language in URL ...