 |
|
One of the hardest obstacles in building InputMask, was the default behavior
of cut/copy/paste. Up until IE 5.1 and Mozilla 1.2, there was no way of handling
these events or detecting change from the default behavior. Even now, every
browser (in different ways) produce results that make entry restriction very hard
to enforce. Using a combination of events and checks, InputMask can work around
those problems.
|
|