mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Moved capture_focus to div-actionable
commit_hash:e1ea3cbf8fd1ca0f3540cd4b1444849b66887a2c
This commit is contained in:
@@ -88,6 +88,12 @@
|
||||
"ios",
|
||||
"web"
|
||||
]
|
||||
},
|
||||
"capture_focus_on_action": {
|
||||
"type": "boolean",
|
||||
"default_value": "true",
|
||||
"$description": "translations.json#/div_actionable_capture_focus_on_action",
|
||||
"platforms": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -269,12 +269,6 @@
|
||||
"unsupported_platforms": {
|
||||
"web": "No need for reuse identifier"
|
||||
}
|
||||
},
|
||||
"capture_focus_on_action": {
|
||||
"type": "boolean",
|
||||
"default_value": "true",
|
||||
"$description": "translations.json#/div_base_capture_focus_on_action",
|
||||
"platforms": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -331,6 +331,10 @@
|
||||
"en": "Multiple actions when clicking on an element.",
|
||||
"ru": "Несколько действий при нажатии на элемент."
|
||||
},
|
||||
"div_actionable_capture_focus_on_action": {
|
||||
"en": "If the value is:<li>`true` - when the element action is activated, the focus will be moved to that element. That means that the accessibility focus will be moved and the virtual keyboard will be hidden, unless the target element implies its presence (e.g. `input`).</li><li>`false` - when you click on an element, the focus will remain on the currently focused element.</li>",
|
||||
"ru": "Если значение:<li>`true` — при активации экшена элемента фокус будет перенесён на него. Это означает, что фокус режима доступности будет перенесён, а виртуальная клавиатура скрыта, за исключением случаев, когда целевой элемент предполагает её наличие (например, `input`).</li><li>`false` — при нажатии на элемент фокус останется на текущем сфокусированном элементе.</li>"
|
||||
},
|
||||
"div_actionable_doubletap_actions": {
|
||||
"en": "Action when double-clicking on an element.",
|
||||
"ru": "Действие при двойном нажатии на элемент."
|
||||
@@ -515,10 +519,6 @@
|
||||
"en": "Element stroke.",
|
||||
"ru": "Рамка элемента."
|
||||
},
|
||||
"div_base_capture_focus_on_action": {
|
||||
"en": "If the value is:<li>`true` - when the element action is activated, the focus will be moved to that element. That means that the accessibility focus will be moved and the virtual keyboard will be hidden, unless the target element implies its presence (e.g. `input`).</li><li>`false` - when you click on an element, the focus will remain on the currently focused element.</li>",
|
||||
"ru": "Если значение:<li>`true` — при активации экшена элемента фокус будет перенесён на него. Это означает, что фокус режима доступности будет перенесён, а виртуальная клавиатура скрыта, за исключением случаев, когда целевой элемент предполагает её наличие (например, `input`).</li><li>`false` — при нажатии на элемент фокус останется на текущем сфокусированном элементе.</li>"
|
||||
},
|
||||
"div_base_column_span": {
|
||||
"en": "Merges cells in a column of the [grid](div-grid.md) element.",
|
||||
"ru": "Объединяет ячейки в столбце элемента [grid](div-grid.md)."
|
||||
|
||||
Reference in New Issue
Block a user