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

Portal.view.home.parts.Helix: test rendering the helix into an iframe #5509

Closed
tobiu opened this issue Jul 1, 2024 · 2 comments
Closed

Portal.view.home.parts.Helix: test rendering the helix into an iframe #5509

tobiu opened this issue Jul 1, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tobiu
Copy link
Collaborator

tobiu commented Jul 1, 2024

            items : [{
                module   : LivePreview,
                cls      : ['page-live-preview'],
                height   : '100%',
                reference: 'live-preview',

                value: [
                    "import IFrame   from '../component/IFrame.mjs';",
                    "import Viewport from '../container/Viewport.mjs';",
                    "",
                    "class MainView extends Viewport {",
                    "    static config = {",
                    "        className: 'Portal.view.MultiWindowHelix',",
                    "        layout   : 'fit',",
                    "",
                    "        items: [{",
                    "            module: IFrame,",
                    "            src   : '../../examples/component/multiWindowHelix/'",
                    "        }]",
                    "    }",
                    "}",
                    "",
                    "Neo.setupClass(MainView);"
                ].join('\n')
            }]
@tobiu tobiu added the enhancement New feature or request label Jul 1, 2024
@tobiu tobiu self-assigned this Jul 1, 2024
@tobiu
Copy link
Collaborator Author

tobiu commented Jul 1, 2024

tried it out, but am facing the same issues as before. in chrome only, the helix manages to even break out of the iframe boundaries:

Screenshot 2024-07-01 at 13 56 16

@tobiu
Copy link
Collaborator Author

tobiu commented Jul 1, 2024

fixed by: #5510

@tobiu tobiu closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant