Page 1 of 1

Detail view field descriptions not generated

Posted: 2013-10-08 02:27
by apirnar
Here's a section from a templateDV file, all else seems to work fine except clicking on the information.gif leafs nowhere. I 'm suspecting the culprit is href="#" which is not generated correctly even though there is field description text in the project. The same is for all fields in all tables where a field has associated field description to be displayed. The problem is apparent only since 5.10 for me. Any suggestions? Thanks.

<td class="TableBody" id="noMouseOver" valign="top"><textarea tabindex="1" class="TextBox" name="internet" id="internet" cols="70" rows="5"><%%VALUE(internet)%%></textarea><a href="#" onclick="return showDescription('bina', 'internet', event);" tabindex="-1"><img src="information.gif" border="0" align="top" style="margin: 5px;"></a></td>

Re: Detail view field descriptions not generated

Posted: 2013-10-14 01:12
by a.gneady
href="#" is not the issue as the onclick handles the link instead ... I guess there might be a missing generated file that was not uploaded to your server ... Does the file "common.js.php" exist in your application folder?

Re: Detail view field descriptions not generated

Posted: 2013-10-29 16:10
by apirnar
common.js.php did/does exist.
The issue has resolved with 5.20 in my pre-production site hope it's gone for good.
(I still have old version production site where problem continues but will upgrade that soon too so will see for sure.)
Thanks!