Activity log for bug #664914

Date Who What changed Old value New value Message
2010-10-22 03:38:19 Ross Patterson bug added bug
2010-10-22 03:45:31 Ross Patterson description When doing, for example, <option tal:attributes="selected ''" />, the resulting element will be <option selected>. The reference implementation in zope.pagetemplate will omit the element in this case, <option>. When doing, for example, <option tal:attributes="selected ''" />, the resulting element will be <option selected="">. The reference implementation in zope.pagetemplate will omit the element in this case, <option>.
2010-10-22 03:45:57 Ross Patterson description When doing, for example, <option tal:attributes="selected ''" />, the resulting element will be <option selected="">. The reference implementation in zope.pagetemplate will omit the element in this case, <option>. When doing, for example, <option tal:attributes="selected ''" />, the resulting element will be <option selected="" />. The reference implementation in zope.pagetemplate will omit the element in this case, <option />.
2010-10-22 03:48:52 Ross Patterson attachment added Test which exposes the bug https://bugs.launchpad.net/chameleon.core/+bug/664914/+attachment/1706251/+files/664914.patch
2010-10-26 08:10:44 Malthe Borch chameleon.core: status New Won't Fix