jquery-mobile-datepicker-wrapper icon indicating copy to clipboard operation
jquery-mobile-datepicker-wrapper copied to clipboard

Calendar widget is transparent

Open tomekduda opened this issue 10 years ago • 0 comments

This seems to be similar to https://github.com/jquery/jquery-mobile/issues/6952

Here's what I see after accessing http://jsfiddle.net/FUGZN/ or http://jsbin.com/uzaret/1375/edit (before and after focusing on 1st input field)

image

Same happens when I try to use your plugin on my own page (sorry, can't share a public link as it requires authentication).

It can be fixed by adding CSS like <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"/>

however I've noticed this will bring too much of jQuery UI for me and will screw up other things like jQuery Mobile tabs.

I think you've externalized the jquery.mobile.datepicker.theme.css but didn't include it in the demos? Adding <link> to that file seemed to fix it for me although I'm not sure if it looks as it should:

image

The reason I'm not sure how the datepicker should look like is that I've been temp. banned from rawgit.com for viewing the demo page too much I guess. Apologies if this ticket is written up in an unclear way or if it should be logged in against jQ M docs...

tomekduda avatar Jun 22 '14 17:06 tomekduda