mdn / content

The content behind MDN Web Docs
https://developer.mozilla.org
Other
9.19k stars 22.47k forks source link

Issue with "Floats": (short summary here please) #9415

Closed Pacoromo closed 3 years ago

Pacoromo commented 3 years ago

MDN URL: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Floats

What information was incorrect, unhelpful, or incomplete?

Specific section or headline?

The code snippets are giving me this error quite often. I tried reload, reset, but no luck. 2021-10-01

What did you expect to see?

Did you test this? If so, how?

MDN Content page report details * Folder: `en-us/learn/css/css_layout/floats` * MDN URL: https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Floats * GitHub URL: https://github.com/mdn/content/blob/main/files/en-us/learn/css/css_layout/floats/index.html * Last commit: https://github.com/mdn/content/commit/b7c594e7a8e5eb31a70bcf3e07d931e4603d201b * Document last modified: 2021-09-03T05:34:55.000Z
wbamberg commented 3 years ago

quite often

When you say this, do you mean it's intermittent, or do you see it all the time? I can't reproduce it right now. @escattone , do you have any idea why people might be seeing this error?

Pacoromo commented 3 years ago

It started this morning. I tried in my Mac using Safari and it was ok. It only shows this warning in Firefox in a PC.

Francisco J. Romo

On Oct 1, 2021, at 1:28 PM, wbamberg @.***> wrote:

 quite often

When you say this, do you mean it's intermittent, or do you see it all the time? I can't reproduce it right now. @escattone , do you have any idea why people might be seeing this error?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

escattone commented 3 years ago

@Pacoromo @wbamberg I can't reproduce it either. I suspect what's happening is that the request for the live-sample page /en-US/docs/Learn/CSS/CSS_layout/Floats/_sample_.display_flow-root.html is using a cached value from the browser that has the X-Frame-Options header as DENY, but of course that's just a guess. We had an issue in the past where that header was erroneously added. I would try clearing all cached content in your Firefox browser, and then reloading the page.

himanshugarg commented 3 years ago

At least one other user has reported a similar issue recently - https://github.com/mdn/content/issues/9323 and I hope there are not many others. Is there a way we can confirm from the server logs?

wbamberg commented 3 years ago

@himanshugarg : I closed the other issue as the reporter says it's no longer reproducible. For your question, if I understand Ryan's response, server logs wouldn't help because it's a client-side problem. @Pacoromo , did clearing your cache help?

himanshugarg commented 3 years ago

@wbamberg : yes the other issue should have been closed because it was an isolated one (then). But given this issue and MDN scale I thought there might be others seeing this. As server logs won't help perhaps I could ask for the client details to see if there is a pattern.

Pacoromo commented 3 years ago

Sorry for the late reply...  I haven't seen the problem for the last coupe of days. I haven't cleared cache.I'll let you know if the problem comes back. On Oct. 4, 2021, at 8:43 p.m., wbamberg @.> @. : I closed the other issue as the reporter says it's no longer reproducible. For your question, if I understand Ryan's response, server logs wouldn't help because it's a client-side problem. @Pacoromo , did clearing your cache help?—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.

wbamberg commented 3 years ago

Thanks! I'll close this but please let us know if it comes back.