Feedback on: Controlling Data Entry Using Form Fields
Worth:
Worth reading
Comments:
But unfortunately the examples don't work in my browser! MSIE 4.5 Mac. They do work as described in NC 4.7 Mac. But they're not much use unless they work in more browsers. (Yes, I have JavaScript working in MSIE.)
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
Next Challenge:
Same scenario (tabless form advance), but this time, please demonstrate how to accomplish this with fields of VARYING lengths.
Can it be done?
Worth:
Very worth reading
Comments:
One problem... How do you do a shift-tab BACK to a field that has already been filled in? It automatically advances to the NEXT field again without allowing me to edit it first. You can get ahead of the JS by holding down the shift-tab keys but then you go back too many fields.
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
There is a problem with the final code when using Ms Explorer 5.
Example: Taking control of the length of a 4 digits text field on a row of fields.
You focus on the last field of the row and then if you did not reach the "maxlength", you focus back.
In Explorer 5 this causes the number is written badly because even if there is text in the field the cursor goes to the first position.
So: 4732
Appears as: 2374
Please, check it and let me know if you get the same trouble.
Best.
Worth:
Worth reading
Comments:
Please indicate the DOM's to which your articles apply. Its getting to the point where I don't want non W3C DOM compliant material as this is where DHTML is at now...
R
Worth:
Worth reading
Length:
Too short
Technical:
Not technical enough
Comments:
Interesting subject, confusing article. Not enough documentation; what platform, browser, and browser version was used for the tests? I can't duplicate the reported anomalies in NS 4.76 nor in MSIE 5.0 . The suggested implementation is not usable, it doesn't accommodate back-tabbing to edit previous entries.
Worth:
Worth reading
Comments:
I noticed a slight problem with the code. I entered 5 digits in first 5 boxes and used my mouse to focus on the third one to change that. Well, after I changed the third box, the focus went to the fourth box while it was correct and I didn't want to change it. You could set the focus on the sixth box(the closest empty box) so the user does not need to use more tabs to go forward. This is very useful in case of two many boxes.
Thanks
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
I use Galeon. A browser derived from Mozilla, and almost all the forms in this page worked for me!
Great article, anyway.
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Excellent article.. it helped me a lot