# v0.1.448 — focus 진단 로그 추가 (v0.1.446+447 자동화 검증)

- 버전: v0.1.448
- 날짜: 2026-05-28
- 다운로드: [factory00-windows-x64-v0.1.448.zip](../../downloads/factory00-windows-x64-v0.1.448.zip) (170 MB)
- 캡처: [qa-screenshots/v0.1.448/](../../qa-screenshots/v0.1.448/)

---

## 핵심 변경
- Bootstrap.Update() 안 0.5s 주기 focused element name + type 출력
- 다음 stable seal 시점 제거 의무 (binary-search-code-tracking 룰)
## 진단 목적
v0.1.446 P1+P2+P3 + v0.1.447 focus outline USS 적용 후 capture-with-keys Tab/Enter 결과 visible outline 안 보임 / dropdown 안 열림.
PostMessage Tab/Enter 키 vs UI Toolkit NavigationTabEvent 발화 별도 영역 가능성 진단.
## 영향 파일
- Assets/Scripts/Game/Factory00Bootstrap.cs L4138~4148 (Update 시작점 진단 ~7줄)
## 자동화 검증 path
- Tab/Enter PostMessage 시나리오 후 Player.log focused element 변화 분석
- focused 가 null 또는 _focusDummy 고정 → Tab navigation 발화 안 됨
- focused 가 _lnbTabs[0] 등으로 변경 → 정상. outline 별도 검증
