generated from gravity-ui/package-example
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The position of elements jumps when switching views (DynamicField and DynamicView). Namely, the vertical space between elements. Reproduced on the Editor page, with this specification:
{
"defaultValue": {
"features": {
"backend": {
"allow_write_pre_statistics": true
},
"front": {
"check_kwargs_identity_before_saving": true
}
}
},
"type": "object",
"properties": {
"features": {
"type": "object",
"properties": {
"backend": {
"type": "object",
"properties": {
"allow_write_pre_statistics": {
"type": "boolean",
"viewSpec": {
"type": "base",
"layout": "row",
"layoutTitle": "allow_write_pre_statistics"
}
},
"chaos_tags_enabled": {
"type": "boolean",
"viewSpec": {
"type": "base",
"layout": "row",
"layoutTitle": "chaos_tags_enabled"
}
}
},
"viewSpec": {
"type": "base",
"layout": "accordeon",
"layoutOpen": false,
"layoutTitle": "backend"
},
"required": true
},
"front": {
"type": "object",
"properties": {
"check_kwargs_identity_before_saving": {
"type": "boolean",
"viewSpec": {
"type": "base",
"layout": "row",
"layoutTitle": "check_kwargs_identity_before_saving"
}
}
},
"viewSpec": {
"type": "base",
"layout": "accordeon",
"layoutOpen": false,
"layoutTitle": "front"
},
"required": true
}
},
"viewSpec": {
"type": "base",
"layout": "accordeon",
"layoutOpen": true,
"layoutTitle": "features"
}
}
},
"viewSpec": {
"type": "base",
"layout": "transparent",
"layoutOpen": true
}
}
Metadata
Metadata
Assignees
Labels
No labels
