Closed
Bug 271167
Opened 20 years ago
Closed 10 years ago
wyomingtourism.org - overlapping text on zoom
Categories
(Web Compatibility :: Site Reports, defect)
Web Compatibility
Site Reports
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mrmazda, Unassigned)
References
()
Details
(Whiteboard: [country-us] )
Attachments
(1 file)
|
1.02 MB,
image/png
|
Details |
body {font-size:10px;} makes page unreadable, but when you zoom as little as 20%
trying to make it readable, text overlaps, and gets worse as zoom is increased.
No doctype. No charset. Does not validate on the fallback.
http://www.wyomingtourism.org/styles/default.css
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•11 years ago
|
||
IIRC, when this was filed almost a decade ago, there was no such thing as page zoom. Selecting text-only zoom, pages on the site with more than nominal text still produce overlapping in various places.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 3•11 years ago
|
||
It may or may not be better than it was, but it's certainly not entirely fixed. Its 100k+ stylesheet http://www.wyomingtourism.org/CSS/styles.css?r=20130628.1 contains 75 lines containing the string line-height. All that I examined were either px or em, both of which are known to be prone to causing overlap when minimum font size or text-only zoom is applied. As shown in the screenshot, .section-nav li a is constrained to a height of 30px, into which the two lines of 18.6px text in the image cannot fit without overlapping. Its ancestor .section-nav li has a font-size of 26.6px with a line-height of only 24.1px. So, the problem here, as is often the case, is inept styling that causes text obviously intended to fit on one line to require two lines. The root cause, as too often happens, is use of px to size containers into which text sized in px is supposed to fit.
Comment 4•11 years ago
|
||
Felix, It's partly because of these issues on most Web sites of size set in pixels that "page zoom" (as opposed to "text-only zoom") was created. We could embark on a journey to try to get all these fixed. :) It would create a lot of work for a few hundred of thousands of people. ;) You are welcome to try to contact the site if you think it's worth your time. I checked the Web site across a couple of browsers, and we get the same behavior, so I'm not sure we should spend more time. I encourage we close the bug as WONTFIX.
Updated•11 years ago
|
Assignee: english-us → nobody
Component: English US → Desktop
Whiteboard: [country-us]
Comment 5•10 years ago
|
||
I agree with Karl. We've made technical changes in core and rendering to work around this issue - so at this point it's not really much of an issue anymore. We shouldn't fight yesterday's battles when there's so much more to do.
Status: REOPENED → RESOLVED
Closed: 11 years ago → 10 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
You need to log in
before you can comment on or make changes to this bug.
Description
•