When Template.main.preserve (or preserve-inputs) is set, template helper doesn't update template in WebKit browsers. #523
Comments
Good timing! If I understand your bug report correctly, this is fixed by the work that I just pushed to |
Yup, perfect timing. Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a template (snippet):
And define user_email as follows:
Template.main.user_email = () ->
return Session.get 'user_email'
setTimeout () ->
Session.set 'user_email', "hgezim@example.com"
, 100
However, the template never updates in WebKit based browsers (Chrome and Safari on Mac).
Demo: http://template-helper-update-issue-preserve-inputs.meteor.com/
Code of demo: https://github.com/hgezim/template-helper-update-issue
Could someone please look into it?
I don't mind fixing it if I'm pointed in the right direction.
The text was updated successfully, but these errors were encountered: