Closed
Bug 23344
Opened 25 years ago
Closed 25 years ago
[EVENTTARG]Image isn't clickable, but should be. (short HTML provided)
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: yminsky, Assigned: joki)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
The image link (the little rabbit) in the bottom of this page isn't clickable in
M12, but it should be. I cut down the already spare web page to get a smaller
but still problematic version. Hope this is helpful.
Note that this is on an
M12 build on Linux (RedHat 6.1). The HTML the triggers
the problem is listed
below.
<html>
<ul>
</ul>
<a href="whatever">
<img align=left src="http://www.math.sunysb.edu/~yair/rabbitsm.gif">
</a>
<p>
<br>
</body>
</html>
Comment 1•25 years ago
|
||
Updated•25 years ago
|
Assignee: nobody → joki
Component: Browser-General → Layout
Comment 2•25 years ago
|
||
Visually, the attached testcase appears to be the same issue as bug #22812 (in
the example the floated IMG is not clickable where the P overlaps; in the
reported URL, the P completely overlaps the IMG, so it is completely inactive).
passing on to joki.
Comment 3•25 years ago
|
||
The P is covering (part of) the image. This seems specific to left-floating
elements. Is it?
Comment 4•25 years ago
|
||
No. I just modified the attachment for right floating, and same effect. And
not just image: table, div, span ... probably any float.
Updated•25 years ago
|
Summary: Image isn't clickable, but should be. (short HTML provided) → [EVENTTARG]Image isn't clickable, but should be. (short HTML provided)
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 6•25 years ago
|
||
Dupe. Fixed.
*** This bug has been marked as a duplicate of 23161 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•