Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Invalid Color Value '#FF0E1A32' in HandyControl (3.5) Pagination Control (.Net 7.0) #1532

Closed
znono7 opened this issue Feb 25, 2024 · 0 comments
Labels
can not reproduce can not reproduce the issue

Comments

@znono7
Copy link

znono7 commented Feb 25, 2024

Describe the bug

<hc:Pagination MaxPageCount="10" PageIndex="5" IsJumpEnabled="True"/>

{"'#FF0E1A32' is not a valid value for property 'Color'."}

The bug involves encountering an error when attempting to set a color value (#FF0E1A32) for a property within the HandyControl Pagination control. Specifically, the error message received is "'#FF0E1A32' is not a valid value for property 'Color'".

This bug suggests that there is an issue with parsing or accepting the provided color value within the HandyControl library. It could be caused by various factors, such as incorrect format, unsupported color space, or a bug within the library itself.

Steps to reproduce the bug

1.Create a WPF application project in Visual Studio.
2.Install the HandyControl library and add references to it in WPF project.
3.add a hc:Pagination control.
4.Compile and run the application.
Upon running the application, the error "'#FF0E1A32' is not a valid value for property 'Color'" should occur, indicating that there is an issue with parsing or accepting the provided color value within the HandyControl library.

Expected behavior

No response

Screenshots

No response

NuGet package version

None

IDE

Visual Studio 2022

Framework type

No response

Windows version

No response

Additional context

No response

@NaBian NaBian added the can not reproduce can not reproduce the issue label Mar 5, 2024
@NaBian NaBian closed this as completed Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can not reproduce can not reproduce the issue
Projects
None yet
Development

No branches or pull requests

2 participants