﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
6647	[Patch] Voting gets unnecessarily caught by FlashBlock extensions	ibboard	Ryan J Ollos	"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 superfluous) it gets blocked because of the `<object>` tag, which is normally used for Flash and the like.

To fix it I just replaced
{{{#!js
add_ctxtnav(req, tag.span(tag.object(ul), id='fivestarvotes', title=title, class_=className))
}}}

with
{{{#!js
add_ctxtnav(req, tag.span(ul, id='fivestarvotes', title=title, class_=className))
}}}

in `__init.py__`"	defect	accepted	high	FiveStarVotePlugin	minor				0.11
