A
Alvin Bruney
I've found a bug with the validation controls. If the internet connection is
slow causing the page to load slowly this causes a problem. If the page is
not fully drawn and the data isn't yet in the page, then clicking a button
(which causes validation) will cause a bomb out. I suspect because the data
is not in the field to be validated yet.
This is troubling because the more users use the application the more
familiar they become with it and they won't wait for the entire page to load
instead they will click whatever button they need to as soon as it appears
and not wait for the whole page to load. This will cause the validation
mechanism to bomb out with an annoying script error. Then, the field to be
validated never ever gets its value unless a refresh is done.
Very sucky in my opinion. Very very sucky
slow causing the page to load slowly this causes a problem. If the page is
not fully drawn and the data isn't yet in the page, then clicking a button
(which causes validation) will cause a bomb out. I suspect because the data
is not in the field to be validated yet.
This is troubling because the more users use the application the more
familiar they become with it and they won't wait for the entire page to load
instead they will click whatever button they need to as soon as it appears
and not wait for the whole page to load. This will cause the validation
mechanism to bomb out with an annoying script error. Then, the field to be
validated never ever gets its value unless a refresh is done.
Very sucky in my opinion. Very very sucky