Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.0] window, messagebox 컴포넌트 내 body 스타일 변경 관련 로직 수정 #778

Closed
mmindy opened this issue Mar 11, 2021 · 1 comment
Labels

Comments

@mmindy
Copy link
Collaborator

mmindy commented Mar 11, 2021

  • 기존: 직접 body 스타일 조정(width, height, overflow)
  • 변경: wheel 이벤트 막음
mmindy pushed a commit that referenced this issue Mar 11, 2021
##########
- 기존: 직접 body 스타일 조정(width, height, overflow)
- 변경: wheel 이벤트 막음
mmindy pushed a commit that referenced this issue Mar 12, 2021
##########
body에 클래스 토글로 overflow: hidden 되도록 수정
mmindy pushed a commit that referenced this issue Mar 12, 2021
##########
root dom 찾지 못하는 문제 수정
kdeun1 pushed a commit that referenced this issue Mar 15, 2021
################
- Window 컴포넌트에 modal, modeless 선택 옵션 추가
- hideScroll 기능을 추가 (body에 스크롤 유지/숨김 모듈 기능)
- hideScroll: false가 기본 값이고 body에 scroll 시 이벤트를 prevent하여 스크롤 시 모달 내 스크롤링만 가능하도록 함
kdeun1 pushed a commit that referenced this issue Mar 15, 2021
################
- 불필요한 코드 제거
mmindy pushed a commit that referenced this issue Mar 16, 2021
#############
- messagebox wheel 이벤트 로직 수정(클래스 추가,삭제 > 휠이벤트 막기)
- tabs 스타일 원복
kdeun1 pushed a commit that referenced this issue Mar 16, 2021
################
- 중첩된 window 로직 수정
- 예시 샘플 내 옵션 수정
kdeun1 pushed a commit that referenced this issue Mar 16, 2021
################
- 불필요한 코드 삭제
kdeun1 pushed a commit that referenced this issue Mar 18, 2021
* [#778][3.0] window, messagebox 컴포넌트 내 body 스타일 변경 관련 로직 수정
##########
- 기존: 직접 body 스타일 조정(width, height, overflow)
- 변경: wheel 이벤트 막음

* [#778] 스크롤 이벤트 변경
##########
body에 클래스 토글로 overflow: hidden 되도록 수정

* [#778] root dom 찾지 못하는 문제 수정
##########
root dom 찾지 못하는 문제 수정

* [#778][3.0] Window 컴포넌트 모달 스펙 변경
################
- Window 컴포넌트에 modal, modeless 선택 옵션 추가
- hideScroll 기능을 추가 (body에 스크롤 유지/숨김 모듈 기능)
- hideScroll: false가 기본 값이고 body에 scroll 시 이벤트를 prevent하여 스크롤 시 모달 내 스크롤링만 가능하도록 함

* [#778][3.0] Window 컴포넌트 모달 스펙 변경
################
- 불필요한 코드 제거

* [#778][3.0] messagebox wheel 이벤트 로직 수정
#############
- messagebox wheel 이벤트 로직 수정(클래스 추가,삭제 > 휠이벤트 막기)
- tabs 스타일 원복

* [#778][3.0] Window 컴포넌트 모달 스펙 변경
################
- 중첩된 window 로직 수정
- 예시 샘플 내 옵션 수정

* [#778][3.0] Window 컴포넌트 모달 스펙 변경
################
- 불필요한 코드 삭제

Co-authored-by: mjchoi <mjchoi@ex-em.com>
Co-authored-by: kimdoeun <kdeun1@ex-em.com>
Copy link

github-actions bot commented Mar 2, 2024

오래된 이슈는 닫고 있어요. 필요하다면 다시 열어주세요. 😄

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant