Note that there are some explanatory texts on larger screens.

plurals
  1. PODisplay issues when we change from one jquery mobile page to another in firefox
    primarykey
    data
    text
    <p>I have a multi page template developed in jquery mobile.The problem I am facing is whenever I navigate from one page to another in Firefox(desktop.Version 12),the backgrounds of buttons,listview etc disappear at first,but their labels stay for a while.By that time the content of the second page appears.For a split second,the labels of the previous page is superimposed on the new page.Though it stays for a split second only,it looks weird since there are a number of components in the page.I know page transitions will not work with firefox and I am ok with that.But this rendering issue should not happen.</p> <p>Code I am using:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html lang="en"&gt; &lt;head&gt; &lt;title&gt;Test&lt;/title&gt; &lt;meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1"&gt; &lt;link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" /&gt; &lt;script src="http://code.jquery.com/jquery-1.6.4.min.js"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div data-role="page" id="page1"&gt; &lt;div data-role="header"&gt; &lt;h1&gt;Page1&lt;/h1&gt; &lt;/div&gt; &lt;button&gt;button&lt;/button&gt; &lt;button&gt;button&lt;/button&gt; &lt;button&gt;button&lt;/button&gt; &lt;button&gt;button&lt;/button&gt; &lt;button&gt;button&lt;/button&gt; &lt;div data-role="content"&gt; &lt;ul data-role="listview" data-inset="true"&gt; &lt;li&gt; &lt;a href="#page2"&gt;aaa&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#page2"&gt;aaaaa&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#page2"&gt;bbbbbbbb&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;div data-role="page" id="page2"&gt; &lt;div data-role="header" &gt; &lt;h1&gt;Page 2&lt;/h1&gt; &lt;a href="#page1" data-back-btn="true" data-icon="back" class="ui-btn-left"&gt;Back&lt;/a&gt; &lt;/div&gt; &lt;div data-role="content"&gt; This content is for page 2.. &lt;ul data-role="listview" data-inset="true"&gt; &lt;li&gt; &lt;a href="#page1"&gt;BBBBBBBB&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#page1"&gt;WWWWWWWWWW&lt;/a&gt; &lt;/li&gt; &lt;li&gt; &lt;a href="#page1"&gt;FFFFFFFFFFFFFFFFFF&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>A demo here - <a href="http://jsfiddle.net/5FZb7/" rel="nofollow">http://jsfiddle.net/5FZb7/</a></p> <p><strong>Note</strong>:</p> <p>If I use jquery mobile 1.1 version,this issue is not happening.But in my project I have to use the legacy version 1.0.1 since we have already used it for most part of the project and dont want to upgrade to 1.1 at this moment.</p> <p>Thanks in advance.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload