Twitter new retweet feature has a tiny bug

"

Twitter introduced a fantastic new feature. Today, I was included in another batch of people that they migrated to this new feature. As I tested it I loved it more and more.

Not only it allows you to easily retweet, but also shows you the actual tweets that your friends retweeted, instead of showing an ugly "RT @blabla bla" format. Quite cool and useful in terms of discovering new cool people to follow.

While testing, for some reason I decided to check something in a Firebug and discovered a bug with their UI, below is the illustration. In short, every time you click "Retweet" a new duplicate div will be added to the DOM. Probably not a big concern, but I figured it would be useful to submit this bug to them.

Illustration of twitter `inline-form retweat-dlg` div been added indefinitely with each new click

I just submitted this issue to their tracker. Otherwise thanks twitter for this feature, very useful!

|