TopCol Close All does not work, Cursor does not change

TopCol Close All does not work, Cursor does not change

by mart van der niet -
Number of replies: 11

(Moodle 20160603)) (TopCol 2016052302)

TopCol gives me two problems:

- The Close All is not recognized, though Open All is (see attached images for results of inspection in Firefox)

- all other links are recognized but the cursor does not change form when hovering

Problem occurs when using themes Essential or Clean

(yes, I have purged the cache (several times))

 

All help appreciated

 

 

 

Attachment CloseAll.png
Attachment OpenAll.png
Average of ratings: -
In reply to mart van der niet

Re: TopCol Close All does not work, Cursor does not change

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Mart,

What version of Moodle are you running please?

G

In reply to Gareth J Barnard

Re: TopCol Close All does not work, Cursor does not change

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

P.S.

From the screen shot it looks like an element on that course is overlaying the button.  Thus does 'close all' fail on all courses?  If not then a problem pertaining to that course's content and thus that to be investigated.

G

In reply to Gareth J Barnard

Re: TopCol Close All does not work, Cursor does not change

by mart van der niet -

(Moodle 20160603)

In reply to mart van der niet

Re: TopCol Close All does not work, Cursor does not change

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Mart,

There is no Moodle release in the M3.1 branch that has a date of 20160603 - possibly the alpha development 3.2 might have had that at some point.

G

In reply to Gareth J Barnard

Re: TopCol Close All does not work, Cursor does not change

by mart van der niet -

Yes, I see what you mean. Puzzling how I got this one.

Will up/downgrade to stable version and check again.

In reply to mart van der niet

Re: TopCol Close All does not work, Cursor does not change

by mart van der niet -

Did a clean installation:

Clean installation:

Moodle 3.1.2 (Build: 20160912) ($version  = 2016052302.00; )

Add. plugins:

  • TopCol 3.1.1.2 (2016052302)
  • Essential 3.1.0.8 (Build: 2016061707) 
  • Bootstrapelements 1.1 (2015010600)
  • All-or-Nothing Multiple Choice (2016012300)

Now problems are:

In TopCol course, both with theme Clean or Essential

  • Section headers recognized as link, but cursor does not change to PointingHandCursor
  • Same on the Open All / Close All toggles 
  • Cursor does change shape on course activities and resources
  • In one course Close All recognized as link, in another not

Baffling me...

In reply to mart van der niet

Re: TopCol Close All does not work, Cursor does not change

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

All courses or just one course?

Does the problem go away after uninstalling either / both of:

  • Bootstrapelements 1.1 (2015010600)
  • All-or-Nothing Multiple Choice (2016012300)

?

In reply to Gareth J Barnard

Re: TopCol Close All does not work, Cursor does not change

by mart van der niet -

After removing All-or-Nothing Multiple Choice:

- CloseAll recognized, pointershape does not change

 

After also removing Bootstrapelements 

 

- CloseAll recognized, pointershape does not change

 

??

In reply to mart van der niet

Re: TopCol Close All does not work, Cursor does not change

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Mart,

Ok, I'm stumped.  I believe the only way I can start to see what might be going on is to have guest access on your site on a course with the problem.

G

In reply to Gareth J Barnard

Re: TopCol Close All does not work, Cursor does not change

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Bootstrap Elements bug for not adding 'hide' class to modals: http://getbootstrap.com/2.3.2/javascript.html#modals.

In reply to Gareth J Barnard

Re: TopCol Close All does not work, Cursor does not change

by mart van der niet -

A workaround would be :

 

Change mod/bootstrapelements/lib.php

line 245 :  'class' => 'modal fade',

change to:

 

line 245 :  'class' => 'modal hide fade',