---
type: note
kind: Reference
tags: ['dialog']
status: release
ctime: 2024-09-01
mtime: 2024-09-01
generated: { by: human:cbcruk, at: 2026-01-05T10:59:14Z }
verified: { by: claude/opus-5, at: 2026-08-19T00:00:00Z }
sources:
  - id: en-wikipedia-wiki-dialog-box
    resource: https://en.wikipedia.org/wiki/Dialog_box
    title: "Dialog box"
---

> 대화 상자(Dialog Box)는 사용자에게 정보를 전달하고 응답을 요청하는 그래픽 제어 요소이다.
> [Dialog box](https://en.wikipedia.org/wiki/Dialog_box)

**Modal** - 대화 상자를 연 소프트웨어와의 상호작용을 차단

- System Modal - 닫기 전까지 다른 작업 불가. 과거 단일 작업 시스템에서 사용.
- Application Modal - 프로그램 일시 중단. 워크플로우 방해로 비판받음.
- Document Modal - 부모 창만 차단. macOS 시트 형태.

**Modeless** - 소프트웨어의 다른 부분과 상호작용 허용. 대화 상자가 열려 있어도 작업 가능. 툴바가 예시.

**고려 사항:**

- 모달의 문제점 - 사용자 흐름 방해. 습관적으로 *확인*을 누르게 되어 작업 손실 가능.
- 경고 대신 실행 취소 - 경고는 한계가 있음. 실행 취소(Undo) 기능이 더 효과적.[^313-1]
- *경고를 사용하는 대신, 실행 취소를 제공하라*

---

[^313-1]: https://alistapart.com/article/neveruseawarning/
