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

Frage in iframe anzeigen lassen und JS-Unterstützung #153

Merged
merged 2 commits into from
Feb 13, 2025
Merged

Conversation

MartinGauk
Copy link
Contributor

Die Fragen werden isoliert voneinander im iframe angezeigt. Dies hat mehrere Vorteile, die sich durch den PR ergeben:

  • Wir können im Paket hinterlegte ES6 Module ausführen.
  • Wir benötigen kein id/name Mangling mehr. Da sich auch im iframe noch Teile von Moodle befinden, gibt es ein kleines Risiko, dass sich etwas in die Quere kommen könnte. Hier müssen wir mal noch sehen, ob wir den Paketen Regeln geben. Insgesamt überwiegen aber die Vorteile, wenn wir auf das Mangling verzichten, da man dann die JS-Funktion getElementById usw. direkt nutzen kann.

Die Platzierung des popovers habe ich auf bottom geändert, da im iframe nach oben kein Platz ist (wenn sich in der ersten Zeile ein Eingabefeld befindet).

Ich habe die Methode get_iframe_document mit einem Callback programmiert, damit wir das iframe auch in den Options später nutzen können.

Server-PR: questionpy-org/questionpy-server#120
SDK-PR: questionpy-org/questionpy-sdk#149

@MartinGauk MartinGauk requested a review from MHajoha January 16, 2025 18:55
Copy link
Member

@MHajoha MHajoha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finde ich ziemlich elegant gelöst, nur Details

@MartinGauk MartinGauk merged commit bfbab3a into dev Feb 13, 2025
6 checks passed
@MartinGauk MartinGauk deleted the feat/iframe-js branch February 13, 2025 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants