-
Notifications
You must be signed in to change notification settings - Fork 55
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
modal pop-up dialog for comment reply, delete, modify UI #1725
Comments
Requirements
|
페이지 내에 팝업을 띄우게 된다면 사용자가 디자인을 쉽게 변경할 수 있도록 CSS로 선택 가능한 클래스명을 지정하거나 skin.html에 해당 부분을 넣어 스킨의 디자인에 따라 default레이아웃 구조를 변경할 수 있도록 할 수 있게 함이 어떨까 합니다. |
드디어 해묵은(...) 논의거리였던 CSS namespace의 필요성이 나오는군요. "textcube-"와 같은 prefix를 붙여서 텍큐 쪽이 제공하는 기본 UI 디자인을 해두고 사용자가 원하면 override할 수 있게 하자는 아이디어....ㅎㅎ |
네, 애초에 새로운 규격을 추가해버리면 그 부분이 없었던 기존 스킨은 못 쓰게 되어버리니 기본 스타일을 출력하고 CSS에서 잡아서 오버라이드만 할수 있어도 충분하지 않나 싶습니다 ㅋㅋ iframe만 아니라면야(..) |
When using mobile-support skins (e.g. periwinkle), pop-up does not call. With mobile-support skin, textcube recognize current display mode as desktop. Therefore comment-to-comment script call modal pop-up. |
- added - var workMode * 'standard' : uses legacy interfaces. * 'enhanced' : uses javascript-rich expressions. (e.g. modal dialogs.)
- refs #1725 : bugfix - modal worked only with flash clipboard poter - refs #1725 : bugfix - typo -_-; - refs #1725 : modified - narrow button design. - refs #1725 : added - if browser < IE8, use pop-up. - refs #1725 : added - mobile mode uses pop-up routine. (another window) - refs #1725 : bugfix - admin panel also support modal pop-up. - refs #1725 : added - mobile popup CSS / images. - refs #1725 : modified - responsive skins also uses pop-up comment. - added - var workMode * 'standard' : uses legacy interfaces. * 'enhanced' : uses javascript-rich expressions. (e.g. modal dialogs.) refs #1725 : modified - pop-up window looked ugly on mobile. -
Disable ESC / modal click to prevent blow-up comments by unintended clicks. Suggested by @pat-al http://notice.textcube.org/ko/269?commentId=127273#comment127273 |
- TODO : Design for close button. - TODO : Add button on modify/delete view.
- TODO : Design for close button. - TODO : Add button on modify/delete view.
Summary
The text was updated successfully, but these errors were encountered: