- From: John Russell <ve3ll@rac.ca>
- Date: Wed, 16 Apr 2003 15:46:13 -0400
- To: www-amaya@w3.org
- Message-ID: <3E9D7AC5.1949.157495E@localhost>
The standard way of dealing with an input text box once text fills the available area (unless maxlenght has been set of course) is to scroll the text to the left and continue adding characters...... Amaya actually opens up the box vertically ( but text boxes are supposed to be one liners) and adds material on a second line .... and a third if one keeps typing .... way wrong as it alters the layout of any form design as a user adds input ..... Perhaps observing what other browsers do may be a good idea ..... or soon we wil have something akin to cars with gas pedal on left and switches that are thrown upwards to turn the electricity off. ( sorry GB!) // John Russell, VE3LL@RAC.CA http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA) check HTML at http://www.htmlhelp.com/tools/validator/ check CSS at http://jigsaw.w3.org/css-validator/ check JavaScript at http://www.crockford.com/javascript/jslint.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head><title>aatest</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <input name="test" type="text" size="10"> </body> </html>
Received on Wednesday, 16 April 2003 15:38:26 UTC