?
avatar franz-wohlkoenig
franz-wohlkoenig
7 Mar 2016

Steps to reproduce the issue

Open in Joomla! 3.5.0-beta5 a Menu Item Type "K2 » Item listings » Categories"

Expected result

Visible Tabs: Details, Options, Link Type, Page Display, Metadata, Module Assignment

Actual result

Visible Tabs: Details, Options

System information (as much as possible)

PHP 5.6.13
MySQLi 5.5.47-0+deb7u1
K2 v2.6.9

Additional comments

Joomla! 3.5.0-beta5:
joomla 3 5 0-beta4
Joomla! 3.4.8
joomla 3 4 8
Found this Issue only in this Menu Item Type. Same Issue after clear Cache, and LogOut / LogIn.

avatar franz-wohlkoenig franz-wohlkoenig - open - 7 Mar 2016
avatar franz-wohlkoenig franz-wohlkoenig - change - 7 Mar 2016
Title
Joomla! 3.5.0-beta4: Menu Item Type "K2 » Item listings » Categories" > Only Tabs "Details" and "Options" visible
Joomla! 3.5.0-beta5: Menu Item Type "K2 » Item listings » Categories" > Only Tabs "Details" and "Options" visible
avatar brianteeman brianteeman - change - 7 Mar 2016
Labels Added: ?
avatar xtech86
xtech86 - comment - 8 Mar 2016

I have looked into this further and it appears to be caused by K2 using moo tools. Javascript error is reported on page. See:

                window.addEvent('domready', function(){
                    if($('request-options')) {
                        $$('.panel')[0].setStyle('display', 'none');
                    }
                    setTask();
                });

K2 need to update for jQuery usage.

Works fine on Joomla! com_content and JEvents Menu Items.

K2 add this with the following files:

administrator/components/com_k2/elemets/category.php
administrator/components/com_k2/elemets/itemform.php
administrator/components/com_k2/elemets/k2category.php

with a script declaration.

Therefore, not a Joomla! Error.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 8 Mar 2016

Thanks @xtech86 for looking in this. So its not an Joomla-Error i close this Issue.

avatar franz-wohlkoenig franz-wohlkoenig - change - 8 Mar 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-03-08 12:42:21
Closed_By franz-wohlkoenig
avatar franz-wohlkoenig franz-wohlkoenig - close - 8 Mar 2016

Add a Comment

Login with GitHub to post a comment