The "FH_XHTML_CLOSE" attribute is not valid for the "br" element. Some valid attributes for this element are: "accesskey", "class", "clear", "contenteditable", "contextmenu", "dir", "draggable", "hidden", "id", "item", "itemfor", "itemprop", "lang", "role", "spellcheck", "style", "tabindex", and "title".
in
..." onkeyup="displayLimit('FormHandler', 'opmerking', 100, true, 'U kunt nog <b>%d</b> karakters gebruiken in dit veld');"></textarea><br FH_XHTML_CLOSE ><div id='opmerking_limit'></div>
this is in my code
<code>
$form -> textArea("Opmerking", "opmerking", _FH_TEXT);
$form -> setMaxLength("opmerking", 100);</code>
Johan,
I think t was in class.TextArea on line 161. I changed it Ok it works thanks.
An other problem. My browser is Mozilla Firefox version 3.6.8 and in my form I have severol inputfields. When I open the firebug and I click in a field I get the following error,
Permission denied to access property 'parentNode' from a non-chrome context
[Break on this error] function PopupWindow_isClicked(e){if(t... false;}return false;}return false;}
I am also facing the same problem in Mozilla Firefox version 3.6.8.
Permission denied to access property 'parentNode' from a non-chrome context
[Break on this error] function PopupWindow_isClicked(e){if(t... false;}return false;}return false;}
Would you please tell me where it is fixed?
What are the new issues/bugs has been fixed in Mozilla firefox latest verson.
Can you share the url where it is mentioned that this issue has been solved.
I also tried to use latest version of Mozilla Firefox version 4.0 beta. I am still facing the same problem. I don't think it is solved in latest download.