Search Issue Tracker
Fixed in TextMeshPro (2.1.0-preview.2)
Votes
3
Found in [Package]
1.4.0 - preview.1b
Issue ID
1166181
Regression
No
[iOS] Unable to delete whole text from input field with one click even though whole text is shown as selected
To reproduce:
1. Open users attached project "TextInputTest.zip"
2. Open "TextInputTestScene.unity" scene
3. In the Hierarchy window select Canvas > InputField (TMP)
4. In the Control Settings enable Hide Mobile Input
5. Build for iOS
6. Deploy the Xcode project to an iOS device
7. Select the text in the input field
8. Press the backspace key
Expected: all selected text is deleted
Actual: only the last letter is deleted even though the whole text is shown as selected
Reproduced on:
2017.4.31f1 2018.4.5f1 2019.1.13f1 2019.2.0f1 2019.3.0a11
Package version:
- 2.0.1
- 2.0.0
- 1.4.1
- 1.4.0
- 1.4.0 - preview.3a
- 1.4.0 - preview.2a
- 1.4.0 - preview.1b
Devices reproduced on:
- iPhone 8 iOS 11.0
- iPad Pro (12.9' 3rd gen) iOS 13.0
Device not reproduced on:
- VLNQA00277, Asus ROG Phone (ASUS_Z01QD), Android 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
Notes:
- On package version 1.3.0 and earlier, selecting the input string doesn't select the whole string, it just adds a text cursor at the end of the string
- There are no packages on 2017.4 and earlier
- On 2017.4.31f1 using TMP 1.2.2 from the Asset Store doesn't mark the text when selected
- Using simple UI Input Field doesn't mark the text when selected
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
athenahoros87
Sep 29, 2020 15:50
Thank you, very helpful!