Auto merge of #6084 - WriterOfAlicrow:radiobutton-fix, r=jdm

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6084)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-05-19 20:49:32 -05:00
commit e2b0922d42

View file

@ -413,6 +413,8 @@ impl<'a> HTMLInputElementHelpers for JSRef<'a, HTMLInputElement> {
.as_ref()
.map(|group| &**group));
}
self.force_relayout();
//TODO: dispatch change event
}