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

Popup position ignored for some reason #375

Closed
winstonpang opened this issue Apr 6, 2015 · 1 comment
Closed

Popup position ignored for some reason #375

winstonpang opened this issue Apr 6, 2015 · 1 comment

Comments

@winstonpang
Copy link

I'm not sure if I'm doing this wrong, but with a simple page and a simple input, the calendar's don't seem to be poppping up in the center of the window, rather it's stuck relative to the center of the input box.

Could it be related to using jquery grid?

Here's a sample markup of mine

<div class="ui-grid-a">
    <div class="ui-block-a" style="padding:0; border:0;margin:0;width: 70% !important;">
        <div class="ui-bar" style="padding:0; border:0;margin:0;">
            <input id="startDateTextBox" class="form-entry" data-options='{ "mode": "flipbox", "popupPosition": "window","useFocus": true, "showInitialValue" : true }' />
        </div>
    </div>
    <div class="ui-block-b" style="padding:0; border:0;margin:0;width: 30% !important;">
        <div class="ui-bar" style="padding:0; border:0;margin:0;">
            <input id="startTimeTextBox" class="form-entry" style="margin:0;"  type="text" data-role="datebox" data-options='{ "mode": "timeflipbox", "popupPosition": "window", "buttonIcon": "ui-icon-clock", "useModal" : true, "useFocus": true, "showInitialValue" : true }' />
        </div>
    </div>
</div>
@jtsage
Copy link
Owner

jtsage commented Aug 13, 2015

Hmm. Just used your code, and I was unable to reproduce. Can you set up a jsFiddle maybe?

@jtsage jtsage added the NeedFeedback Items where the maintainer is asking for discussion, or needs feedback from the original poster label Aug 13, 2015
@jtsage jtsage closed this as completed Sep 24, 2015
@jtsage jtsage removed NeedFeedback Items where the maintainer is asking for discussion, or needs feedback from the original poster labels Apr 5, 2019
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

2 participants