Closed
Bug 281529
Opened 20 years ago
Closed 16 years ago
sigmaaldrich.com - main page content trembles when moving the cursor on the left side pop up menu selections
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chriskarsp, Unassigned)
References
()
Details
(Keywords: testcase, Whiteboard: [havefix])
Attachments
(1 file)
|
570 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 In page http://www.sigmaaldrich.com/Area_of_Interest/Europe_Home/UK.html when you move the cursor on the left side menu, to select an option, the main page content (text, pictures, java ect.) on the right side, trembles (oscillates for an instant). Using other web browsers the page content remains still. Reproducible: Always Steps to Reproduce: 1.Move the cursor on a button on the left side menu 2.Then move the cursor on the next or previous button of the same menu 3. Actual Results: The web page content oscillates instanteneously Expected Results: It should activate the pop up menu selections without effecting the remainder of the web page
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b) Gecko/20050129
Seems to be caused by CSS. I disabled JS and Java, and saw the menu getting
wider on hovering. CSS is included in the source, maybe it is these lines:
a.leftnav{color: black; text-decoration: none; FONT-SIZE: 8pt; display: block;
padding:3px 0px 3px 6px; width: 144px; }
a.leftnav:link,a.leftnav:visited,a.leftnav:active {color: black;
text-decoration: none;
display: block; padding:3px 0px 3px 6px; width: 144px; }
a.leftnav:hover {color: black; background-color: #C0C0C0; text-decoration: none;
width: 150px; }
a.leftnavb{color: black; text-decoration: none; FONT-SIZE: 8pt; display: block;
padding:0px 0px 0px 0px; width: 150px; }Component: ViewSource → General
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
The problem is that the :hover rule does not account for the 6px left padding. This makes the link be 156px wide and thus wider than the min width (150) for the cell which in turn changes the ratio between the two cells when it comes to distributing the (overconstrained) table width. I think the rendering is correct given the markup/style. The author probably meant to have a 'padding-left:0' in the :hover rule. -> TE
Assignee: mrbkap → english-other
Severity: trivial → normal
Status: UNCONFIRMED → NEW
Component: General → English Other
Ever confirmed: true
Keywords: testcase
OS: Windows XP → All
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: doronr → english-other
Hardware: PC → All
Summary: main page content trembles when moving the cursor on the left side pop up menu selections → sigmaaldrich.com - main page content trembles when moving the cursor on the left side pop up menu selections
Whiteboard: [havefix]
Comment 4•16 years ago
|
||
seems to be fixed
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
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
•