Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having Overflow and visibility issue on MDN Playground #11990

Closed
caugner opened this issue Oct 21, 2024 · 7 comments · Fixed by #12137
Closed

Having Overflow and visibility issue on MDN Playground #11990

caugner opened this issue Oct 21, 2024 · 7 comments · Fixed by #12137
Labels
frontend general frontend issues need more info Further information is requested plus:playground

Comments

@caugner
Copy link
Contributor

caugner commented Oct 21, 2024

Discussed in https://github.com/mdn/yari/discussions/11989

Originally posted by afajansari October 21, 2024
image
image

Hi Community Members,

I started using MDN Playground since start of this year. Most of the time for learning new things on the web technologies .
From some day earlier I suddenly facing issue to MDN Playground overflowing editor box and editor content visibilty.

Can anyone help me on this. is someone facing same. Or is it due to some extensions in chrome?

Regards,
Mohammad Afaj Ansari

@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Oct 21, 2024
@argl
Copy link
Contributor

argl commented Oct 21, 2024

@afajansari I just checked in Chrome 125, but I cannot reproduce the issue.

  • Can you share a playground where this probem shows?
  • Can you please give some more information about your environment (OS, browser version)
  • Can you check with extensions off or in a new private browser window?

Thank you!

@afajansari
Copy link

afajansari commented Oct 21, 2024

@argl I disable all the extensions, still getting same issue also hard refresh even in incognito
image
image
image
image

Regards

@argl argl added frontend general frontend issues need more info Further information is requested plus:playground and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Oct 21, 2024
@afajansari
Copy link

afajansari commented Oct 22, 2024

As I debug getting height issue due to calculation var values in .editor class is taking 100% height as equal to summary tag of .editor-container class has display flex.
.editor class is not flex-grow to not taking 100% of it's parent.

May be issue with current browser version.

@afajansari
Copy link

image
image

Getting same issue in freshly installed chrome canary.
What I thought it is browser specific.

@mirunacurtean
Copy link

@argl I managed to reproduce using a similar code example in Chrome Dev (v 132). It does not occur on Chrome beta (v 130).
It happens with other examples as well, but I used this one since it was longer and it was easier to notice the footer overlap.

Code example.txt

Playground.overflow.in.Chrome.DEV.mov

@argl
Copy link
Contributor

argl commented Oct 23, 2024

This seem sto be a chrome canary / dev problem, i.e. a beta version of chrome. We did not reproduce it on official released versions. So I suggest to wait a bit, most probably this will solve itself.

@caugner
Copy link
Contributor Author

caugner commented Oct 25, 2024

This seems to be a chrome canary / dev problem, i.e. a beta version of chrome

To avoid confusion: This affects Chrome Dev, the preview version of Chrome, not the beta version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend general frontend issues need more info Further information is requested plus:playground
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants