Mar 18, 2010

First bug report of pMask

Mr. Stephan report an error of pMask. He needs to duplicate form input element dynamically, and that happens after input elements are pMasked (initialized using new pMask()). Soon he found the duplicated input lost mask capability and calling to "new pMask()" again will cause malfunction of old inputs while new inputs get worked correctly.

This is fixed quickly. However i found there is a problem running pMask on IE 8 (should not be relevant to this bug). I have a extension to prototype Event object by using "Event.prototype.key() = function() {...}", this statement works fine in Firefox and Chrome, however it cann't pass in IE8. This naughty browser report error: "'Event.prototype' is null or not an object". I am looking for the solution of this problem.

No comments: