You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I need to zoom the text to be able to read it. But sometimes this breaks text flow so I would need to use horizontal scrollbars. That's OK, I usually solve this using Opera's nice feature: "Fit to width", which somehow forces text to flow within the borders of window--even at cost of (hopefully minor) layout problems.
However, on perldoc.perl.org, turning on this feature when zoomed results in weird behavior. Not only that text is not wrapped correctly, but the main container (I guess the with id="centre_column") disappears when I scroll to the top of the page.
Steps
start Opera
go to perldoc.perl.org (any page)
zoom to 150%
turn on "Fit to width" feature
Result
text is not wrapped correctly
if you scroll to the top, main container (with text and navigator header) disappeard
Expected
text is wrapped correctly
all elements are displayed correctly (to some extent—layout does not have to be guarranteed with this feature)
Notes
I'm using Opera 11.61 on Windows 7 amd64.
The text was updated successfully, but these errors were encountered:
Description
Sometimes I need to zoom the text to be able to read it. But sometimes this breaks text flow so I would need to use horizontal scrollbars. That's OK, I usually solve this using Opera's nice feature: "Fit to width", which somehow forces text to flow within the borders of window--even at cost of (hopefully minor) layout problems.
However, on
perldoc.perl.org
, turning on this feature when zoomed results in weird behavior. Not only that text is not wrapped correctly, but the main container (I guess the withid="centre_column"
) disappears when I scroll to the top of the page.Steps
Result
Expected
Notes
The text was updated successfully, but these errors were encountered: