Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery Mobile Listview using Inline / Theme B Showing Wrong Icon on First & Last list items (Firefox)
    primarykey
    data
    text
    <p>It seems that if I assign the listview to be inline and use theme a or b then the first and last arrow icons on the list appear in grey instead of the intended color when in the FIREFOX pc browser (mobile firefox seems fine). Sometimes it is both the first and last icon and other times I can refresh and it is one or the other.</p> <p>I tested the other themes and only a &amp; b seemed to have this display issue with the first &amp; last arrows not being in the right colors, it also only occurs when I use the data-inset=true with those themes. If I remove data-inset then the display is fine.</p> <p>Is there a way to get around this that anybody has found? I really would like my listview to be inset and using theme b.</p> <pre><code>&lt;html&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;style type="text/css"&gt; @import url('include/jquery.mobile-1.3.1.min.css'); &lt;/style&gt; &lt;meta name="apple-mobile-web-app-capable" content="yes"&gt; &lt;meta name="apple-mobile-web-app-status-bar-style" content="black"&gt; &lt;meta id="viewport" name="viewport" content="initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /&gt; &lt;meta name="apple-touch-fullscreen" content="NO" /&gt; &lt;script src="include/jquery-1.9.1.min.js"&gt;&lt;/script&gt; &lt;script src="include/jquery.mobile-1.3.1.min.js"&gt;&lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div data-role="page" id="mobile"&gt; &lt;div data-role="content"&gt; &lt;ul data-role="listview" data-inset="true" data-theme="b"&gt; &lt;li&gt;&lt;a href="acura.html"&gt;Acura&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="audi.html"&gt;Audi&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="bmw.html"&gt;BMW&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="acura.html"&gt;Acura&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="audi.html"&gt;Audi&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="bmw.html"&gt;BMW&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="acura.html"&gt;Acura&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="audi.html"&gt;Audi&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="bmw.html"&gt;BMW&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    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.
    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