nextcloud / nextcloud/files_mindmap
Links on mindmap are sandboxed : unable to submit a form on the page linked
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 197
- Forks
- 52
- Avg merge
- 22h 14m
- Merged PRs (30d)
- 13
Description
When you put a link to a form on a node of a map, after clicking the link you cannot submit the form on the target page because the "frame is sandboxed". Chrome is logging that error in the console :
"Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set."
Same issue with Firefox (but no error in console log).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by opening a form linked from a mindmap node, then trace how the linked page is rendered and where its sandbox permissions are configured. Confirm the fix by submitting the form successfully in Chrome and Firefox without the sandbox error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100