KTML Buttons not showing after Firefox ver 3.6 Upgrade

KTML Buttons not showing after Firefox ver 3.6 Upgrade

If your KTML form is not rendering the buttons after you upgraded to Firefox Version 3.6 you can simply edit the following files.
divider

If your KTML form is not rendering the buttons after you upgraded to Firefox Version 3.6 you can simply edit the following files.

/includes/ktm/core/mozilla_ie_compat.js

Search for and delete the following

obj_doc.readyState="complete";
/includes/ktm/modules/css/script.js

Search for this code:

(this.edit.readyState!= "complete")

and replace with

(1 == 0)

More info here

Written by:  - 30 Jan, 2010