[Buildbot-devel] Patch: Workaround for (broken?) browser optimization
Frerich Raabe
raabe at kde.org
Sat Oct 22 02:13:43 UTC 2005
Hi,
the attached patch for buildbot 0.6.6 is a workaround for a (broken?) compiler
optimization, which makes it remove all empty <td> cells from a table.
Unfortunately, this also removes the possibility to style those cells using
CSS - think 'td { border-right: 1px dashed black; }' which, AFAICT, should
get honored by all td elements in theory, but is only applied to all
non-empty td elements in practice.
The workaround is to make sure that there's at least a in a <td>, so
that there's always something which keeps the browser from optimizing the
cell away.
- Frerich
P.S.: Please CC me on replies since I'm not subscribed to the list.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: html.py.patch
Type: text/x-diff
Size: 367 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20051022/7d52d79b/attachment.bin>
More information about the devel
mailing list