Netflix/ember-nf-graph

Changing selected doesn't change CSS selected class

jeff3dx opened this issue · 6 comments

With multiple nf-lines on a graph click a line to select it. The nf-graph "selected" property object reference changes correctly but the "selected" CSS class is not applied to the new selection.

Seems like something caused by the update to 1.10

This seems to be a problem with Ember itself. I'll file a bug.

Reopening until upstream bug is fixed.

I patched it in ember-nf-graph... I'm submitting a PR for ember, tho.

@Blesh ah okay. If this isn't impacting nf-graph, feel free to reclose

It's not impacting nf-graph at the moment.