OpenSilver / OpenSilver

This repository contains the source of both OpenSilver and CSHTML5. More information is available at: www.opensilver.net and www.cshtml5.com - Read README.md for the instructions on how to build the source code and how to test it.
Other
968 stars 116 forks source link

Switching back to TabItem clears all text boxes #202

Closed perttialho closed 7 months ago

perttialho commented 3 years ago

In my OpenSilver application which I migrated from Silverlight (5) I have TabControl with four TabItem controls in it. The application works fine when I'm stepping the tabs in order 1,2,3,4. However, if I jump backwards all text boxes are empty and there is not anymore any input field to type anything. All other controls (Grid, StackPanel, TextBlock, ComboBox, RadioButton, TextBlock) are working properly. What might happen to TextBox when re-opening the TabItem?

jacob-l commented 3 years ago

Hi @perttialho , probably your issue has been fixed in this commit https://github.com/OpenSilver/OpenSilver/commit/d6ffdfe945c4fcb30c961d0bb613a78c5c676925

perttialho commented 3 years ago

Thank you @jacob-l , I will test this latest when the fix gets published as I couldn't yet build the package myself.

claudiadori commented 2 years ago

Hello there! Just checking in before closing this issue that your question was exhaustively answered and to ask you how your migration is going. Would you need any further assistance from us? Feel free to shoot any questions you might have.

If there is no further contact from you or if you ensure us that all is proceeding smoothly we shall then close this one, please feel free to connect with us again or open a new issue if you were to have further questions or any kind of problem going forward. We are always happy to help!

perttialho commented 7 months ago

Sorry, I never came back to this issue with OpenSilver 1.0 but now when I'm exploring again the possibility to migrate the Silverlight (5) application with help of Open Silver 2.1 I can confirm at this issue has been solved.

giovanni-a commented 7 months ago

Thank you!