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

Column names are 'undefined' when selecting for a list #18

Closed
joshwines opened this issue Sep 22, 2010 · 3 comments
Closed

Column names are 'undefined' when selecting for a list #18

joshwines opened this issue Sep 22, 2010 · 3 comments
Labels

Comments

@joshwines
Copy link

When selecting which columns to display on a list the column names are 'undefined'.

Running 2.2 Beta 4

http://tinypic.com/r/2d94psl/7

@misterdai
Copy link
Owner

Thanks for logging the issue Josh.

I've taken a look and it seems to be something in the JavaScript that Firefox doesn't like. Chrome and (surprisingly) IE 8 appear to be working correctly. I'll see what I can do.

@joshwines
Copy link
Author

Interesting, I should have checked some other browsers myself before posting, thanks for that.

@misterdai
Copy link
Owner

Fixed in the rrd branch. Made the mistake of using innerText instead of jQuery's .text() method. Chrome and IE support it but Firefox uses innerContent instead. Should have saved myself the trouble and looked deeper into the jQuery docs.

Cheers Josh.

aliaspooryorik pushed a commit to aliaspooryorik/cfTracker that referenced this issue Jun 26, 2012
This issue was closed.
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

2 participants