Page 1 of 1

Problems with the CollBlock and Button Duo

Posted: Mon Mar 02, 2015 8:55 pm
by Logan Wells

I posted this in questions, although I find it more topical to put it here.

Thanks for responding so quickly!

Here is when the button works:

Image

I put a grid on the CollBlock, put the button on it, as seen here:

Image

And now when I press the button as it is on the CollBlock, it just collapses/opens it, ignoring the button

Thanks!


Problems with the CollBlock and Button Duo

Posted: Tue Mar 03, 2015 12:45 pm
by Alena Prykhodko

Hello Logan,

We have reported a bug.
Please stay tuned.


Problems with the CollBlock and Button Duo

Posted: Thu Mar 05, 2015 11:16 pm
by Logan Wells

Alright, thank you for responding so quickly!


Problems with the CollBlock and Button Duo

Posted: Fri Jul 17, 2015 12:50 pm
by Alena Prykhodko

Dear Logan,

This is what we have found out:

This is 3d party library bug (JQM beginning from 1.1.1 version).

This issue was raised on JQM bug tracker, but developers did not fix it.
https://github.com/jquery/jquery-mobi...

As a workaround you can delete preevent.stopPropagation();/pre

at 6849 line in jQuery Mobile 1.4.4 js un-minified file.

pre this._on( ui.heading, {
"tap": function() {
ui.heading.find( "a" ).first().addClass( $.mobile.activeBtnClass );
},

Code: Select all

"click": function( event ) { 
 this._handleExpandCollapse( !ui.heading.hasClass( "ui-collapsible-heading-collapsed" ) ); 
 event.preventDefault(); 
 event.stopPropagation(); 
} 

}); /pre

But this can lead to new problems here, but this will work.


Problems with the CollBlock and Button Duo

Posted: Sat Jul 18, 2015 6:03 pm
by Logan Wells

Thank you so much for working to find this actively and solving it!!!

Appery has awesome representatives.

Thanks