-
Notifications
You must be signed in to change notification settings - Fork 20
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
filters in internet explorer fail #169
Comments
Hi. First of all in the file adhoc/views/DragResize.js
to
after that in adhoc/views/SelectionsModal.js We changed arount line 144 ; from :
To:
finally in models/QueryAction.js in line 57 we found a problem with ie cache So we changed from
to
Hope it help |
Great thanks! |
Can you send a pull request with these changes please? |
When i set a filter for a report in firefox or chorme it works fine but when i'm tring to set a filter in internet explorer it fail.
By default it launch this 2 errors:
state-machine.js, Línea 71 Carácter 79 => Not handled exception... not really important.
SCRIPT5007: Cant set the value for '_renderItem': the object is null or not defined in SelectionsModal.js, Línea 80 Carácter 3
I told you about org.saiku.adhoc.exceptions.SaikuAdhocEx ception: Encoding not supported but i couldnt get nothing from that so maybe is not related to that.
The text was updated successfully, but these errors were encountered: