This is one those items that was on the prior forum for some time, and apparently never fully resolved.
I am using 2007 v1 and when I attempt to paste (in IE7), for example, a number like 70809011 into a WebMaskEdit with an Input Mask of ##-#######, DataMode=RawText, the paste seems to work -- but not consistently -- such that sometimes the pasted digits disappear and the result is 70-__80901 or 70-_809011, and other times I get correctly 70-809011_.
There are a few ways to paste (only the latter is a problem):
1) Selecting all the control contents and using the mouse to Paste -- always works.
2) Setting focus in the control (with empty content) and using the mouse to Paste -- always works.
3) Selecting all the control contents and using the keystroke Ctrl+V to Paste -- always works.
4) Setting focus in the control (with empty content) and using the keystroke Ctrl+V to Paste -- inconsistenly works. When this fails, I can see super briefly all the expected characters, and then the contents being rewritten (which pushes values to the right). This seems like a race condition between applying the mask and accepting the new data. Certainly, I'm bothered that the result is inconsistent when wrong.
Note: Using the IE7 menu item Edit | Paste does nothing at all.
Does anyone know of a workaround? (I tried on of the more recent hotfixes but still have the same problem).
<aspireConsulting> wrote in message news:11454@forums.infragistics.com... This is one those items that was on the prior forum for some time, and apparently never fully resolved. I am using 2007 v1 and when I attempt to paste (in IE7), for example, a number like 70809011 into a WebMaskEdit with an Input Mask of ##-#######, DataMode=RawText, the paste seems to work -- but not consistently -- such that sometimes the pasted digits disappear and the result is 70-__80901 or 70-_809011, and other times I get correctly 70-809011_. There are a few ways to paste (only the latter is a problem): 1) Selecting all the control contents and using the mouse to Paste -- always works. 2) Setting focus in the control (with empty content) and using the mouse to Paste -- always works. 3) Selecting all the control contents and using the keystroke Ctrl+V to Paste -- always works. 4) Setting focus in the control (with empty content) and using the keystroke Ctrl+V to Paste -- inconsistenly works. When this fails, I can see super briefly all the expected characters, and then the contents being rewritten (which pushes values to the right). This seems like a race condition between applying the mask and accepting the new data. Certainly, I'm bothered that the result is inconsistent when wrong. Note: Using the IE7 menu item Edit | Paste does nothing at all. Does anyone know of a workaround? (I tried on of the more recent hotfixes but still have the same problem). http://forums.infragistics.com/forums/p/1182/11454.aspx#11454
Hi,
to me this sounds like a bug (or missing feature :)) in the control.
I had a similar issue with WebTextEdit. It was not about pasting, but marking the controls content. I contacted developer support and they told me, that there's no workaround for my specific issue. Because of that, I suggest that you contact developer support, too.