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

[Bug] RichEditToolbar custom options causes issue when navigating #66

Closed
jamesmcroft opened this issue May 3, 2022 · 0 comments · Fixed by #84
Closed

[Bug] RichEditToolbar custom options causes issue when navigating #66

jamesmcroft opened this issue May 3, 2022 · 0 comments · Fixed by #84
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jamesmcroft
Copy link
Member

Describe the bug

Replicated in the sample app.

When you navigate to a page using the RichEditToolbar with custom options, if you navigate away and back, the app crashes.

Appears to be an issue with the way the custom options are setup in XAML that causes them to be essentially re-added to the toolbar as it still thinks they are linked to an existing UI element.

What is the expected behavior?

The custom options should be removed and re-added as an when required based on the context of the app.

Package

UI.Controls.RichEditToolbar

Other information

No response

@jamesmcroft jamesmcroft added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels May 3, 2022
@jamesmcroft jamesmcroft self-assigned this May 28, 2022
tom-made added a commit that referenced this issue May 28, 2022
…ptionfix

#66 - Added change to ensure that custom options for RichEditToolbar are cleared properly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
1 participant