Closed
Bug 274918
Opened 20 years ago
Closed 20 years ago
Overlapping text
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: laulopf, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Error content display in Firfox and no error on IE browser Reproducible: Always Steps to Reproduce: 1. just type in http://www.yesky.com/news_hard/361696444584820736/20041214/1888131.shtml 2. 3. Actual Results: Error content display max in Firfox Expected Results: Content display correctly in Firfox
Comment 1•20 years ago
|
||
Sea Dragon, in future bug reports please be more specific in the bug report summary. This will help in getting the bug triaged and fixed. Pleas reas the Bug Writing Guidelines at http://www.mozilla.org/quality/bug-writing-guidelines.html for more. Changing summary from "Error Content display" to "Overlapping text". Over to Layout.
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Core
QA Contact: firefox.general → core.layout
Summary: Error Content display → Overlapping text
Version: unspecified → Trunk
Comment 2•20 years ago
|
||
<html xmlns="http://www.w3.org/TR/xhtml1/strict"><head> <META http-equiv="Content-Type" content="text/html; charset=GB2312"> ... <meta content="MSHTML 5.00.2919.6307" name="GENERATOR"> Page Info tells site is rendered in Quirks mode. JS Console shows tons of identical warnings, multiple per line, different lines. Warning: Element referenced by ID/NAME in the global scope. Use W3C standard document.getElementById() instead. Source File: http://www.yesky.com/news_hard/361696444584820736/20041214/1888131.shtml Line: 198 JS on the make make my old PC veeerryyy sloooow, though no plugins are active, as I don´t have flash installed in this mozilla. No extensions used. Celeron 333, Win98, 96 MB RAM, no disk swapping heard, action seems to be in RAM only. Mozilla wasn´t hanging, only very very slow. Took long time to open Edit->Preferences->Advanced->scripts&Plugins to disable JS. After disabling JS, Mozilla had normal speed, instantly reacting on keypress or mouseclick. Validator couldn´t process the file: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yesky.com%2Fnews_hard%2F361696444584820736%2F20041214%2F1888131.shtml Message from validator: Sorry, I am unable to validate this document because on line 237 it contained one or more bytes that I cannot interpret as gb2312 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication. I can´t check, as I don´t have GB2312 installed, and therefore see questionsmarks for every valid GB2312 encoded char, as for invalid chars.
Comment 3•20 years ago
|
||
I don't see any overlapping text on that page. Where is the overlap, exactly?
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > I don't see any overlapping text on that page. Where is the overlap, exactly? Still seen overlapping text on that page. I use WINXP sp2 Trad. Professional with Firefox 1.0. What Language OS/Browser version you are using?
Comment 5•20 years ago
|
||
Linux, 1.8a6. Firefox 1.0 is using a 9-month-old layout engine, so if you could test with a recent trunk build, that would be much appreciated.
| Reporter | ||
Comment 6•20 years ago
|
||
No overlapping text as follow Environment : - use WINXP sp2 Trad. Professional with Mozilla 1.8a6 - use Novell SUSE 9.1 Eng. Professional with Mozilla 1.8a6 But the content in "display box" is missing (that cause no overlap) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Have overlapping text as follow Environment : - use WINXP sp2 Trad. Professional with Firefox 1.0 - use Novell SUSE 9.1 Eng. Professional with Firefox 1.0 Found content in "display box" (that cause overlap) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comment 7•20 years ago
|
||
Ah, I see. The site uses overflow-x and overflow-y, which are not implemented in Firefox 1.0 and have been on trunk since the checkin for bug 72747 in September. The lack of content is due to the site using a width of 0 on the item that has overflow-x and overflow-y set. Per spec, the visible value is turned into "auto" in this case, so we'd show scrollbars, but there is nowhere to put them.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•