flamejs / flame.js

Flame.js is a widget/UI library for Ember.js
MIT License
373 stars 39 forks source link

Radio buttons behaving strangely #223

Closed mercurio closed 8 years ago

mercurio commented 9 years ago

I'm syncing up with the new starterkit (from March of this year) and radio buttons are now acting strange. radio The attached image shows the state after clicking on the File button twice and the AMQP 1.0 button once. The AMQP 1.0 option is selected, and the rest of the application behaves as though it is (the value bound to the targetValue for each radio button is changing). Clicking on a button first adds the thin blue outline (like the AMQP 1.0 button), clicking on it a second time changes it to the thick blue inset (like the File button). If a button has the thick inlay selecting another button will not remove it, as shown in this picture: radio2

There's no jsfiddle for the radio button but I was able to get it to work easily months ago and it worked fine with the flame library from the previous starterkit. Any idea what's going on here?

mercurio commented 9 years ago

I synced up with the Flame git repo and this problem has been fixed, thanks!