Have tried to replicate with:
[
{
"id": "1c29cfb4332ab651",
"type": "inject",
"z": "39687e2457e622f1",
"name": "editor",
"props": [
{
"p": "src",
"v": "/",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 410,
"y": 120,
"wires": [
[
"c0489bef35748b70"
]
]
},
{
"id": "f852e128e6bcc295",
"type": "inject",
"z": "39687e2457e622f1",
"name": "nodered.org",
"props": [
{
"p": "src",
"v": "https://nodered.org",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 430,
"y": 160,
"wires": [
[
"40e07503ceef3498"
]
]
},
{
"id": "40e07503ceef3498",
"type": "ui-iframe",
"z": "39687e2457e622f1",
"name": "",
"group": "bb21a845cf454195",
"order": 0,
"src": "http://dummy",
"width": 6,
"height": 8,
"x": 570,
"y": 160,
"wires": []
},
{
"id": "c0489bef35748b70",
"type": "ui-iframe",
"z": "39687e2457e622f1",
"name": "",
"group": "bb21a845cf454195",
"order": 0,
"src": "http://dummy",
"width": 6,
"height": 8,
"x": 570,
"y": 120,
"wires": []
},
{
"id": "bb21a845cf454195",
"type": "ui-group",
"name": "iframe",
"page": "85043ba28e0273fe",
"width": "10",
"height": "8",
"order": 1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "85043ba28e0273fe",
"type": "ui-page",
"name": "Third Party Widgets",
"ui": "c2e1aa56f50f03bd",
"path": "/third-party",
"icon": "account-group",
"layout": "grid",
"theme": "129e99574def90a3",
"order": 2,
"className": "",
"visible": true,
"disabled": "false"
},
{
"id": "c2e1aa56f50f03bd",
"type": "ui-base",
"name": "Dashboard",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": [
"ui-control",
"ui-notification",
"ui-text",
"ui-template"
],
"showPathInSidebar": true,
"navigationStyle": "temporary",
"titleBarStyle": "fixed"
},
{
"id": "129e99574def90a3",
"type": "ui-theme",
"name": "Another Theme",
"colors": {
"surface": "#000000",
"primary": "#ff4000",
"bgPage": "#f0f0f0",
"groupBg": "#ffffff",
"groupOutline": "#d9d9d9"
},
"sizes": {
"pagePadding": "24px",
"groupGap": "12px",
"groupBorderRadius": "9px",
"widgetGap": "6px"
}
}
]
but am not able to. The only thing I can think of that's occurring is you've got injections going into the wrong iframe, or the wrong values going into the wrong iframe nodes?