Firefox 10

wjd
Posts: 5
Joined: 2012-02-03 17:21

Firefox 10

Post by wjd » 2012-02-03 19:02

So.. looks like Firefox 10 broke some of the HTML editor functions... Here is a list of what I have seen and clients reporting...

- Styles menu does not show list of styles
- Clicking on any of the file browser buttons an error shows of File Browser Module is not Available.

Anyone else getting this or know of a fix?

Vegetta
Posts: 7
Joined: 2010-04-23 19:33

Re: Firefox 10

Post by Vegetta » 2012-02-03 20:42

I just Installed FF10 today (mac) and the properties window would no longer work. I reverted back to FF9. Guess I will wait and see if a work around pops up.

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: Firefox 10

Post by Fred » 2012-02-05 11:23

Interesting...
On the main site I am still using the html editor and everything seems to be working just fine for me.
The issues you reported are not there.

On my production sites and XMS Systems I changed over to tinymce a long time ago because the editor is the core part of any content managed site and I honestly cant afford to hold my breath every time one of the browsers gets updated.

Yea KTML editor had some functions that was way ahead of its time and one that I still miss is how easy it was to manage images.
However in my opinion its time has come for retirement.

TinyMCE is just as easy to use and none of my customers had any issues getting used to it.
To integrate is a matter of pasting a couple of lines of code and assign a class to the text input field.

wjd
Posts: 5
Joined: 2012-02-03 17:21

Re: Firefox 10

Post by wjd » 2012-02-06 20:06

Now-a-days we no longer use KTML but we do have several legacy sites that still use it.

Fred, it sounds like in FF 10, the editor is not having any issues for you at all? If so, would you mind sharing your KTML includes directory? I have the most recent ADDT version along with the patches listed on this site.

wjd
Posts: 5
Joined: 2012-02-03 17:21

Re: Firefox 10

Post by wjd » 2012-02-07 02:24

OK... got an update. This appears to be limited to Mac users using Firefox 10. PC users are able to work with the file browser. Which probably explains why your still able to work with it, Fred. Disregard the request for your include files.

But, if anyone does find a solution, I would still be interested.

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: Firefox 10

Post by Fred » 2012-02-07 06:39

Was just about to zip it up for you.

bat
Posts: 1
Joined: 2012-02-14 12:11

Re: Firefox 10

Post by bat » 2012-02-14 12:13

Yes - I have the same problem! There's a lot of sites too... Any word of a fix yet?
Cheers!

bmhs7
Posts: 1
Joined: 2012-02-16 02:12

Re: Firefox 10

Post by bmhs7 » 2012-02-16 02:16

here's the fix.

find this code in the following file: includes > ktm > core > editor_mozilla.js

Around line 10 find this code:

Code: Select all

var class_name=(tmpprs.isSameNode(current_tag))
And change to this:

Code: Select all

var class_name=((current_tag))
Save and upload, this should do it...

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: Firefox 10

Post by Fred » 2012-02-18 04:49

There has been 2 updates to FF 10 since the update.
Can you please confirm the fix is still working and working for the windows version as well.

If so please zip the file and email it to me so I can upload it to the site.

Thanks.

wjd
Posts: 5
Joined: 2012-02-03 17:21

Re: Firefox 10

Post by wjd » 2012-02-20 16:51

Thanks for the fix bmhs7.

Fred, I can confirm it fixes the file browser issue on Mac FF10 for both recent versions of FF10. I will PM the zip file.

Post Reply