Closed
Bug 310438
Opened 20 years ago
Closed 20 years ago
Border around span is dotted, though it should be solid.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: neohandy, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
428 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050911 Firefox/1.0.6 (Debian package 1.0.6-5)
In combination with a map and an image (maybe also some other combination) the
border around a span object is dotted though it should be solid. I stripped off
all the redundant HTML-code. Note that if the image is not found, the bug won't
appear.
<span style="border: 1px solid;">foo</span>
<map id="foo" name="foo">
<area shape="square" coords="1,2,3,4" />
</map>
<img src="http://www.mozilla.org/images/product-firefox.png" usemap="#foo" />
Reproducible: Always
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050928
Firefox/1.6a1 ID:2005092815
If I'm understanding this correctly, this WFM. Do you see this in Firefox 1.5
beta 1? http://www.mozilla.org/projects/firefox/
Comment 3•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b5) Gecko/20050929
Firefox/1.4 ID:2005092901
WFM
Comment 4•20 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20051113 Firefox/1.6a1
I tested this in 1.0.7 and saw the behavior that was reported, but I don't see this in 1.5. -> WFM
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•