You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agreed, I think it's due to the code editor javascript: http://codemirror.net. Actually the way I use it, I guess. Still being very much a noob in javascript, I'd accept a hand here really... can you help?
It happens only on query page, not on charts page.
Seems connected with saving bug there - when you make multiple lines, on save it merges them without any spaces so it breaks the query. You need to add explicit space on the start/end of every line to save. If it's done in JS, then I suppose you're getting content by a single $('...').text() - for multiple matches it makes a merge of each text without any delimiters.
QuickFix: create every new query on the new chart page (/q/new) with [raw] selected (default). Works the same, but without mentioned bugs.
When you save query (not chart) on Firefox/Ubuntu all new lines are removed. This is problematic because well formatted query falls apart.
The text was updated successfully, but these errors were encountered: