Skip to content
This repository was archived by the owner on Dec 11, 2017. It is now read-only.

Fix for masked TEXTAREA in IE8#194

Closed
fwosko wants to merge 2 commits intodigitalBush:masterfrom
fwosko:master
Closed

Fix for masked TEXTAREA in IE8#194
fwosko wants to merge 2 commits intodigitalBush:masterfrom
fwosko:master

Conversation

@fwosko
Copy link

@fwosko fwosko commented Nov 15, 2013

Hi,

Thank you for great piece of code that save my time.

When I attached it to my code, my users which uses old IE8 reported that masked input doesn't work. I used your code to mask TEXTAREA. Surprising in IE8 maskedinput works with INPUT's, but breaks on TEXTAREA. I looked into your code and prepared a fix and IE8.Spec.js test case.

Thanks,
Filip

Signed-off-by: fwosko <fwosko@gmail.com>
Signed-off-by: fwosko <fwosko@gmail.com>
@digitalBush
Copy link
Owner

Curious, why are you masking a textarea instead of an regular input?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would you mind removing these lines if they're not needed?

@fwosko
Copy link
Author

fwosko commented Nov 16, 2013

@digitalBush I'm using your library to make masked input in the handsontable ( https://github.com/warpech/jquery-handsontable ). Form some reasons there is used TEXTAREA as cell editor even if it behaves as INPUT.

@codeimpossible Yes, the marked lines can be removed. I inserted them into block comment for future reference.

@digitalBush digitalBush removed this from the 1.4 milestone Oct 24, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants