﻿id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
6647,Voting gets unnecessarily caught by FlashBlock extensions,ibboard,Dav Glass,"I've got a FlashBlock script that replaces all <object> tags with a ""blocked"" element. Even though this hack just uses HTML and JS (although the JS seems superflou superfluous) it gets blocked because of the <object> tag, which is normally used for Flash and the like.

To fix it I just replaced
{{{
add_ctxtnav(req, tag.span(tag.object(ul), id='fivestarvotes', title=title, class_=className))
}}}
with
{{{
add_ctxtnav(req, tag.span(ul, id='fivestarvotes', title=title, class_=className))
}}}
in __init.py__",defect,new,low,FiveStarVotePlugin,minor,,,,0.11
