support.microsoft.com - style isn't applied to parts of the pages

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
eMTee
New to the forum
New to the forum
Posts: 2
Joined: 2023-02-19, 07:45

support.microsoft.com - style isn't applied to parts of the pages

Unread post by eMTee » 2023-02-19, 07:54

Happens since 32.0.0. on Win7 x64.

Code: Select all

Error: [Exception... "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]"  nsresult: "0x80004002 (NS_NOINTERFACE)"  location: "JS frame :: chrome://browser/content/browser.js :: onStateChange :: line 11146"  data: no]

User avatar
eMTee
New to the forum
New to the forum
Posts: 2
Joined: 2023-02-19, 07:45

Re: support.microsoft.com - style isn't applied to parts of the pages

Unread post by eMTee » 2023-03-10, 15:27

Comment / confirm / worksforme, anyone?
It's a bit hard to browse MS KB articles without styles applied e.g. https://support.microsoft.com/en-au/top ... 3f22737f26

User avatar
gepus
Keeps coming back
Keeps coming back
Posts: 938
Joined: 2017-12-14, 12:59

Re: support.microsoft.com - style isn't applied to parts of the pages

Unread post by gepus » 2023-03-10, 18:19

Confirmed.
For browsing articles disable JavaScript as a workaround.

kreemoweet
Newbie
Newbie
Posts: 6
Joined: 2017-09-06, 19:19

Re: support.microsoft.com - style isn't applied to parts of the pages

Unread post by kreemoweet » 2023-03-11, 04:09

FYI I get the same no-style results in PM 32.0.1 and Firefox 78.14.0 ESR, both 64-bit on Windows 10.
I get a normal page in Firefox 78.14.0 64-bit ESR on linux MX-19.
There's a few other pages I've run into in the last week or so that show the same pattern, I figure it's something I have in common to both
Pale Moon and Firefox, but I've not been able to find it yet. Possibly uBlock filters, user.js entries. It's NOT userContent.css.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 575
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: support.microsoft.com - style isn't applied to parts of the pages

Unread post by FranklinDM » 2023-03-11, 05:21

What's happening here is style isn't being loaded due to their use of rel="preload", which we don't support yet. See also viewtopic.php?f=70&t=26061&p=207349#p207323

Locked