fix: jquery.mobile.theme.css (default)#774
fix: jquery.mobile.theme.css (default)#774markusweb wants to merge 3 commits intojquery-archive:masterfrom
Conversation
|
Can you specify a URL and browser where you see this issue? This existing rule should set the repeat to repeat-none for search icons: https://github.com/jquery/jquery-mobile/blob/master/themes/default/jquery.mobile.theme.css#L719 Thanks! |
…splay the results with the help of jquery.tmpl.min.js.
to use this: the url must contain "mode=json" as get parameter. in the main/index.html the template has to be inserted.
the json data must contain a "template"-entry in the main section
{"id":"foobar", "template":"templateListIntro", "list":[ ... ]}
|
ok, in my case the ui-icon class is not added the div. https://github.com/jquery/jquery-mobile/blob/master/js/jquery.mobile.forms.textinput.js#L35 the URL is: |
|
ah okay. I'll add that missing class then. Thanks! |
fixed the repeating of background-image for the search field.
the image was repeated in the input field. so i added "background-postion: no-repeat" to have it only once displayed. also added background-postion.
checked in firefox, safari and on iphone