Skip to content
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

Opening shared playground workflow link in new tab results in empty playground (Crtl + Click or Click on Wheel) #184

Open
TobiasNx opened this issue Sep 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TobiasNx
Copy link
Contributor

TobiasNx commented Sep 5, 2024

When clicking on a workflow link with Ctrl+Click or mouse wheel to open it in another tab an empty playground is opened. instead of the shared workflow.

Test 1: Plain link without markdown does not work:
https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-lines%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-xml%28rootTag%3D%22collection%22%29%0A%7Cprint%0A%3B&transformation=move_field%28%22_id%22%2C+%22id%22%29%0Amove_field%28%22a%22%2C+%22title%22%29%0Apaste%28%22creator%22%2C+%22b.v%22%2C+%22b.n%22%2C+%22~aus%22%2C+%22c%22%29%0Aretain%28%22id%22%2C+%22title%22%2C+%22creator%22%29&data=%7B%22a%22%3A+%22Faust%22%2C+%22b%22%3A+%7B%22n%22%3A+%22Goethe%22%2C+%22v%22%3A+%22JW%22%7D%2C+%22c%22%3A+%22Weimar%22%7D%0A%7B%22a%22%3A+%22R%C3%A4uber%22%2C+%22b%22%3A+%7B%22n%22%3A+%22Schiller%22%2C+%22v%22%3A+%22F%22%7D%2C+%22c%22%3A+%22Weimar%22%7D

Test 2: "Normal" Markdown link does not work: Test 2

Test 3: HTML Link does not work: Test3

Test 4 HTML Link with target=blank works to open the link in new tab WITH content when clicking witout CTRL. When using CTRL then it does not work: Test 4 Github does not support target blank

Note example links do work: https://metafacture.org/playground/?example=Local+JSON+to+XML+%28fix%29

@TobiasNx TobiasNx added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant