mitmedialab / MediaCloud-Dashboard

Front-end for the MediaCloud database
https://dashboard.mediameter.org
Apache License 2.0
16 stars 6 forks source link

searches don't work in IE #245

Closed rahulbot closed 6 years ago

rahulbot commented 8 years ago

If you try to search in IE it throws an error saying Unexpected call to method or property access. and pointing to this code var 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).

rahulbot commented 8 years ago

Looks like the getBBox() trick gets past this bug.

rahulbot commented 8 years ago

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

rahulbot commented 6 years ago

Closed because we're not maintaining Dashboard anymore. Solution is to use the new Media Cloud Explorer tool