Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

While editing in the Entry control with the numeric keyboard in the es-Es culture, the decimal separator was not being inserted. #15649

Open
VijayakumarViswanathan opened this issue Jan 9, 2023 · 0 comments
Labels
a/entry s/unverified New report that has yet to be verified t/bug 🐛

Comments

@VijayakumarViswanathan
Copy link

Description.

When editing in the Xamarin Entry control with a numeric keyboard in es-Es (Espanol-Espana) culture, the decimal separator was not inserted. The issue occurs with the landscape mode with Culture: es-Es (Espanol-Espana). Checked using android 9 (API28) and android 12.1 (API 32).

The decimal separator was inserted after we clicked the return key or the Done button on the keyboard.

Steps to Reproduce

  1. Run the attached sample with es-Es (Espanol-Espana) culture in the device/ android emulator.
  2. Use the landscape mode in the device/ android emulator and enter the numbers.
  3. Enter the decimal separator ", "
  4. Decimal separator was not being inserted in the entry with the numeric keyboard in the edit mode. (Issue).
  5. We have attached a video for reference.

Expected Behavior: while editing with the landscape mode, the Decimal separator should be inserted in the entry with the numeric keyboard like in the portrait mode.(with es-Es (Espanol-Espana) culture)

Actual Behavior: While editing with the landscape mode, the Decimal separator was not inserted in the entry with the numeric keyboard. (with es-Es (Espanol-Espana) culture)

Basic Information

  • Version with issue: XF: 5.0.0.2012
  • Last known good version: unknown
  • Affected Devices: Android 9 and Android 12.1

Environment:

Microsoft Visual Studio Professional 2022
Version 17.4.0 Preview 6.0
VisualStudio.17.Preview/17.4.0-pre.6.0+33027.239
Microsoft .NET Framework
Version 4.8.09037

Installed Version: Professional

Visual C++ 2022 00476-80000-00000-AA746
Microsoft Visual C++ 2022

C# Tools 4.4.0-3.22518.13+7856a68c109b22de70e07580018fec601e944f46
C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.

Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP-compatible Java Virtual Machines

Mono Debugging for Visual Studio 17.4.19 (8c0a575)
Support for debugging Mono processes with Visual Studio.

NuGet Package Manager 6.4.0
NuGet Package Manager in Visual Studio. For more information about NuGet, visit https://docs.nuget.org/

Xamarin 17.4.0.293 (d17-4@fe8fe1a)
Visual Studio extension to enable development for Xamarin.iOS and Xamarin.Android.

Xamarin Designer 17.4.0.138 (remotes/origin/d17-4@d36bba3cc9)
Visual Studio extension to enable Xamarin Designer tools in Visual Studio.

Xamarin Templates 17.4.2 (c457c97)
Templates for building iOS, Android, and Windows apps with Xamarin and Xamarin.Forms.

Xamarin.Android SDK 13.1.0.1 (d17-4/13ba222)
Xamarin.Android Reference Assemblies and MSBuild support.
Mono: a96bde9
Java.Interop: xamarin/java.interop/d17-4@fcc33ce2
SQLite: xamarin/sqlite@23e1ae7
Xamarin.Android Tools: xamarin/xamarin-android-tools/main@0be567a

Xamarin.iOS and Xamarin.Mac SDK 16.0.0.335 (8ac10db63)
Xamarin.iOS and Xamarin.Mac Reference Assemblies and MSBuild support.

Sample and the Video reference:

Get the sample and the video reference from the below repository
https://github.com/VijayakumarViswanathan/EntryWithNumericKeyBoard

Workaround

No workaround was tried.

@VijayakumarViswanathan VijayakumarViswanathan added s/unverified New report that has yet to be verified t/bug 🐛 labels Jan 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/entry s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

3 participants
@jsuarezruiz @VijayakumarViswanathan and others