-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@@!!@@ Appears on Page With EJS and Table in non-IE Browsers #156
Comments
Thanks! Sorry I didn't get a chance to look into it yet. I remember that @dispatchrabbi, @imjoshdean and @ccummings added this special sequence for an IE bug. Could you guys have a quick look? |
I've tried latest master I still have @@!!@@ on the top of a table. |
Seems to be working fine for me... |
Looks like this still happens if there is a DOM node wrapping the table. I'm going to take a look at this today. |
Fixed with 5bafca4 |
The issue can be reproduced again when trying to output a table for each element in the list, when the loop is preceded by any other element: http://jsfiddle.net/FrRWz/1/ However I noticed that it works properly if the whole template is wrapped in an element: http://jsfiddle.net/FrRWz/2/ |
When using Chrome, Firefox and probably other non-IE browsers I am seeing the characters "@@!!@@" being written to the screen when I have an EJS template that is a table that is filled with the contents of a list of models/observes.
This issue can be see in this fiddle...
http://jsfiddle.net/thecountofzero/qYdwR/541/
The text was updated successfully, but these errors were encountered: