Closed
Bug 300142
Opened 19 years ago
Closed 19 years ago
the web poll on this page is showing "borders" around the web poll when in the application the web poll was created in "no borders" was chosen to display the poll.
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: emelendez, Assigned: mikepinkerton)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050620 Camino/0.9a1 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b2) Gecko/20050620 Camino/0.9a1 the web poll on this page is showing "borders" around the web poll when in the application the web poll was created in "no borders" was chosen to display the poll. The borders do not show up in Safari. Reproducible: Always Steps to Reproduce: 1.N/A 2.N/A 3.N/A Actual Results: N/A Expected Results: It should have hidden the borders The poll was created at freepolls.com
Unfortunately, Safari gets it wrong. Line 4 of poll.js is:
document.writeln(" <TABLE CELLSPACING=0 CELLPADDING=4 WIDTH=220 BGCOLOR=FFFFFF
BORDER=1 BORDERCOLOR=\"FFFFFF\">");
so there's a 1px border around the poll.
There's a nested table further down in poll.js that has border=0, and that is
not drawn, but the parent table has a border, so Camino and other Gecko browsers
draw it.Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•