Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Solved K 3.0.2 message preview not working

More
12 years 5 months ago #149584 by civilizationitalia
I don't know if it can help but I'm trying to debug with IE 10 Developer Tool.
When I start to write the post I trigger the event (onChangeing or something similar I suppose) but I got an error on third line of the following snippet:
Code:
if(this.options.interceptTabs) { this.el.addEvent('keypress', function(event){ event = new Event(event); if(event.key == "tab") { event.preventDefault(); this.replaceSelection("\t"); } }.bind(this)); }

editor.js, row 263 character 5

The error is something like "Action not valid for the object" (rowly translated from italian).
If I continue to debug I noticed that
Code:
if (_previewActive == true){

return false and skip the code inside.
The following user(s) said Thank You: sozzled, xillibit

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #149586 by xillibit
Hello,

I have found a fix, remove the following line and it will works :
Code:
event = new Event(event);

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #149587 by sozzled
So, maybe this whole problem (and the reason why we have never been able to reproduce it here at www.kunena.org ) is because none of us uses Internet Explorer? Maybe the whole problem has to do with IE 10/11 Javascript support?

As it turns out, I passed the information to the developers and they checked. This change has been referred to at GitHub #2010.

Howard, can you tell us what kind of browser you have been using when you have the problem, please?

EDIT:

Further information:
  1. Howard uses Safari
  2. json support enabled; json version 1.2.1
  3. Cannot reproduce these problems at www.kunena.org
Last edit: 12 years 5 months ago by sozzled.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #149602 by Matias
A comment on using the Kunena 1.7 template:

Kunena 2.0+ is designed to use CSS, JS and image files from the "legacy templates", but to ignore any PHP code. So the Blue Eagle derived legacy templates should work, althought with some potential issues.

In this case I would just keep using the old one, but at the same time I would remove all the javascript and PHP files, just in case. Then I would rename the template and change its version. :) Of course this should be done first in a test site...
Last edit: 12 years 5 months ago by Matias.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago #149606 by sozzled
Further update:

  1. I talked for about an hour with Howard
  2. Howard is now trialling K 3.0.3-DEV to see if it makes any difference
  3. Howard promised me that he will never again use the K 1.7.2 Blue Eagle template :D
  4. Howard will be building a "vanilla flavoured Joomla" test site (with no changes, no non-standard Joomla site template, nothing else added), install Kunena on it (again, with no changes to the configuration) and see if, out-of-the box he can reproduce the message preview issue. This could take a while before he gets back to us.
  5. This is a low priority issue as far as Howard is concerned.

Please Log in or Create an account to join the conversation.

More
12 years 5 months ago - 12 years 5 months ago #149607 by sozzled
Further update: Howard confirmed that on a "vanilla-flavoured" no-frills Joomla website, with a vanilla-flavoured K 3.0.2 installation, there were no issues with the message preview. This eliminates the webhost as a possible cause and also eliminates Kunena software as a possibility.

The cause is therefore, in this particular case, something unique to Howard's installation. We can probably consider this matter closed for the time being but it would be nice to know what other Joomla extension, installed on the problem site, interferes with the behaviour of Kunena's editor.js ... in this particular instance.
Last edit: 12 years 5 months ago by sozzled.

Please Log in or Create an account to join the conversation.

Time to create page: 0.335 seconds