picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.57k stars 325 forks source link

CollectionEditor does not have a test suite #2484

Closed Miepee closed 1 year ago

Miepee commented 1 year ago

Expected Behaviorss

There should be a section in Eto.Test to test functionality of the CollectionEditor control. If it is obsolete, it should be marked as such.

Actual Behavior

No such section or clarification exists.

Specifications

cwensley commented 1 year ago

The CollectionEditor is tested in the PropertyGrid section.

Miepee commented 1 year ago

Is it? CTRL+F'ing through PropertyGrid.cs doesnt reveal anything to me by quick glance.

cwensley commented 1 year ago

No, but the PropertyGrid itself uses it when editing a collection. Try searching through ThemedPropertyGridHandler.cs.