Amaya 9.2.2 WinXP bug: editing value attribute in forms

Hi,

In Amaya 9.2.2 for Windows XP, when I edit the value attribute in a
submit or reset button, strange things happen.
Steps to reproduce:
1. Insert a Submit button.
    created code: <input type="submit" value="Submit" />
2. Click in the "Submit" text, for instance between "b" and "m"
    The insertion point does not appear, instead the "m" letter is
    selected.
3. Press the Delete key. The selected "m" letter is not deleted, but the
    insertion point is displayed between "b" and "m".
4. Press the Delete key. The "m" is deleted.
5. Press the "m" key. The "m" letter is created at the end of the text.
    created code: <input type="submit" value="Subitm" />

The same problem happens in a reset button, but it does not happen
in a <button>. By the way, it works fine with the 'Backspace' key.

Best regards,
Bartolomé Sintes (http://mclibre.org)

Received on Thursday, 13 October 2005 08:48:20 UTC