Closed GoogleCodeExporter closed 8 years ago
Thanks for the report!
The problem only occurs when using the 'jqm' theme.
It can be easily fixed with a few lines of css:
.jqm .dw {
z-index: 1003;
}
.jqm .dwv {
position: static;
width: auto;
}
Here is a live example: http://jsfiddle.net/E3rP7/1/
The fix will be included in the next bugfix release (2.0.1)
Original comment by diosla...@gmail.com
on 30 May 2012 at 5:47
I have verified that this fix works in my sample app. Thanks for the quick
response, and thanks for reading my mind about which theme I was using!
Original comment by MyMinds...@gmail.com
on 30 May 2012 at 11:43
Thanks for that fix, it solves the problem straight away. I'm using jQuery
Mobile Splitview plugin, which is locked to jQM ver. 1 so this fix will solve
the issue for any one using JQM splitview and mobiscroll with QM theme
Original comment by brown.j....@gmail.com
on 20 Jul 2012 at 9:20
Fixed in 2.0.1
Original comment by diosla...@gmail.com
on 26 Jul 2012 at 9:54
Original issue reported on code.google.com by
MyMinds...@gmail.com
on 30 May 2012 at 12:21