LearnNewsExamplesServices
Frontmatter
id5509
titlePortal.view.home.parts.Helix: test rendering the helix into an iframe
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 1, 2024, 1:57 PM
updatedAtJul 1, 2024, 4:14 PM
githubUrlhttps://github.com/neomjs/neo/issues/5509
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 1, 2024, 4:14 PM

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

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 1, 2024, 1:57 PM
            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 added the enhancement label on Jul 1, 2024, 1:57 PM
tobiu assigned to @tobiu on Jul 1, 2024, 1:57 PM
tobiu
tobiu Jul 1, 2024, 1:58 PM

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
tobiu Jul 1, 2024, 4:14 PM
tobiu closed this issue on Jul 1, 2024, 4:14 PM