iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
<ISWebInput:WebInput ID="txtOpenningBalance" Width="80px" runat="server" MaxLength="10" NumericInput="false" DecimalSeparator="."> <DisplayFormat Format="#,##0.##" IsEnabled="True" Type="Number"></DisplayFormat> <EditFormat Type="DynamicNumber"></EditFormat> </ClientSideEvents> </ISWebInput:WebInput>
I'm facing an issue of a missing key stroke after inserting a minus sign (-) at the begining of the input.
For instance, this is the input key strokes order:
- [added on first key stroke]
1 [skips - must re-enter the digit]
2 [added]
So, basically, the user sees the following input: -2
Please advise.
P.S - Is there a way to set the input direction of the WebInput control - RTL/LTR?
Hello,Thank you for the question regarding WebInput and I apologize for any inconvenience this problem may have caused you.I made a simple webpage sample with your WebInput’s configuration, but unfortunately I can’t reproduce your issue on my local end.My current assembly version: WebInput.NET 4.0.7200.252 & WebUI.NET 3.0.5000.910.I use Internet Explorer 11 browser when run the sample.Could you inform me your WebInput assembly version & Intersoft Framework assembly version?I attached the sample and video about how I try to reproduce the missing stroke issue.Please kindly have review on the attached sample and let me know your response.If you can’t download the attached propely, please try to follow this link: http://sdrv.ms/19KABQBRegarding “RTL/LTR”, perhaps you could the Direction style in TextBoxStyle WebInput’s tag.Here’s the example snippet code, how-to set the Direction style:
<TextBoxStyle> <Normal CustomRules="direction: rtl"></Normal> </TextBoxStyle>
Thank you.Regards,Hans.
Hans Hi,
After some investigation, using your code and mine, I found the issue to occour in:
Chrome 31.0.1650.63 and
Firefox: 25.0.1
Internet explorer 10 seems to work fine.
I'm using WebInput.NET 4.0.7200.18 & WebUI.NET 3.0.5000.768
Hello,Thank you for the reply.Please kindly try to modify the code in TextBoxStyle tag like line of code below:
<TextBoxStyle> <Active BaseStyle="Normal"></Active> <Normal CustomRules="direction: rtl;"></Normal> <Over BaseStyle="Normal"></Over> </TextBoxStyle>
I attached the modified sample as well to see the result.If you can’t download the attached propely, please try to follow this link: http://sdrv.ms/19KABQBHowever, if the issue still persists, please try to update / use the latest assembly version.Regards,Hans.
Unfortunately, the issue still persists even while using your code sample.
Hello Hans,
That would require me to purchase the latest version.
Are you sure this issue has been fixed in latest versions?
Thanks
Hello,
Have you checked in the link that hans provided as backup? http://sdrv.ms/19KABQB. You should be able to download it.
Regards,Handy
Handy/Hans Hello,
I have watched the video, though the sample shows input of positive numbers, while the missing stoke issue occures and demonstrated by using negative numbers, using - sign first: -123,345
Missing key stoke occures after the input of "-" sign.
I am sorry, but I don't quite getting your point. So, you mean when insert "-", it would not show unless you insert "-" again, correct? Have you carefully seen our video? We did not get any issue when insert "-", for the first time. Simply can enter "-" at the first and followed by the number.
If you can send us your recording video, perhaps we can easily understanding what actually happen in yours.
Please feel free to let us know if I am mistakenly understanding your issue.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname