Skip to content

About Block content overflowing on changing language #2700

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

Closed
Tracked by #2701
Swarnendu0123 opened this issue Dec 8, 2023 · 5 comments
Closed
Tracked by #2701

About Block content overflowing on changing language #2700

Swarnendu0123 opened this issue Dec 8, 2023 · 5 comments
Labels
Area:CSS For styling or layout issues handled with CSS/SASS Bug Error or unexpected behaviors

Comments

@Swarnendu0123
Copy link
Contributor

p5.js version

v1.9.0

What is your operating system?

Windows

Web browser and version

No response

Actual Behavior

Screenshot (40)

Expected Behavior

Screenshot (38)

Steps to reproduce

Steps:

  1. Open p5.js Web Editor 2.
  2. Change the language to Italiano
  3. Toggle the About Block
@Swarnendu0123 Swarnendu0123 added the Bug Error or unexpected behaviors label Dec 8, 2023
@aryanas159
Copy link
Contributor

Can I work on this issue?

@Afrin127329
Copy link

It's overflowing for Spanish, Turkish and Ukranian languages also

@lindapaiste
Copy link
Collaborator

Thanks for catching this. The language-dependent part here is the width of the text in the columns and this wrapping happens for Italian etc. even on very wide screens 😭. What we want is for the long text "Codice di comportamento" to wrap within the column rather than causing the whole column to wrap.

Not much thought was put into the responsive breakpoints for the About modal and it's become clear that there's a lot of problems with it. All I did was put in a flex-wrap: wrap to make it somewhat okay. In the long term we probably want to go back to the drawing board and really think about what it should look like at each breakpoint. It's not a good design when it's at that two-column wide stage.

We should definitely fix this but it's related to a bunch of other issues regarding this modal and it might make sense to address them all at once with a better responsive design.

@lindapaiste lindapaiste added the Area:CSS For styling or layout issues handled with CSS/SASS label Dec 8, 2023
@KrishavRajSingh
Copy link

I want to work on this

@hemanggs
Copy link

Can i be assigned this issue ,if anyone else is not working on it.

@raclim raclim added this to the MINOR Release for 2.11.0 milestone Dec 27, 2023
@raclim raclim removed this from the MINOR Release for 2.12.0 milestone Mar 8, 2024
@raclim raclim closed this as not planned Won't fix, can't repro, duplicate, stale Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:CSS For styling or layout issues handled with CSS/SASS Bug Error or unexpected behaviors
Projects
None yet
7 participants