mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-19 09:09:41 +03:00
5061d83282
selectValue: try DLB button first, fallback to CB (Choose Button). ERP uses _CB suffix instead of _DLB for some reference fields (Соглашение, Склад). fillTableRow: handle non-INPUT focus between grid cells. ERP's div-based grid puts DIV.gridBody focus between editable cells on Tab. Also treat TEXTAREA cells (e.g. Содержание) as editable grid cells. Added wrap-around detection to exit when Tab loops back to first cell. Tested: Заказ клиента in ERP — all fields fill correctly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>