p-iknow's devlog

There are 1 post that match #dom.

algorithm (28)
javascript (16)
code-signal (16)
programmers (12)
자료구조 (8)
ADT (8)
front-end (7)
vscode (5)
sorting (5)
editor (5)
webpack (4)
typescript (3)
react (3)
node (3)
issue (3)
terminal (2)
never (2)
log (2)
css (2)
OOP (2)
웹표준 (1)
웹접근성 (1)
union (1)
throttle (1)
speech-bubble (1)
sementic-release (1)
section-tag (1)
review (1)
reflection (1)
pull-request (1)
private-field (1)
path (1)
passport (1)
packages (1)
observer-pattern (1)
next.js (1)
mvc-pattern (1)
interface (1)
inheritance (1)
http (1)
html (1)
github (1)
git (1)
functional-programming (1)
excess-property-check (1)
event (1)
eslint (1)
dom (1)
debug (1)
debounce (1)
conditional-type (1)
carousel (1)
browser (1)
Webpack (1)
Structural-Typing (1)
React (1)

mousedown, mouseup, click & blur order

2019-07-24

이슈 검색창에 단어를 입력하면 검색 자동완성 이벤트가 발동해 검색어 목록을 보여준다. 리스팅 된 검색어로 검색을 하기 위해 클릭을 했는데 click 이벤트가 발동하지 않는다. 어떻게 된걸까? mouse event와 blur 이벤트의 순서에 대해 이해하면 원인을 알 수 있다. mousedown, mouseup, click & blur 이벤트 순서에 대해 알…

front-end
dom
browser
javascript
event
© p-iknow's devlog, Built with Gatsby and gatsby-starter-hoodie theme.