qq99 / echoplexus

Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Other
394 stars 53 forks source link

UI: Fix the channel close button for Firefox #227

Closed qq99 closed 10 years ago

qq99 commented 10 years ago

Might be some CSS weirdness where you aren't supposed to nest buttons inside of buttons

qq99 commented 10 years ago

Seems in Firefox you're just not allowed to bind listeners to the innards of <button> :(

qq99 commented 10 years ago

Fixed by 12fb950