Am I the only one to see this error or am I the only one to experience it?
I'm really struggling hard with it.
I created a custom field (or alternatively a simple site column) and set JSLink, to have custom client-side Rendering for that field in Display form, edit form and most importantly list-view.
All works as intended - BUT: once I click on another view (or also in the Navigation on the left side back and forth), the List View Web Part does no longer care about the custom Rendering and falls back to base-type Rendering, thus loosing the customization. This is critical, as this should NOT happen. Instead of running the JavaScript that renders the custom field, all we get is the real Content in the field.
This all happens when parts of the page are being re-rendered (apparently SharePoint doesn't refresh the whole page but only parts).
I can't find anything in the web, it seems I am the only one with that Problem (latest VMs in WindowsAzure), or I'm the only one doing more than hitting F5, e.g. switching the view or navigating around.
Can someone please check? You can download a sample, e.g. the Ingredients field from Lester Sconyer Jr's blog (I would paste a link, or a Picture, if I could, but I'm not allowed to do so here, for obscure reasons, anyway, you can find that Little Project and quickly deploy it, should show a nice custom-rendered field - once - clicking again on the view in the bar above the listview or navigating to another list and back should produce partial-re-Rendering with the effect that the custom Rendering disappears and the raw-contents of the field are displayed).
Thanks a lot.