Plugin tab dosen't work on Ipad

General questions about CMSimple
Post Reply
maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Plugin tab dosen't work on Ipad

Post by maeg » Tue Jun 10, 2014 7:03 am

Hi

When i go to the backend on installations vith cmsimple 1.6.2 with my ipad, the plugin tab is inactive.
If i use my pc there is no problems..

Any ideers why???
Last edited by maeg on Tue Jun 10, 2014 11:25 am, edited 1 time in total.

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Plugin tab dosen't work on Ipad

Post by cmb » Tue Jun 10, 2014 10:17 am

maeg wrote:the plugin tab is inactive
Do you mean the tabs above the editor?

That could be caused by a JavaScript bug. Which iOS version and browser do you use?
Christoph M. Becker – Plugins for CMSimple_XH

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: Plugin tab dosen't work on Ipad

Post by maeg » Tue Jun 10, 2014 10:33 am

No i mean the plugin tab.

Whwn you login, you get the admin menu in the top of the site -> Edit - Page - Files - Settings - Plugin - Logout

All tabs works exept plugin.
When i move the mouse over the plugin tab, nothing happens - its like it is inactive.

It is only when i use ipad, when i use my pc all is normal

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Plugin tab dosen't work on Ipad

Post by cmb » Tue Jun 10, 2014 11:00 am

maeg wrote:No i mean the plugin tab.

Whwn you login, you get the admin menu in the top of the site -> Edit - Page - Files - Settings - Plugin - Logout
Ah, I see. Maybe your iOS browser (Safari?) doesn't like that "Plugins" is marked up as <span> instead of <a>. Please modify cmsimple/adminfuncs.php line 655ff:

Code: Select all

        array(
            'label' => utf8_ucfirst($tx['editmenu']['plugins']),
            'url' => $sn, // insert dummy URL
            'children' => $pluginMenu,
            'style' => 'width:' . $width . 'px; margin-left: ' . $marginLeft . 'px'
        ),
Christoph M. Becker – Plugins for CMSimple_XH

maeg
Posts: 525
Joined: Fri Feb 20, 2009 2:27 pm
Location: Agerbæk, Denmark
Contact:

Re: Plugin tab dosen't work on Ipad

Post by maeg » Tue Jun 10, 2014 11:24 am

Hi

Cool - that soloved the ipad problem.

Thanks

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Plugin tab dosen't work on Ipad

Post by cmb » Tue Jun 10, 2014 11:35 am

Fine! :)

The behavior of XH 1.6.2 has to be regarded as a bug, IMO, so I suggest we fix it for XH 1.6.3. We may consider offering a more useful link, though. Linking to a plugin manager (if installed) seems natural.
Christoph M. Becker – Plugins for CMSimple_XH

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Plugin tab dosen't work on Ipad

Post by cmb » Sun Aug 24, 2014 9:20 pm

cmb wrote:The behavior of XH 1.6.2 has to be regarded as a bug, IMO, so I suggest we fix it for XH 1.6.3.
Done (r1359).
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply