This is an odd one and actually stumped me for a bit, in order to solve I used f12 developer tools to uncheck specific css attributes and tested the print function again. It ended up being a font-family attribute in the all css style.
Once removed the page printed all of the content on all browsers once again. I also tried adding a second font but that also did not solve the problem. It seems that the font was not being imported correctly or was corrupt. Replacing the font using the @media print solves the issue.
For example:
Edge Chromium has network-service-in-process enabled by default which can cause erratic behavior and disabling it can solve this issue.
In edge browser go to edge://flags/#network-service-in-process and disable it.
Then restart edge chromium.
Done.
Edge Chromium which is basically a "reskinned Chrome" with some minor changes you can use many of the same tools that you can for Chrome. In order to see Resource usage on Chrome or Edge Chromium you can use the Shift+esc combination to open the "Browser Task Manager".
At this point you can close any tabs that you don't need that are over using resources.
This is a simple registry edit,
Method 1:
- Open Registry Editor using the search tool on your task bar.
- Navigate to
- Edit or create the DWORD "JumpListItems_Maximum" and give it a Decimal value of what ever you want the new max jumplist to be, for example "20".
- Now close regedit and restart explorer to enable the change. You can restart explorer by opening task manager and right clicking on it then click restart.
That's it, your done!
If you're a designer/developer and used the Edge F12 developer tools the new Edge Chromium was a major downgrade in this regard. So you may want to reinstall Edge just for this purpose.
If you have already installed Edge Chromium or it was installed in a recent update you can follow these steps to bring back the classic Edge and/or run both browsers at the same time.
First, download the Edge Chromium installer and Policy Files from here:
https://www.microsoft.com/en-us/edge/business/download
Now extract the Policy files any copy msedge.admx and msedgeupdate.admx from the extracted folder.
copy these to the C:\Windows\PolicyDefinitions folder on your computer.
Once you have done that then open group policy editor,
once open, under Computer Configuration go to Administrative Templates, Microsoft Edge Update, Applications then open "Allow Microsoft Edge Side by Side browser experience" and set to enabled.
now uninstall Edge Chromium.
Once its uninstalled open search and type "Edge" and the old edge icon should show up, pin this to your task bar because you will not be able to after Chromium is reinstalled.
Now if you want Chromium installed as well, install the .msi package from the step above that you downloaded from Microsoft downloads.
Now you should be able to run both browsers together.