- From: Bartolomé Sintes Marco <bartolomesintes@ono.com>
- Date: Wed, 12 Jan 2005 10:23:04 +0100
- To: www-amaya@w3.org
Hi,
The "Remove attribute" button in the Attributes window does not work
when applied to a checked checkbox.
Steps to reproduce in Amaya 8.7.1 (the problem is present in Amaya 9.0 too):
1. Insert a checkbox control (XHTML > Form > Checkbox).
The source code is then:
<p><input type="checkbox" /></p>
2. Select the checkbox, open "Attributes > checked" menu and click
"yes", "Apply", and "Close" button.
The source code is then:
<p><input type="checkbox" checked="checked" /></p>
3. Select the checkbox, open "Attributes > checked" menu and click
"Remove and "Close" button.
The source code is still:
<p><input type="checkbox" checked="checked" /></p>
Best regards,
Bartolomé Sintes (http://www.mclibre.org)
Received on Wednesday, 12 January 2005 09:23:40 UTC