Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1965
webmaskeditor not working
posted

I can use the webmaskeditor the first time but when i try to clear and enter a new search it doesnt allow me to enter anything.It just sits there and when I can see a{0}

<igeditor:WebMaskEditor id="SearchText" runat="server" DataMode="RawText" InputMask="CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC"

RealText="Search full or partial Name .&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;&#2;"

PromptChar=" "></igeditor:WebMaskEditor>

Can you give me an example? I am trying to convert from webmaskedit to webmaskeditor

  • 8421
    posted

    Hello,

    Were you able to reproduce this issue using the sample that Nikila provided?  Please let me know if you require any further assistance with this matter.

  • 145
    posted

    Hello dev_here,  

        I followed the steps you suggested and was unable to reproduce the behavior you're describing. I created a sample with the mask you provided. I cleared the current text using the "X" button of the editor or by pressing "delete" key. I was able to type in new text thereafter. One important thing to note here is the position of the cursor while typing. If the  cursor is positioned at the end of the maximum allowed characters specified by your mask, any text typed after that will not be accepted by the editor. For example, if your mask is "CCC", this allows the user to type in a maximum of 3 characters. If the cursor is after the position of the third 'C', text entered at this position will not be accepted.  

    I have attached the sample project I used to test this.  Please test this project on your PC; whether or not it works correctly may help indicate the nature of this problem.

    If the project does not work correctly, this indicates either a problem possibly specific to your environment, or a difference in the DLL versions we are using.  My test was performed using the latest Service Releases for version 12.2.20122.2147 in NetAdvantage for .NET 2012 Volume 2 and 13.1.20131.2045 in NetAdvantage for .NET 2013 Volume 1. It was also tested in Internet Explorer versions 7,8,9 and 10, Mozilla Firefox version 21.0 and Google Chrome version 27.0.1453.116 m.

     

    If the project does show the product feature working correctly, this indicates a possible problem in the code of your application.  It will help if you can provide a small, isolated sample application that demonstrates the behavior you are seeing.

     

    Or, if this sample project is not an accurate demonstration of what you're trying to do, please feel free to modify it and send it back, or send a small sample project of your own if you have one.

     

    Please let me know if I can provide any further assistance.

     

    Sincerely,

    Nikila

    WebMaskEditor.zip