﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13133	"The ""Add another [inline object]"" breaks alternating rows' colors in tabular template"	Althalus	nobody	"I've found a bug, which was also noticed in Ticket #13068:
"""""" BTW: The alternating row colors also dissappear for me in firefox when I click ""Add another.."" """"""

I've cheked it in other browsers, like Chrome and Opera.

As I think, it's simple to solve this problem by changing only one line (according to recommendations for tickets, I don't attach separate file for such a little changeset):

Line 74 now:
.filter(rows + "":odd"").addClass(""row2"")

Should be just:
.filter("":odd"").addClass(""row2"")


P.S. My first ticket, sorry for possible errors."		closed	contrib.admin	dev		worksforme		mortas.11@…	Unreviewed	1	0	0	0	0	0
