Closed
Bug 206392
Opened 22 years ago
Closed 22 years ago
incorrect display of image
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: zeurg, Assigned: bugzilla)
References
()
Details
Attachments
(1 file)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)
Build Identifier: Firebird 0.6
I don't see the totality of the image.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Doesn't work also in Mozilla SeaMonkey Gecko/20030519 => no Moz. Firebird
specific bug...
May be related to the fixes made with bug #204994?
Will check some earlier versions of SeaMonkey to see if it's a regression.
btw: it works without any problems with IE 5.5
Went back to 2003-01-05 and problem is still there, so it's definitely NOT
related to bug #204994.
Nevertheless it works using Netscape Communicator 4.51 ;)
Problem may be caused by the map you're using on that page - unfortunately I'm
not experienced at all on this stuff, so perhaps someone else can figure out why
things do not work as expected.
Comment 4•22 years ago
|
||
Weird, I see only parts of the picture either on the given link, but when I do
right-click -> View Image, the image is displayed just fine.
Well - it's caused by the <span style...> tag. This may cause the "overlapping"
of the picture.
Removing this one and the related </span> tag resolves the problem, but as
mentioned above I'm not sure, whether gecko behaves correctly at this point or
if it's really a bug.
Comment 6•22 years ago
|
||
The root cause is the position:relative style attribute. I'm attaching a
testcase that demonstrates this. I haven't been able to find any dupes on
this, so this is probably NEW.
Comment 7•22 years ago
|
||
OK, my bad, the problem is when the image is wrapped by an inline container
(span or div with display:inline set). Bug 131475 might address this problem,
but I can't tell for sure, otherwise I can't find another dupe. I'm going to
attach a testcase anyhow.
Comment 8•22 years ago
|
||
The glory of the internet is that all mistakes are recorded eternally :)
Relative position _and_ inline causes problem.
Well since bug #131475 really looks similar I'll suggest marking this one as
dependent of bug #131475 so we can retest this bug as soon as bug 131475 gets fixed.
=> confirming and marking dependent - please feel free to resolve it accordingly
if someone more experienced finds that this one is really a dupe
Comment 10•22 years ago
|
||
this is probably also related to bug 79315
Comment 11•22 years ago
|
||
Yup, looks like a dupe to me. Good catch.
Comment 12•22 years ago
|
||
Since http://bugzilla.mozilla.org/show_bug.cgi?id=79315#c12 shows the same
coding pattern like the original URI provided by zeurg I suggest resolving this
bug duplicate per comment #10 + comment #11.
*** This bug has been marked as a duplicate of 79315 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•