mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-09-02 16:20:54 +03:00
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>