Skip to content
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

Closed
thecountofzero opened this issue Nov 16, 2012 · 6 comments
Closed

@@!!@@ Appears on Page With EJS and Table in non-IE Browsers #156

thecountofzero opened this issue Nov 16, 2012 · 6 comments
Labels

Comments

@thecountofzero
Copy link
Contributor

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/

@daffl
Copy link
Contributor

daffl commented Nov 16, 2012

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?

imjoshdean added a commit that referenced this issue Nov 16, 2012
@daffl daffl closed this as completed Nov 16, 2012
@wclr
Copy link
Contributor

wclr commented Nov 20, 2012

I've tried latest master I still have @@!!@@ on the top of a table.

@thecountofzero
Copy link
Contributor Author

Seems to be working fine for me...

@ccummings
Copy link
Contributor

Looks like this still happens if there is a DOM node wrapping the table. I'm going to take a look at this today.

http://jsfiddle.net/FrRWz/

@ccummings ccummings reopened this Nov 20, 2012
@ccummings
Copy link
Contributor

Fixed with 5bafca4

@freejosh
Copy link

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants