Platforms
Apps
Bug Description
README hyperlinks in WPF Viewer are clickable but don't navigate
In src/WPF/WPF.Viewer/Description.xaml.cs:54, AllowNavigation is set to false on the WebBrowser control. This blocks legitimate hyperlinks in sample READMEs (e.g., portal item links in "About the data" sections) from opening.
Steps to Reproduce
- Run the WPF Viewer app.
- Open any sample that has a hyperlink in its README (e.g., Add 3d tiles layer. The "About the data" section links to an OGC 3D Tiles specification).
- Click the Description tab to view the rendered README.
- Click the hyperlink.
Nothing happens. The link does not open in a browser.
Impacted Samples
No response
Log Output
No error is logged. The navigation is silently blocked
Platforms
Apps
Bug Description
README hyperlinks in WPF Viewer are clickable but don't navigate
In
src/WPF/WPF.Viewer/Description.xaml.cs:54,AllowNavigationis set tofalseon the WebBrowser control. This blocks legitimate hyperlinks in sample READMEs (e.g., portal item links in "About the data" sections) from opening.Steps to Reproduce
Nothing happens. The link does not open in a browser.
Impacted Samples
No response
Log Output
No error is logged. The navigation is silently blocked