Closed
Bug 303685
Opened 19 years ago
Closed 19 years ago
bugzilla iframes background too wide, hides links.
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 102695
People
(Reporter: hhschwab, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(2 files)
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b4) Gecko/20050805 SeaMonkey/1.0a Mozilla/5.0 (Windows; U; Win98; de-DE; rv:1.7.10) Gecko/20050715 Firefox/1.0.6 Steps to repeat: (Javascript must be enabled) 1. load URL 2. scroll down that '03:44:00 ' kairo' is center of screen. 3. click on Kairo, an iframe pops up 4. Hover over L/Tp:931ms in the box to the right Observe that the cursor doesn`t change to a hand, that the link displayed in statusbar is that of Kairo, http://tinderbox.mozilla.org/registry/who.cgi?email=kairo%25kairo.at&d=MozillaTinderboxAll|HEAD|/cvsroot|1123325040|1123325045 not that of L: http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1123324500.17936.gz or that of Tp: http://build-graphs.mozilla.org/graph/query.cgi?testname=pageload&tbox=btek&autoscale=1&days=7&avg=1&showpoint=2005:08:06:03:52:24,931 I will attach a testcase modified to show the background of the popup.
| Reporter | ||
Comment 1•19 years ago
|
||
I've added 'background: white;' to the original CSS.
Scroll down, click on 'Kairo', watch background hiding links to the right.
#popup {
position: absolute;
margin: -5em 0 0 -5em;
background: white;
opacity: 0.9;
}
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 102695 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•19 years ago
|
||
Steps to repeat: 1. load testcase: https://bugzilla.mozilla.org/attachment.cgi?id=191806 2. scroll down 3. click on 'Kairo' in 2nd column ('Guilty') Action seen: 1. Transparent background comes instantly and hides FIRST TWO GREEN columns 2. SSL-Warning comes, as I've enabled Privacy-Pref SSL/Warnings: Viewing a page with encrypted/unencrypted mix. 3. seconds later info on Kairo comes and hides ONLY FIRST GREEN column. What I don't understand is the width of the background extending to the right. view-source:http://tinderbox.mozilla.org/registry/who.cgi?email=kairo%25kairo.at&d=MozillaTinderboxAll%7CHEAD%7C/cvsroot%7C1123325040%7C1123325045 doesn't give me a clue why the background is very much wider to the right.
You need to log in
before you can comment on or make changes to this bug.
Description
•