-
Notifications
You must be signed in to change notification settings - Fork 50
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
Export button feature don't work as expected #217
Comments
I am also experiencing this issue. Removing the Regex and just using the passed |
I too am experiencing this issue, trying what @Jackoc123 mentioned fixes the issues |
Hello, |
I had the same issue. @Jackoc123 is correct- by removing the Regexp and simply using the straight up URL resolved the problem |
Is there a fix availble now |
Hi,
The export button not seem to have the correct behaviour, before and after this commit : 0a07c42#diff-63103223f3a15739abbf1bfb73fe645d
BEFORE (>2.5.5)
The
urlFix
function remove the virtual proxy.AFTER (<=2.5.5)
The regex replacing the urlFix method don't work in my case.
This is leading to open a blank page, because the url is undefined.
To Reproduce
I'm able to reproduce this bug with your html example (https://github.com/qlik-demo-team/qdt-components/blob/master/docs/usage/Html.md) and my settings
The text was updated successfully, but these errors were encountered: