kimsQ / hd-steel

RC 마크업
http://kimsq.github.io/hd-steel/
0 stars 0 forks source link

팝업창 #93

Closed jungchanhee closed 8 years ago

jungchanhee commented 8 years ago

현재 팝업이 한번 실행 되었을 때는 문제가 없는데,

여러번 실행 시킬경우 페이지가 멋대로 이동해 버립니다.

확인 부탁 드립니다.

gitaeks commented 8 years ago

호출될때 히스토리가 기록되지 않은 팝업을 닫을때 data-history="back" 을 사용하신 것으로 예상 됩니다.

팝업이 오픈될때 히스토리가 기록되지 않았는데. 닫을때 히스토리 백을 적용하니, 페이지가 -2단계로 이동되는 것 입니다.

팝업을 닫는 버튼을 아래의 속성을 적용해 주세요.

data-dismiss="popup" 또는 .popup('hide')

gitaeks commented 8 years ago

아래를 확인해 주세요. http://rc.kimsq.com/components/popup/#history

jungchanhee commented 8 years ago

해결하였습니다.