Closed Bug 558655 Opened 14 years ago Closed 13 years ago

troweprice.com - Text is on top of text and no vertical scrollbar.

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: abnpam, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100411 SeaMonkey/2.1a1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100411 SeaMonkey/2.1a1pre

 works in seamonkey 2.0.5 but does not in 1.9.3a5pre. Tried in safe mode and still the same

Reproducible: Always

Steps to Reproduce:
1.go to url and look at the text.
2.
3.


Expected Results:  
text should not be on top of one another and a vertical scrollbar should be present
Bumping this to layout since this is most likely a core thing. I can see the same as the reporter in my SeaMonkey trunk build and with a one month old Minefield build (Intel Mac OS 10.5.8). It could be something wrong with the page - with Safari I can just see the first 2 paragraphs under "Historical Performance".
Component: General → Layout
Product: SeaMonkey → Core
QA Contact: general → layout
Version: unspecified → Trunk
 I might add that this page displays correctly with 2.0.6.
The site uses:

  table > tbody { height: 400px; overflow-y: auto }

But the CSS spec says, for the overflow properties:

  Applies to:
    non-replaced block-level elements, table cells, and inline-block elements 

We used to have a non-standard extension where we made overflow properties do something on table-row-group elements, but we removed it in bug 28800.  This site was relying on it, unfortunately.  They'll have to stop doing that.
Assignee: nobody → english-us
Status: UNCONFIRMED → NEW
Component: Layout → English US
Ever confirmed: true
Product: Core → Tech Evangelism
QA Contact: layout → english-us
Version: Trunk → unspecified
Blocks: 28800
Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Works for me
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Has the site stopped using the broken CSS mentioned in comment 3? If so, this should be marked FIXED.
> Has the site stopped using the broken CSS mentioned in comment 3?

I don't know and don't intend to invest time to check that. But it's most likely the case.
Assuming the file in question was

http://www3.troweprice.com/vc2/retailCommon/css/all-min.css

I can't find that selector anywhere in the file now, so I think it's safe to call this FIXED. Boris, if you meant a different filt in comment 3, please let me know.

JJ, if you aren't willing to put forth a modicum of time in resolving bugs properly, please don't resolve them in the first place.
OS: Windows XP → All
Hardware: x86 → All
Resolution: WORKSFORME → FIXED
Summary: Text is on top of text and no vertical scrollbar. → troweprice.com - Text is on top of text and no vertical scrollbar.
I have no idea which file was involved at the time; I just looked at the relevant table in DOM inspector and saw that rule applying to the table.
I updated to 2.5a1 and the page displays correctly. Havent checked the web page for a while but works great.
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.