jquery/demos.jquerymobile.com

Broken pages in demo

gseguin opened this issue · 13 comments

@agcolom

I think you meant the upgrade guide. I was aware of this (see jquery/jquerymobile.com#43 (diff)).

We have to fix this in the build script in the jquery-mobile repo.

The Icons -> Grunticon page is also broken: http://demos.jquerymobile.com/1.4.0/icons-grunticon/
demos-jquerymobile-1_4_0-icons-grunticon

@rrevi

Thanks. We are aware of the problem (jquery-archive/jquery-mobile#6941).

http://demos.jquerymobile.com/1.4.2/transitions doesn't work either. It just displays the "1.4.2 Demos" index page, and the "Transitions" link becomes "http://demos.jquerymobile.com/1.4.2/transitions/transitions/", which throws a 404 error if you click on it.

This link appears at a few places, on the left, in the menu, it is the 2nd last item. Also, in the "Pages & Navigation" box, it is the last item. They all behave as I described.

This is still an issue with the 1.4.4 demos

@agcolom - What pages are broken? I tested most pages that are mentioned in this thread and cannot reproduce (Chrome 38 / OS X).

@agcolom

I see the problem. Our build script changes <link rel="stylesheet" href="../../css/structure/jquery.mobile.structure.css"> to <link rel="stylesheet" href="../css/themes/default/jquery.mobile-1.4.4.structure.min.css"> which it shouldn't. I'll open a ticket for this in the jquery-mobile repo.

cc: @gseguin

I opened jquery-archive/jquery-mobile#7771 for the problem with the "Classic theme" demo. All other things seem to be fixed so I am going to close this ticket.