later versions of firefox3.6 still break KTML - found fix
Posted: 2011-01-14 01:19
The KTML fix files here worked until recently, but as Firefox was updated (I am now at 3.6.13) I found the KTML editor quit working again.
Open includes/ktm/core/mozilla_ie_compat.js and comment out the line and KTML works again!
I found the fix here: http://www.usefulconcept.com/print.cfm? ... CD02A8E916
Hope this helps others.
-Mark
Open includes/ktm/core/mozilla_ie_compat.js and comment out the line
Code: Select all
obj_doc.readyState;
I found the fix here: http://www.usefulconcept.com/print.cfm? ... CD02A8E916
Hope this helps others.
-Mark