andrewnicols / moodle-local_usertours

asdf
GNU General Public License v3.0
6 stars 7 forks source link

Tour of dropdown menus - can't see menu #27

Open dsoini opened 8 years ago

dsoini commented 8 years ago

Our theme has dropdown menus using the built-in bootstrap code. We cannot see the menus because you have to target the dropdown link and when you do that, the tour box covers the menu. Not sure how to solve this problem, but it would be nice if we could move the tour box a little to the side so you can see the menu.

sanjeetchand commented 7 years ago

I was testing this plugin and came across this issue too. The usermenu in moodle 3.1 cannot be seen. However in mobile devices it can be seen and I think its to do with the fixed positioning of the header or it could be the z-indexing applied onto the header tag.

dsoini commented 7 years ago

I ended up adding opacity: .9 to the stylesheet for the tour box overlay. You can sort of see the menu enough to know it is there and still read the information.

dsoini commented 7 years ago

Oops, I didn't mean to close it.

andrewnicols commented 7 years ago

Hi all,

I just wanted to let you know that this issue has not been forgotten.

I work for Moodle HQ and am currently working on the Moodle 3.2 release. Moodle 3.2 includes the User Tours plugin as standard and, once the release has finished, I will be backporting all of the 3.2 User Tours features and changes to this plugin. The pending changes represent a huge improvement for User Tours and address many areas from accessibility, to reliability, to usability, to plain-old-bugs.

Unfortunately I currently don't have any spare time to work on this plugin but I do intend to address this issue shortly.

Andrew

sanjeetchand commented 7 years ago

Hi thank you for the update. It would be great if the 3.2 User tours can be ported into earlier Moodle versions.

It would be nicer if the plugin allows for user interaction with conditions like if user clicks on an element on the page and it shows up a popup or a drop down, maybe then the user tour should be able to show the tour in the popup context, for example if popup opened then show popup tour else continue with existing tour.

Thanks again for this plugin, and updating us with what's going on. Sanjeet

sanjeetchand commented 7 years ago

I think that hidden menu related to the theme. I tried using bootswatch theme just to see if the issue will go away and it worked properly, without any issues.