Author: athimel Date: 2012-04-06 18:22:17 +0200 (Fri, 06 Apr 2012) New Revision: 198 Url: http://nuiton.org/repositories/revision/nuiton-web/198 Log: fixes #2054 Modified: trunk/nuiton-struts2/ trunk/nuiton-struts2/src/main/resources/template/css_xhtml/help.ftl Property changes on: trunk/nuiton-struts2 ___________________________________________________________________ Modified: svn:ignore - target *.ipr *.iws *.iml .project .classpath .settings *.log nbactions.xml + target *.ipr *.iws *.iml .project .classpath .settings *.log nbactions.xml .idea Modified: trunk/nuiton-struts2/src/main/resources/template/css_xhtml/help.ftl =================================================================== --- trunk/nuiton-struts2/src/main/resources/template/css_xhtml/help.ftl 2012-04-03 14:58:03 UTC (rev 197) +++ trunk/nuiton-struts2/src/main/resources/template/css_xhtml/help.ftl 2012-04-06 16:22:17 UTC (rev 198) @@ -50,8 +50,8 @@ } /* select, text, text areas and password fields */ - $('#idHelpKey${parameters.helpKey} input, #idHelpKey${parameters.helpKey} select').focus(showHelp); - $('#idHelpKey${parameters.helpKey} input, #idHelpKey${parameters.helpKey} select').blur(hideHelp); + $('#idHelpKey${parameters.helpKey} input, #idHelpKey${parameters.helpKey} select, #idHelpKey${parameters.helpKey} textarea').focus(showHelp); + $('#idHelpKey${parameters.helpKey} input, #idHelpKey${parameters.helpKey} select, #idHelpKey${parameters.helpKey} textarea').blur(hideHelp); /* radio buttons, check-boxes */ var fieldsNeedingHelpWhenMouseOver =