Closed
Bug 399334
Opened 18 years ago
Closed 18 years ago
www.post-gazette.com has scrambled text
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 390411
People
(Reporter: murph.0912, Unassigned)
References
()
Details
(Keywords: qawanted, regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.7
http://www.post-gazette.com/ displays scrambled text (text over text).
Reproducible: Always
Steps to Reproduce:
1. Using a new profile, navigate to http://www.post-gazette.com/ .
2.
3.
Actual Results:
Scrambled text (text over text) appears See image:
http://img204.imageshack.us/img204/1718/pgcomnm1.jpg
Expected Results:
Page (text not scrambled) should display as in Firefox 2 and IE6.
| Reporter | ||
Comment 1•18 years ago
|
||
(In reply to comment #0)
My bad: The build ID is Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a9pre) Gecko/2007101005 Minefield/3.0a9pre ID:2007101005
I changed the build ID in case that was causing the bug.
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3)
> Gecko/20070309 Firefox/2.0.0.7
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3)
> Gecko/20070309 Firefox/2.0.0.7
>
> http://www.post-gazette.com/ displays scrambled text (text over text).
>
> Reproducible: Always
>
> Steps to Reproduce:
> 1. Using a new profile, navigate to http://www.post-gazette.com/ .
> 2.
> 3.
> Actual Results:
> Scrambled text (text over text) appears See image:
> http://img204.imageshack.us/img204/1718/pgcomnm1.jpg
>
> Expected Results:
> Page (text not scrambled) should display as in Firefox 2 and IE6.
>
Comment 2•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a9pre) Gecko/2007101005 Minefield/3.0a9pre ID:2007101005
I see this too. It works when I did a quick test with pre/post reflow branch builds, so it's a regression.
| Reporter | ||
Comment 3•18 years ago
|
||
So far, I am back to 20070913 nightly and am still seeing the problem.
| Reporter | ||
Comment 4•18 years ago
|
||
chob has gone back to Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a3pre) Gecko/20070220 Minefield/3.0a3pre and still sees the problem.
http://forums.mozillazine.org/viewtopic.php?p=3092144#3092144
Comment 5•18 years ago
|
||
works: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a2pre) Gecko/2007020104 Minefield/3.0a2pre
broken: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a2pre) Gecko/2007020204 Minefield/3.0a2pre
Checkins to module PhoenixTinderbox between 2007-02-01 03:00 and 2007-02-02 05:00 :
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-02-01+03&maxdate=2007-02-02+05&cvsroot=%2Fcvsroot
Updated•18 years ago
|
Component: General → Layout: Floats
Product: Firefox → Core
QA Contact: general → layout.floats
Updated•18 years ago
|
Flags: blocking1.9?
OS: Windows 2000 → All
Hardware: PC → All
Summary: [Core: Layout] www.post-gazette.com/ has scrambled text. → www.post-gazette.com has scrambled text
Comment 6•18 years ago
|
||
I moved this to "Layout: Floats" because that page seems to make heavy use of floats, yet the correct component could be something else, maybe "Layout: Block and Inline" or "Layout: Images".
(In reply to comment #5)
> Checkins to module PhoenixTinderbox between 2007-02-01 03:00 and 2007-02-02
> 05:00 :
> http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-02-01+03&maxdate=2007-02-02+05&cvsroot=%2Fcvsroot
The only check-in to layout/ seems to be from bug 368622, but I don't see any use of ::before / ::after or display:inline-block in the test page's stylesheet.
Comment 7•18 years ago
|
||
I rather think it is some kind of Javascript issue.
In the middle of the page, you have that 'tab-like' box (with text: Multimedia//Arts & Living/....)
below are some boxes that are shown/hidden using js. That fails in Gecko trunk for some reason. The boxes that should be hidden are always visible.
(if I disable Javascript in a WebKit build, I get the same results).
Comment 8•18 years ago
|
||
(hit submit too quickly)
In the error console:
Error: unSections.each is not a function
Source File: http://www.post-gazette.com/includes/2007design/js/FeatureTab.js
Line: 2
(and that is the script that, I think, handles those tabs I was talking about in my previous comment)
Comment 9•18 years ago
|
||
You're right, the script fails near getElementsByClassName calls, which suits Steve's regression range (i.e. bug 357450). However, Prototype seems to overwrite the native getElementsByClassName function, so I'm not sure what the difference is.
Prototype's getElementsByClassName seems to return a plain, unwrapped array ... I would expect .each() or .size() to fail with any browser.
Comment 10•18 years ago
|
||
Dupe of bug 390411?
Comment 11•18 years ago
|
||
Yeah, looks like. That would explain the "... is not a function" error. Apparently Prototype adds said methods to Array.prototype, but the native getElementsByClassName returns a NodeList.
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 13•18 years ago
|
||
Uh.... since we don't plan to fix bug 390411, wouldn't it make more sense to evangelize the site (and prototype?) to get the issue fixed?
Comment 14•18 years ago
|
||
Evangelizing Prototype didn't seem to do much good.
http://groups.google.com/group/rubyonrails-spinoffs/browse_thread/thread/18af6a117bbe4047/310b3cc2d7d546aa
| Reporter | ||
Comment 15•18 years ago
|
||
I wonder if this page:
http://www.download.com/?tag=hdrgif
has the same issue as with the post-gazette.com page?
| Reporter | ||
Comment 16•18 years ago
|
||
(In reply to comment #15)
> I wonder if this page:
> http://www.download.com/?tag=hdrgif
> has the same issue as with the post-gazette.com page?
>
I did some follow-up work. If I set the user agent to Firefox 2, clear my cache and then reload the page, it appears the page renders correctly.
| Reporter | ||
Comment 17•18 years ago
|
||
(In reply to comment #16)
> (In reply to comment #15)
> > I wonder if this page:
> > http://www.download.com/?tag=hdrgif
> > has the same issue as with the post-gazette.com page?
> >
>
> I did some follow-up work. If I set the user agent to Firefox 2, clear my cache
> and then reload the page, it appears the page renders correctly.
>
Came back that page again and the problem appears again. See picture:
http://img148.imageshack.us/img148/955/downloadcomno7.jpg
Comment 18•18 years ago
|
||
(In reply to comment #15)
> I wonder if this page:
> http://www.download.com/?tag=hdrgif
> has the same issue as with the post-gazette.com page?
That's bug 398797.
| Reporter | ||
Comment 19•18 years ago
|
||
Now I remember. Thanks.
Updated•18 years ago
|
Flags: blocking1.9?
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•