CMS/프레임워크 | Rhymix 1.9 |
---|---|
개발 언어 | PHP 7.0 |
정확히 말하자면 클릭은 되지만 모양이 이상하게 깨져서 나옵니다.
css충돌 문제? 같은데 어디가 문제인지 모르겠네요.
일단 크롬 개발자도구에서 확인해보면 에러콘솔은
A parser-blocking, cross site (i.e. different eTLD+1) script, https://tab2.clickmon.co.kr/pop/wp_ad_160_js.php?PopAd=CM_M_1003067%7C%5E%7CCM_A_1046198%7C%5E%7CAdver_M_1046207&mon_rf=https%3A%2F%2Fungabi.ga%2Ffree, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
이거 하나입니다.
여기서 저 버튼을 누르면
모양이 갑자기 저렇게 길-게 바뀌면서 저 하이라이트 친 부분을 눌러야 파일을 첨부할수 있습니다.
레이아웃은 제가 만든 클리앙 베이스 레이아웃을 사용하고 있습니다.
js문제는 아닌것 같고 사용하는 애드온 다 꺼봐도 저런 현상이...;
댓글 8
#xe-fileupload 의 position:absolute 속성이 풀리는 것 같습니다.
임시방편이지만,
#xe-fileupload { position: absolute !important; } 를 통해 해결하실 수 있습니다.
ckeditor쪽에 id=xe-fileupload가 있기는 한데 default.css들어가서 보면 없어서..;
아마 common/js/plugins/jquery.fileupload나 modules/editor/skins/ckeditor 아래에 있을 거예요. common/js/plugins/ckeditor 아래에는 XE에서 커스텀한 부분이 없습니다.
jquery.fileupload.css 여기에서 .fileinput-button input 여기 position: absolute 에 !important 값 주니 똭 해결되는군요 ㅋㅋ