Closed rahulbot closed 6 years ago
Looks like the getBBox() trick gets past this bug.
Fixed the word cloud layout, but now even though the data is being fetched, all the results divs under #query-results
are empty :-( We seem to be having the same problem as this StackOverflow question
Closed because we're not maintaining Dashboard anymore. Solution is to use the new Media Cloud Explorer tool
If you try to search in IE it throws an error saying
Unexpected call to method or property access.
and pointing to this codevar textLength = this.getComputedTextLength();
in WordCountComparisonView.I believe this is because the SVG node isn't visible yet, and IE won't give you the length until it is visible (sigh).