2012-03-23 22 views
2

下面的代碼在Chrome中工作正常,我有在控制器EmberJs - IE8不點火selectionBinding更新

{{view Ember.Select prompt="--ANY--" 
selectionBinding="GWVideoApp.VideosController.category" 
contentBinding="GWVideoApp.TagsController.categories" 
optionLabelPath="content.title" 
optionValuePath="content.title"}} 

控制器可觀察到的特性:

category: {}, 
categoryDidChange: function() { this.recalcTags(); }.observes('category'), 

但好像更新不發生的IE8

+0

我肯定會嘗試升級jQuery,如@rBull所示。 – 2012-04-16 22:53:28

回答

1

與Ember.Checkbox valueBinding有同樣的問題。 將jQuery從1.6.4升級到1.7.2已修復此問題