Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

Problems with the CollBlock and Button Duo

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!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Problems with the CollBlock and Button Duo

Hello Logan,

We have reported a bug.
Please stay tuned.

Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

Problems with the CollBlock and Button Duo

Alright, thank you for responding so quickly!

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Problems with the CollBlock and Button Duo

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.

Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

Problems with the CollBlock and Button Duo

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

Appery has awesome representatives.

Thanks

Return to “Issues”