MicrosoftEdge / WebView2Browser

A web browser built with the Microsoft Edge WebView2 control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Policy "NewTabPageManagedQuickLinks" error when more that 3 entries

mx4k opened this issue · comments

commented

When you add a JSON with more than 3 links, the policy doesn't work anymore.
Edge shows an error with "value out of range".

Runtime: 96.0.1054.62
OS: Windows 10 19044.1415

Repro Steps
Set this as setting for the policy:

[ { "pinned": true, "title": "1", "url": "http://google.com" }, { "pinned": true, "title": "2", "url": "http://google.com" }, { "pinned": true, "title": "3", "url": "http://google.com" }, { "pinned": true, "title": "4", "url": "http://google.com" } ]

This is still and issue - can confirm Edge only accepts 3 links.

Tested on Version 108.0.1462.54 (Official build) (64-bit)

commented

I don't know if the description was always like this but now it says that this is how it is expected to work.

https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#newtabpagemanagedquicklinks

grafik

As noted, this is By Design.

This GitHub repo is also specifically for the WebView2 control Browser sample app. In the future for Microsoft Edge browser issues, please use the "Send Feedback" tool (alt+shift+i). Thanks!