Closed
Bug 699406
Opened 13 years ago
Closed 13 years ago
Amazon.com - Scrollbar doesn't appear & content is not wrapped by default in Aurora and Beta
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 526924
People
(Reporter: justinf.utest, Unassigned)
Details
(Whiteboard: [utest-fx8][utest-fx9])
Attachments
(1 file)
(deleted),
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.106 Safari/535.2
Steps to reproduce:
1. Go to the Amazon.com
2. Add an item to cart
3. Go to cart - proceed to checkout
4. Sign in Screen will be displayed - click on "Forgot your password? Click her" link.
5. In the resulting page click on "Conditions of Use" or "Privacy Notice" links
6. Verify the vertical scrollbar is displayed & content fits to page (wrapped) by default
Actual results:
Vertical Scrollbar doesn't appear & content is not wrapped by default in Aurora and Beta. Works fine in Nightly.
Exists in Beta (Y/N): Y
Exists in Aurora (Y/N): Y
Exists in Nightly (Y/N): N
Does it occur in safe mode? Yes
Does it occur with a clean profile? Yes
OS: Windows XP 32 bit
Expected results:
Vertical scrollbar should be displayed and content should wrap to fit to page by default.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Comment 2•13 years ago
|
||
Workaround; append the following to userChrome.css
#navigator-toolbox
{
overflow-x: hidden;
}
You need to log in
before you can comment on or make changes to this bug.
Description
•