Alpha 1.0a4.1 button bug?? - active theme applied and remains
Hi,
If you run up the following page (updating the reference links as required), you'll notice that when you click on a button, it stays blue. Revert back to version 1.0a3 and the issue is not present. I had problems with 1.0a4 so can't say whether the problem's there as well.
Also, ie9 working much better - but one of the themes (c I think) comes as an unreadable blue.
cheers
Matt
- <!DOCTYPE html>
- <html>
- <head>
- <title>Active button bug</title>
-
- <%-- <link href="../Styles/jquery.mobile-1.0a3.css" rel="stylesheet" type="text/css" />
- <script src="../Scripts/jquery-1.5.js" type="text/javascript"></script>
- <script src="../Scripts/jquery.mobile-1.0a3.js" type="text/javascript"></script>--%>
- <link href="../Styles/jquery.mobile-1.0a4.1.min.css" rel="stylesheet" type="text/css" />
- <script src="../Scripts/jquery-1.5.2.js" type="text/javascript"></script>
- <script src="../Scripts/jquery.mobile-1.0a4.1.min.js" type="text/javascript"></script>
- </head>
- <body>
- <div data-role="page" data-theme="h">
- <div data-role="header">
- <h1 class="ui-title" tabindex="0" role="heading" aria-level="1">
- Button bug - active theme applied and remains</h1>
- </div>
- <div id="folioContent" data-role="content" class="ui-content" role="main">
- <a data-role="button" data-theme="c" href="#">button 1</a>
- <a data-role="button" data-theme="c" href="#">button 2</a>
- </div>
- </div>
- <div data-role="page">
- </div>
- </body>
- </html>