# v0.1.462 — Tab 시 메뉴바 전수 outline reset (edge case fix)

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

---

## v0.1.461 audit 결과
Tab 8회 후 cursor reset 했음에도 "파일(F)" outline 잔존 (Inspector "월드" outline과 동시 visible). FocusOutEvent 미발화 edge case 확정.
## fix
Tab 키 detect 시 _lnbTabs[i] 8개 전수 inline outline 0 reset → FocusInEvent 가 nextIdx 만 적용. 안전망 강화.
## 영향 파일
- Bootstrap.cs Tab navigation 안 _lnbTabs 전수 reset (~12줄)
