Closed
Bug 502637
Opened 16 years ago
Closed 16 years ago
Ebay listings do not always fit browser window
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: n1ck.h0w1tt+bugzilla, Unassigned)
References
()
Details
(Keywords: regression)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
There are a number of Ebay listings where text in the seller's payment instructions fails to wrap forcing a very wide display. Examples are http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=190317958646&viewitem=&sspagename=STRK%3AMEWAX%3AIT&salenotsupported and http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300327236427&viewitem=&_trkparms=algo%3DLVI%26its%3DI%26otn%3D2&category=16012&salenotsupported.
It has been reported and confirmed in this Mozillazine thread: http://forums.mozillazine.org/viewtopic.php?f=9&t=1336295
Reproducible: Always
Steps to Reproduce:
1.Open either link above
2.
3.
Actual Results:
Text does not wrap in Seller's Payment Instructions, forcing the horizontal scrollbar to appear as the window goes very wide.
Expected Results:
Text should wrap; the page should fit within the width of the browser window.
Comment 1•16 years ago
|
||
Confirmed in Fx 3.5. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 - Build ID: 20090624025744
Problem does not occur in Fx 3.0.11. Is this a regression?
Comment 2•16 years ago
|
||
Possible duplicate of Bug 495538 only your pages are wider. It is a regression from 2.0 in any case, so not sure if this is really a Tech Evang issue.
Comment 3•16 years ago
|
||
No, both bugs didn't regress on the same day. Regression range of this bug is:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1949346e6006&tochange=6e39da3e3e20
Component: General → Layout
Keywords: regression
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.9.1 Branch
Comment 4•16 years ago
|
||
I found the regression range by testing the second URL: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300327236427&viewitem=&_trkparms=algo%3DLVI%26its%3DI%26otn%3D2&category=16012&salenotsupported
Comment 5•16 years ago
|
||
So, the question is, TE or not? Confirming on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•16 years ago
|
||
A testcase will probably show this. Status = UNCO until there is more info about the cause of the problem.
Status: NEW → UNCONFIRMED
Keywords: testcase-wanted
Comment 7•16 years ago
|
||
I originally reported this via Mozillazine, and the problem continues. Since then, I have found yet another (more major) bug in Firefox 3.5 (Bug #503010), and will go back to 3.0.11 until 3.5 is ready for public use (I feel it was released prematurely).
Comment 8•16 years ago
|
||
The eBay payment info text seems to be contained within this element:
<pre class="standard1 cviWsSwitch" style=" word-wrap:break-word;margin-bottom:0px;">
and contains text with no built-in hard line breaks. The normal default behavior of the <pre> element is to present text "as is" without adding breaks. word-wrap:break-word is a CSS3 addition, not necessarily supported by all browsers, though some Firefox versions supposedly do support it. It's a bad idea for a site developer to depend on it. Nevertheless, I don't know why FF3.5 regressed on it.
Firefox 3.5 is the first Firefox release to support 'word-wrap' (bug 99457).
Ever confirmed: false
Comment 10•16 years ago
|
||
Caused by use of -moz-pre-wrap (which was not obvious because it is being applied with the cviWsSwitch class). To support all versions of Firefox, they should be using "white-space: -moz-pre-wrap; white-space: pre-wrap;".
Assignee: nobody → english-us
Component: Layout → English US
Product: Core → Tech Evangelism
QA Contact: layout → english-us
Version: 1.9.1 Branch → unspecified
Comment 11•16 years ago
|
||
Is this still an issue? If so, it should be confirmed and someone should be talking with eBay about it.
Comment 12•16 years ago
|
||
As far as I can see they no longer use -moz-pre-wrap anywhere. Resolving WORKSFORME.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Keywords: testcase-wanted
Resolution: --- → WORKSFORME
Comment 13•16 years ago
|
||
That would be FIXED, then.
OS: Windows XP → All
Hardware: x86 → All
Resolution: WORKSFORME → FIXED
| Reporter | ||
Comment 14•16 years ago
|
||
I have not noticed it in a long while, so I am happy for the bug to be closed.
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•