If you mouse click a number or button and then use the keyboard to finish the calc and press enter the enter key enters the value of the selected button.
steps:
Mouse click 8
Keyboard press +
Keyboard press 5
Keyboard press Enter
Entry = 58 (Expecting 13(8+5)) (history would be 8+58 without a result because the enter key added was like pressing 8 not performing the calculation)
steps:
Mouse click 8
Keyboard press +
Keyboard press 5
Keyboard press Enter
Entry = 58 (Expecting 13(8+5)) (history would be 8+58 without a result because the enter key added was like pressing 8 not performing the calculation)
4 Answers, 1 is accepted
0
Hello Zack,
Unfortunately we were not able to reproduce the issue on our end. Would it be possible to provide some more details about the exact implementation of your scenario?
Looking forward to hearing from you!
Regards,
Nik
the Telerik team
Unfortunately we were not able to reproduce the issue on our end. Would it be possible to provide some more details about the exact implementation of your scenario?
Looking forward to hearing from you!
Regards,
Nik
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Guru
Top achievements
Rank 2
answered on 28 Aug 2012, 07:34 PM
Try those steps in you WPF demo for the "customized" version please.
Sorry I forgot to mention we customize to add our own buttons and commands.
Sorry I forgot to mention we customize to add our own buttons and commands.
0
Hello Zack,
Maya
the Telerik team
Indeed, I managed to reproduce the issue you reported on our demos. I will investigate it and let you know once I could provide more information on the topic.
In the meantime, I tested the case by extracting RadCalculator's template with Expression Blend and defining additional row with the corresponding buttons for the custom commands and everything works as expected. Could you try this approach without copying directly the template from our demos ? Do you get the same behavior ?
Maya
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Guru
Top achievements
Rank 2
answered on 29 Aug 2012, 01:43 PM
I would if I had a copy of blend :) I will look into getting one thx.