Skip to content

Conversation

@LogishaSelvarajSF4525
Copy link
Contributor

@LogishaSelvarajSF4525 LogishaSelvarajSF4525 commented Jun 17, 2025

This PR includes a comprehensive set of UI test cases for the Entry control. The tests validate the Entry control, including properties such as Text, Placeholder, MaxLength, IsPassword, Keyboard, IsReadOnly, IsEnabled, IsVisible, ClearButtonVisibility, HorizontalTextAlignment, VerticalTextAlignment, CursorPosition, SelectionLength, IsSpellCheckEnabled, IsTextPredictionEnabled, ReturnType, ReturnCommand.

Entry Control Feature Matrix

  • Gallery Page Addition:

    • Added a new GalleryPageFactory entry for the EntryControlPage to the navigation structure in CorePageView.cs. This integrates the new feature matrix page into the test application's navigation.
  • Options Page Implementation:

    • Created EntryOptionsPage.xaml to showcase the Entry control's features. This page includes a StackLayout with various Entry controls demonstrating properties like Text, Placeholder, MaxLength, IsPassword, Keyboard, IsReadOnly, IsEnabled, IsVisible, ClearButtonVisibility, HorizontalTextAlignment, VerticalTextAlignment, CursorPosition, SelectionLength, IsSpellCheckEnabled, IsTextPredictionEnabled.
  • Main Page Implementation:

    • Added EntryControlPage.xaml.cs, which includes:
      • Initialization of the EntryViewModel for data binding.
      • Event handlers for Entry control events (TextChanged, Focused, Unfocused and Completed).
      • Methods to update cursor position and selection length programmatically.

Issues Identified

Screen.Recording.2025-06-20.at.10.28.03.AM.mov

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Jun 17, 2025
@dotnet-policy-service
Copy link
Contributor

Hey there @@LogishaSelvarajSF4525! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dotnet-policy-service dotnet-policy-service bot added the partner/syncfusion Issues / PR's with Syncfusion collaboration label Jun 17, 2025
@ghost ghost added area-testing Unit tests, device tests area-controls-entry Entry labels Jun 17, 2025
@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a full-featured UI test page for the Entry control, exposing its various properties and events through a dedicated feature matrix and options pane.

  • Introduces EntryViewModel to back all testable Entry properties and events.
  • Adds EntryOptionsPage and EntryControlMainPage (plus its XAML) to display and interact with Entry features.
  • Registers the new Entry feature matrix in the core gallery navigation.

Reviewed Changes

Copilot reviewed 5 out of 137 changed files in this pull request and generated no comments.

Show a summary per file
File Description
EntryViewModel.cs Implements all bindable properties and event-tracking fields for the Entry control demo.
EntryOptionsPage.xaml.cs Provides UI to adjust every Entry property and returns to the main test page.
EntryControlPage.xaml.cs Hosts the main Entry feature matrix, binds view model, and hooks up event handlers.
EntryControlPage.xaml Defines the layout of the Entry feature matrix, including controls for cursor, selection, events, and navigation.
CorePageView.cs Adds the new EntryControlPage to the gallery’s navigation list.

@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test VerifyClearButtonVisiblityWhenTextPresentOrEmpty is failing on iOS.
Snapshot different than baseline: ClearButtonVisiblityButton_TextPresent.png (3.79% difference)
image

@LogishaSelvarajSF4525
Copy link
Contributor Author

The test VerifyClearButtonVisiblityWhenTextPresentOrEmpty is failing on iOS. Snapshot different than baseline: ClearButtonVisiblityButton_TextPresent.png (3.79% difference) image

@jsuarezruiz I have committed this snapshot in the latest changes.

@jsuarezruiz
Copy link
Contributor

/azp run MAUI-UITests-public

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jsuarezruiz
Copy link
Contributor

The failing test RotatingCollectionViewWithHTMLShouldNotHangOrCrash, is not related with the PR changes.

@PureWeen PureWeen changed the base branch from main to inflight/current June 26, 2025 17:34
@PureWeen PureWeen merged commit d7451bf into dotnet:inflight/current Jun 26, 2025
github-actions bot pushed a commit that referenced this pull request Jun 26, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
PureWeen added a commit that referenced this pull request Jun 27, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
PureWeen added a commit that referenced this pull request Jun 28, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jun 29, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jun 29, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jul 1, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jul 2, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jul 2, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jul 8, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jul 8, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
github-actions bot pushed a commit that referenced this pull request Jul 9, 2025
* added Feature Matrix for Entry Control

* added a test cases for EntryControl

* added a test cases for entry feature matrix

* updated changes

* updated changes

* modified changes

* updated

* updated changes

* added snapshots

* added snapshot

* updated changes

* modified snapshots

* updated changes

* Updated snaps and added event features

* Added tests

* Added snapshots

* modified changes

* added modified snapshots

* Added changed snapshot

* updated changes

* modified test case

* Added snapshot

* added snapshots for windows

* Added snapshots

* Added snapshot from CI

---------

Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Jul 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-controls-entry Entry area-testing Unit tests, device tests community ✨ Community Contribution partner/syncfusion Issues / PR's with Syncfusion collaboration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants