Hi Thierry, I am testing version v2.31 beta7 of FIC with gwPROD one off my web's applications.
In a textbox when the alignment is originally provided by FIC on the left, then there is a problem when typing. For a fraction of a second, only the first character is kept, the others are deleted and then after this fraction of a second, typing can continue without loss of character.
This concern does not exist in a texbox when it is originally provided by FIC in right alignment. Changing the alignment using the FireFox debugger does not correct the problem
other minor drawbacks that I will explore from the firefox debug console:
The rendering of the layout of the INDEX form no longer conforms to that of FIC v2.31 beta5 and other previous versions (position of objects overlapping, graphic presentation of buttons different from version v2.31 beta 5 )
The display of the JQUERY calendar in date-type textboxes is no longer done above all the other objects, but is hidden by the other objects of the form
Amicalement
Gilles

Hi Gilles,
Typing in textbox
OK, I can reproduce on http://foxincloud.com/tutotest/bs/Event.tuto
The rendering of form INDEX
Please share a screenshot in beta.5 and beta.7, and corresponding generated index_scx.*
jQuery calendar
As this app. uses Bootstrap, should be the Bootstrap date picker;
can't reproduce on http://foxincloud.com/tutotest/bs/Event.tuto
please share a screenshot, and corresponding generated form_scx.*
Thanks in advance
OK Thierry, i will do it in a few days..
Amicalement
Gilles
Typing in textbox
Please try this:
modify command awServer.prg
…
hidden procedure PropChangedHTML_Value && {fr} changement de .Value
…
&& replace
CASE m.BC == 'Textbox' && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43
&& by
CASE m.BC == 'Textbox'; && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43
and !this.cEvent == 'input' && 2021-01-12 thn -- {FiC V 2.31.0-beta.8} {en} added for https://support.west-wind.com/Thread5YC0HF9GB.wwt#5YC0HF9GC

Hi Thierry,
modify command awServer.prg
…
hidden procedure PropChangedHTML_Value && {fr} changement de .Value
…
&& replace
CASE m.BC == 'Textbox' && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43
&& by
CASE m.BC == 'Textbox'; && 2020-10-20 thn -- {FiC V 2.31.0-beta.6} {en} modified for https://support.west-wind.com/Thread5VV0HHJDL.wwt#5W209CB43
and !this.cEvent == 'input' && 2021-01-12 thn -- {FiC V 2.31.0-beta.8} {en} added for https://support.west-wind.com/Thread5YC0HF9GB.wwt#5YC0HF9GC
perfect, it solves the dysfunction!
Amicalement Gilles