You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a {{link-to}} with classNames= passed such as {{link-to "library.update" classNames="btn btn-primary btn-xs"}} this will cause a full app refresh. Removing classNames= from the {{link-to}} will not trigger the bug. This appears in 1.13.7 and 2.0.0-beta.5. This bug is not seen in 1.13.6 and 2.0.0-beta.4
The text was updated successfully, but these errors were encountered:
chriscareycode
changed the title
Some but not all {{link-to}} cause a full app refresh in 1.13.7 and 2.0.0-beta.5
classNames="" on a {{link-to}} cause a full app refresh in 1.13.7 and 2.0.0-beta.5
Aug 10, 2015
I believe that this is related to #12008. Basically, when specifying classNames today the ember-view class is being removed so the click event isn't properly handled (and the browser does a full refresh).
If you have a {{link-to}} with classNames= passed such as {{link-to "library.update" classNames="btn btn-primary btn-xs"}} this will cause a full app refresh. Removing classNames= from the {{link-to}} will not trigger the bug. This appears in 1.13.7 and 2.0.0-beta.5. This bug is not seen in 1.13.6 and 2.0.0-beta.4
The text was updated successfully, but these errors were encountered: