Page 1 of 1

later versions of firefox3.6 still break KTML - found fix

Posted: 2011-01-14 01:19
by mhees
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

Code: Select all

obj_doc.readyState;
and KTML works again!

I found the fix here: http://www.usefulconcept.com/print.cfm? ... CD02A8E916

Hope this helps others.
-Mark