Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work properly with JQuery Mobile #40

Closed
mike20030405 opened this issue Aug 17, 2012 · 3 comments
Closed

Doesn't work properly with JQuery Mobile #40

mike20030405 opened this issue Aug 17, 2012 · 3 comments

Comments

@mike20030405
Copy link

With JQuery Mobile 1.2.0, the data-displayInput box can't be positioned properly, other functions work good;
To verify the issue, just add following two lines into the HTML head section

    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0-alpha.1/jquery.mobile-1.2.0-alpha.1.min.css" />
    <script src="http://code.jquery.com/mobile/1.2.0-alpha.1/jquery.mobile-1.2.0-alpha.1.min.js"></script>      

Also tried with previous JQuery Mobile 1.1.1, had the same issue;
Also Tried with more early JQuery Mobile 1.0a4.1, the index.html even didn't show up.

@enndott
Copy link

enndott commented Apr 5, 2013

This was getting me too and it bugged me for quite a while. I ended up using the 3D inspect in Firefox to find where the element was going, which was offscreen. You can add data-role="none" < input data-role="none"... > and it should prevent jQuery Mobile from screwing with the positioning.

@aterrien
Copy link
Owner

aterrien commented Apr 7, 2013

Thank you for this tip !

@aterrien aterrien closed this as completed Apr 7, 2013
@JakubHromada
Copy link

Thank you enndott!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants