[wp-meta] [Making WordPress.org] #6179: In responsive content overflow on the page :- https://wordpress.org/themes/responsive/
Making WordPress.org
noreply at wordpress.org
Mon Dec 11 22:00:15 UTC 2023
#6179: In responsive content overflow on the page :-
https://wordpress.org/themes/responsive/
------------------------------+---------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: lowest | Milestone:
Component: Theme Directory | Resolution:
Keywords: needs-patch |
------------------------------+---------------------
Changes (by coffee2code):
* priority: normal => lowest
* component: Theme Review => Theme Directory
Comment:
Thanks for the report! I believe this only happens when the page is
resized after loading. The JavaScript that outputs the chart does so in a
way that fits the available space for the chart ''when the page is
loaded''.
If the initial pageload was narrow and then the page is resized after the
fact to be wider, the chart will remain narrow. However, if the initial
pageload was wide (which appears to be the reported scenario), the chart
will initially be output wide/full-width. If the viewport is then resized
to be narrower, the chart will overflow.
The code responsible for the chart is embedded from Google Charts and is
not in our direct control. However, we can make the container for the
chart scroll horizontally when it would overflow the container when
resized.
Note that the original dimensions of the chart will remain unchanged, so
resizing the page won't cause the chart to automatically expand or shrink
to fit the new available width. This is known, accepted, and unlikely to
be addressed.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6179#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list