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

EntryCell within TableView using wrong keyboard #1386

Closed
jamesikanos opened this issue Dec 12, 2017 · 1 comment · Fixed by #4377
Closed

EntryCell within TableView using wrong keyboard #1386

jamesikanos opened this issue Dec 12, 2017 · 1 comment · Fixed by #4377

Comments

@jamesikanos
Copy link

jamesikanos commented Dec 12, 2017

Description

I have 3 EntryCell's on a screen. The 2nd and 3rd cells are visibly toggled by pressing the first (remove and add section).

If EntryCell 2 has a Numeric keyboard, then EntryCell 3 will also have a numeric keyboard, even though I set it to Plain.

Steps to Reproduce

See sample code in forum:
https://forums.xamarin.com/discussion/112000/tableview-textcell-keyboard-wrongly-set-as-numeric

Expected Behavior

Entry Cell keyboard should reflect the desired keyboard (Numeric, Plain etc..)

Actual Behavior

Entry Cell keyboard seems to fix to Numeric when the sections are added/removed from a table view.

Basic Information

This affects iOS only.

Reproduction Link

See sample code: https://forums.xamarin.com/discussion/112000/tableview-textcell-keyboard-wrongly-set-as-numeric

@jassmith jassmith added this to New in Triage via automation Dec 12, 2017
@jassmith jassmith moved this from New to Ready For Work in Triage Dec 12, 2017
@jamesikanos
Copy link
Author

Further comment.

If I set the Entry Cell's to have keyboard types of Default and Numeric then this works as expected.

Confirm that if the keyboard is set to "Plain" then if fixes as Numeric for both.

@samhouts samhouts added the e/3 🕒 3 label Jul 25, 2018
@samhouts samhouts added this to To do in iOS Ready For Work Oct 15, 2018
@samhouts samhouts removed this from Ready For Work in Triage Oct 15, 2018
AndreiMisiukevich added a commit to AndreiMisiukevich/Xamarin.Forms that referenced this issue Nov 11, 2018
@samhouts samhouts added this to In Progress in v3.6.0 Nov 19, 2018
iOS Ready For Work automation moved this from To do to Done Dec 3, 2018
rmarinho pushed a commit that referenced this issue Dec 3, 2018
* fix #1386

* Added test case

* Added test case

* fixed build
@samhouts samhouts moved this from In Progress to Done in v3.6.0 Dec 3, 2018
PureWeen pushed a commit that referenced this issue Jan 24, 2019
* fix #1386

* Added test case

* Added test case

* fixed build
andreinitescu pushed a commit to andreinitescu/Xamarin.Forms that referenced this issue Jan 29, 2019
@samhouts samhouts added this to In Progress in v4.0.0 Feb 2, 2019
@samhouts samhouts removed this from Done in v3.6.0 Feb 2, 2019
@samhouts samhouts moved this from In Progress to Done in v4.0.0 Feb 4, 2019
@samhouts samhouts removed this from Done in v4.0.0 Feb 7, 2019
@samhouts samhouts added this to In Progress in v3.6.0 Feb 7, 2019
@samhouts samhouts moved this from In Progress to Done in v3.6.0 Feb 7, 2019
@samhouts samhouts removed this from Done in iOS Ready For Work May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
v3.6.0
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants