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

Bug: Displayed content is not handled properly. #29168

Open
ashishsingh752 opened this issue May 19, 2024 · 3 comments
Open

Bug: Displayed content is not handled properly. #29168

ashishsingh752 opened this issue May 19, 2024 · 3 comments
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug

Comments

@ashishsingh752
Copy link

At the "Adding Interactivity" section of the React documentation, under "State: a component’s memory," there are 12 content items to show. When clicking on "show details" for the first content item (1/12), the displayed content is not static, unlike the others.

React version:
v18.3.1

Steps To Reproduce

  1. Go to Home page of the react https://react.dev/
  2. Click on Learn React
  3. Navigate to "Adding Interactivity"
  4. Scroll to "State: a component’s memory"
  5. Click on "show details" for the first content item (1/12)

Link to code example:

bug.mp4

The current behavior

  • Browser: Chrome
  • Operating System: Windows 11
  • Device: HP Pavilion Laptop
  • Screen Resolution: 100%

The expected behavior

The displayed content should remain static, consistent with the behavior of the other content items.

Additional Notes

This issue was observed on Chrome Browser in Windows 11 on an HP Pavilion Laptop with a screen resolution set to 100%.

@ashishsingh752 ashishsingh752 added the Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug label May 19, 2024
@tjuandev
Copy link

Tested here and saw that the screen size that this bug appear is about 1940px:

Screen.Recording.2024-05-19.at.23.05.42.mov

@tjuandev
Copy link

tjuandev commented May 20, 2024

OH i found the possible reason, look at this:

Screen.Recording.2024-05-19.at.23.20.46-1-1.mov

@ashishsingh752
Copy link
Author

Yes,
As I mentioned It happen in my laptop when I open it at screen set to 100%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug
Projects
None yet
Development

No branches or pull requests

2 participants