diff --git a/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp b/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp index f441325f..47d9db22 100644 --- a/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp @@ -253,6 +253,9 @@ + + + @@ -335,6 +338,9 @@ + + + @@ -377,6 +383,9 @@ + + + @@ -429,6 +438,9 @@ + + + @@ -482,6 +494,9 @@ + + + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp index 51b897ee..43877afe 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/popup/qustnrFndtnPopList.jsp @@ -282,6 +282,12 @@ $(document).ready(function(){ btnLast.attr('data-focus-next','sub36_pop02'); btnLast.attr('data-focus','sub36_pop02_close'); */ + // 레이어팝업 포커싱 이동 수정 + $(".tooltip-close").click(function(){ + var activeTarget = $('[data-tooltip-con="sub36_pop02"]'); + activeTarget.hide(); + $('[data-tooltip="sub36_pop02"]').focus(); + }); }) @@ -529,7 +535,7 @@ $(document).ready(function(){ - +
@@ -548,7 +554,7 @@ $(document).ready(function(){
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp index ca5d5c54..8b1e6101 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/main.jsp @@ -238,7 +238,7 @@ - @@ -251,7 +251,7 @@ - diff --git a/src/main/webapp/visitEdu/usr/publish/script/content.js b/src/main/webapp/visitEdu/usr/publish/script/content.js index f99c9d23..fbf47d2d 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/content.js +++ b/src/main/webapp/visitEdu/usr/publish/script/content.js @@ -1302,7 +1302,10 @@ $(document).ready(function () { // 알람 a 내용 없으면 포커싱 안가게. $(".login_info a").each(function(index,itm){ if($(itm).text()==""){ - $(itm).attr("tabindex","-1"); + //$(itm).attr("tabindex","-1"); + $(itm).attr("title","알림없음"); + $(itm).text("0"); + $(itm).css("text-indent","-99999px"); }else{} })