Project

General

Profile

Actions

Bug #5400

closed

CB modules on home page seem to break single tap menu expansion on iphone

Added by nant over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
20 July 2015
Due date:
% Done:

100%

Estimated time:

Actions #1

Updated by nant over 8 years ago

Was able to replicate on this test site:

tpl.cbdemosites.com

I was able to replicate the following:

Clean Joomla 3.4.3 site with default content and default (protostar) template.

If I view on my iphone 5 (simulator does not seem to simulate properly this use case) I am able to single click on the small menu icon (3 dashes) and it expands just fine.

If I install CB on the site, then the menu does not single click expand.

If I unpublish the CB Login module and the CB Online module then single click expansion works again.

Based on this I can only conclude that there is something in CB code that is breaking this for all templates.

Actions #2

Updated by nant over 8 years ago

  • Assignee changed from krileon to Jacob
Actions #3

Updated by nant over 8 years ago

  • Assignee changed from Jacob to krileon
Actions #4

Updated by krileon over 8 years ago

Could not confirm on my android phone using mobile built in browser and mobile chrome. Both working perfectly fine. cbTabs jQuery is the only CB jQuery loading on the home page where you've confirmed the issue and I see nothing in it that can cause this.

That dropdown usage is jQuery powered by Bootstrap. This could be an issue of jQuery conflict (missing namespacing in Joomla bootstrap usage). The only jQuery in cbTabs that could possibly be a culprit, but incredibly unlikely, is the below.

$( document ).on( 'click', '.cbTabNavExternal', function( e ) {

However as it specifically targets the class cbTabNavExternal I don't see how it could possible conflict.

Actions #5

Updated by krileon over 8 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Fixed in MR !955

Actions #6

Updated by beat over 8 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF