Francis,
> Hi Jorge,
>
> I've come across an apparent form anomaly when using dillo to test a
> separate application.
>
> If I create a html form, the data submitted differs depending on whether
> I use "text" or "hidden" input types -- specifically, the "hidden" type
> is not parsed for html entities. This causes breakage when I want to set
> the value to the four-character string x"'y, for example.
> [...]
And the same for given password values...
Ah, and the user-typed password MUST not be parsed, so I set
it as follows:
-----------------------------------------------
Entities Parsing
-----------------------------------------------
Hidden YES
html-given password YES
user-typed password NO
-----------------------------------------------
That is: the same as links and mozilla.
Cheers
Jorge.-