반응형 프로그래밍48 Extjs 4.x 이하 Chrome 43.0.2357.65 BUG Extjs 4.x , 3.x Chrome 43.0.2357.65 submenu hide bug 메뉴 기능의 SubMenu 가 계속 꺼지는 현상 아래 오버라이드로 해결 // fix hide submenu (in chrome 43) Ext.override(Ext.menu.Menu, { onMouseLeave: function(e) { var me = this; // BEGIN FIX var visibleSubmenu = false; me.items.each(function(item) { if(item.menu && item.menu.isVisible()) { visibleSubmenu = true; } }) if(visibleSubmenu) { //console.log('apply fix hide subme.. 2015. 5. 28. [JAVA] Html Parse HTMLUNIT / complie Dependencies Maven dependency commons-codec commons-codec 1.9 commons-collections commons-collections 3.2.1 commons-io commons-io 2.4 commons-logging commons-logging 1.1.3 net.sourceforge.cssparser cssparser 0.9.14 net.sourceforge.htmlunit htmlunit-core-js 2.15 net.sourceforge.nekohtml nekohtml 1.9.21 org.apache.commons commons-lang3 3.3.2 org.apache.httpcomponents httpclient 4.3.3 org.apache.httpcomponents httpmime 4.3.3 or.. 2014. 12. 6. Spring [JSTL, HTML tag] - BASE Tag 설정 Base Tag 설정 아래에 / * Base Path */ 2014. 11. 20. [CSS, JAVASCRIPT] IE7, 8 backgroud-size : cover IE7, 8 backgroud-size : cover 적용 https://github.com/louisremi/jquery.backgroundSize.js 2014. 9. 23. 이전 1 2 3 4 5 6 ··· 12 다음 반응형