Unable to continue to enter characters after non-matching character entered

V18.3.0.38 on Android

So here is a strange thing.

Setup a masked edit like this:

<syncmaskededit:SfMaskedEdit   Value="{Binding Filename}" MaskType="RegEx" Mask="\w{30}"   ValidationMode="KeyPress"  >
</syncmaskededit:SfMaskedEdit>
              

So we should accept 30 alphanumeric characters.

Start typing 'a', 'b', 'c', space
Now the screen shows correctly "abc" and the space is rejected
Continue typing 'd','e','f'
The input stops accepting characters!, it now shows "abcd" - the e and f are ignored and not entered

Now use the backspace key to delete, 
tap it once and display shows "abcd", 
tap it again and display shows "abcdd", - where does this extra 'd' come from???
tap it third time, display still shows "abcdd" - still the extra 'd' is show!!!
tap it fourth time and display shows "abcd" and now you can again enter more characters and they get entered into the string.

The binding value, Filename reflects what is shown on the display.


8 Replies 1 reply marked as answer

HM Hemalatha Marikumar Syncfusion Team October 28, 2020 06:40 AM UTC

Hi Andrew, 
 
Greetings from Syncfusion.  
 
Currently we are validating the reported problem and we will share the complete details on or before October 29, 2020.  
 
We appreciate your patience until then. 
 
Regards ,
Hemalatha M. 



RS Ramya Soundar Rajan Syncfusion Team October 29, 2020 03:17 PM UTC

Hi Andrew, 
 
We can reproduce the reported problem. We have considered the reported problem as an issue. We have logged the feedback link to track the status of the reported issue and the fix will be included in our weekly NuGet which is expected to be rolled out on November 17, 2020. We appreciate your patience until then.   
 
You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.    
   
     
Note: The provided feedback link is private, and you need to login to view this feedback.    
 
Regards, 
Ramya S 


Marked as answer

RS Ramya Soundar Rajan Syncfusion Team November 19, 2020 02:30 PM UTC

Hi Andrew, 
 
Sorry for the delay.  
  
Due to having some pending testing cases, we were unable to include this issue fix in the current weekly NuGet release. Currently we are ensuring that, and it will be available in our upcoming weekly NuGet which is expected to be rolled out on November 24,2020.  
  
Regards,
Ramya S  



SS Sridevi Sivakumar Syncfusion Team November 24, 2020 01:39 PM UTC

Hi Andrew,

We are glad to announce that our 
weekly NuGet was rolled out today and fix for the reported issue was included in the weekly NuGet.

NuGet Version: 18.3.0.51

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Sridevi S. 



SA SailorTurkey replied to Sridevi Sivakumar December 17, 2020 09:15 PM UTC

Hi Andrew,

We are glad to announce that our 
weekly NuGet was rolled out today and fix for the reported issue was included in the weekly NuGet.

NuGet Version: 18.3.0.51

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Sridevi S. 


This problem occurs with 18.3.0.53 release again, rolled back to 51 after finding this thread..


SS Sridevi Sivakumar Syncfusion Team December 18, 2020 09:18 AM UTC

Hi  Kursat Konak,

This update is mainly to get the confirmation of your reported issue to proceed with this without any misleading.

Since we ensured issues which was reported by @Andrew in this thread with latest and 18.3.0.51 version, that has been fixed and worked fine.
 
 
Issues:

 
1.       While inserting the empty space, it will ignore the next typed character  
2.       Along with first issue, while removing the character one by one, it will introduce new character.
 
 
So, could you please confirm that whether are you facing the above-mentioned issues again?  
  • Could you please mention the issue reproducing platform?
  • Could you please send us with issue reproducing video to find your way of use case?
  • Are you facing the issues with both latest and 18.3.0.51 also? 
Please find our tested sample to try replicate the previously provided issue

https://www.syncfusion.com/downloads/support/forum/159053/ze/Mask_Sample-1750765106

Please check this sample and it doesn’t meet your issue reproducing cases then, please modify the sample and update us.

Regards,

Sridevi S. 
 




AN Andrew December 21, 2020 09:11 AM UTC

This is now fixed - great - thank you


SS Sridevi Sivakumar Syncfusion Team December 22, 2020 10:09 AM UTC

Hi Andrew, 
 
Thanks for your update. 
 
We are glad that the reported problem resolved at your end. 
 
Let us know if you need any further assistance. 
 
Regards, 
Sridevi S. 


Loader.
Up arrow icon