Very strange bug (with portable version e/o exodisableF5)

sequel

New member
I found a very strange bugs. If a simple application with only html (no js, css not only a field and compile in portable USB version, it happens that in the input field does not make me type the letters t (only t lowercase).
The same problem occurs if the first input field I enter:
exo_setglobalvariable (‘exodisableF5’, ‘1’, true);

Only with trident, with chrome okay
 
Last edited:
sequel said:
exo_setglobalvariable (‘exodisableF5’, ‘1’, true);
When did you call this exactly? It must be called before the faulty HTML page is displayed (for instance, in the homepage)?
 
yes sure, i call exodisableF5 before all html code. I have a php page for boot operation (startAppl.php) and it’s here that i put the exodisableF5.
 
Actually it reminded me about an old problem. I think you shouldn’t use exodisableF5 but another variable as explained in this topic:
5_f40856482fe1e45ac8f1605885140a2d.png
Polish diacritics - not working ExeOutput for PHP
Hello, version 1.7 not suppored all polish diacritics in input fields (trident): alt+n -> should insert ń alt+a -> should insert ą There is some solution? I remember on the old forum there was some answer. Thanks, regards.
 
Back
Top