Completed
Last Updated: 29 Sep 2015 08:20 by ADMIN
ADMIN
Ivaylo
Created on: 24 Aug 2015 10:45
Type: Bug Report
0
iOS extension introduces a bug in textfield with autocapitalization capability
A text filed build in xamarin (check the attached xamarin project) has auto-capitalization capabilities. For example if you type something in the text field the string is automatically replaced with the same string but upper case.

Problem is that if we build the application with our extension this will not work as expected. If you manually type, the string is not actually replaced but instead it's duplicated for example if you type "y" in the textbox you will see "yY" instead of "Y".

In addition if you use setText or typeText steps, the auto-capitalization will simply not work.


This should be investigated right away because it means that we actually alter the app functionality with our extension (as the problem is reproduced during manual usage).

Download the project from the internal description.


0 comments