Skip to content

Not working in IE7. #317

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

Open
tapasalok opened this issue Feb 13, 2012 · 0 comments
Open

Not working in IE7. #317

tapasalok opened this issue Feb 13, 2012 · 0 comments

Comments

@tapasalok
Copy link

Following is the sample jsp page or the format from where I am calling the datetimepicker. Calendar is not getting populated in IE7. It is working in most of the browsers. IE8, IE9, Firefox, Google Chrome.

<style type="text/css"> /* css for timepicker */ .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; } .ui-timepicker-div dl{ text-align: left; } .ui-timepicker-div dl dt{ height: 25px; } .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; } .ui-timepicker-div td { font-size: 90%; } </style> <script language="javascript" type="text/javascript"> $(document).ready(function() { var adminDateFormat = $("#loginUserDateFormat").val(); adminDateFormat = adminDateFormat.replace("MM", "mm"); adminDateFormat = adminDateFormat.replace("yyyy", "yy"); $('#date').datetimepicker(); }); </script>

Date time calling textfield: using struts tag.

While using the textfield... in IE8, IE9 , Firefox.. It is working.. But, in IE7 It is giving "Stop running script ? A script on this page is causing your browser to run slowly."

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

1 participant