Skip to content

Fix failure in DrtFixedEdit #1141

Closed
Closed
@ojhad

Description

@ojhad

DrtFixedEdit is failing because we are currently trying to read the scheme of a relative uri here:

(inputUri.Scheme == PackUriHelper.UriSchemePack && !String.IsNullOrEmpty(inputUri.Fragment)))

This failure was introduced due to changes that were made to the above if statement here:
https://github.com/dotnet/wpf/pull/969/files#diff-d6cd62f214719773a7a26ab93a0235b8

The failure was introduced by removing the CanNavigateToUri method, which was blocking the execution of the following inputUri.Scheme statement for relative URIs.

Metadata

Metadata

Assignees

Labels

BugProduct bug (most likely)regressionstatus: This issue is a regression from a previous build or release

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions