yari icon indicating copy to clipboard operation
yari copied to clipboard

Having Overflow and visibility issue on MDN Playground

Open caugner opened this issue 1 year ago • 7 comments

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

caugner avatar Oct 21 '24 08:10 caugner

@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!

argl avatar Oct 21 '24 08:10 argl

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

Regards

afajansari avatar Oct 21 '24 08:10 afajansari

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 avatar Oct 22 '24 04:10 afajansari

image image

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

afajansari avatar Oct 22 '24 11:10 afajansari

@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

https://github.com/user-attachments/assets/600ac087-c43a-4879-9b92-a4d6c70dcc74

mirunacurtean avatar Oct 22 '24 14:10 mirunacurtean

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.

argl avatar Oct 23 '24 15:10 argl

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.

caugner avatar Oct 25 '24 08:10 caugner