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

mhees
Posts: 1
Joined: 2010-05-11 01:24

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

Post by mhees » 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

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