hehaipeng / mobiscroll

Automatically exported from code.google.com/p/mobiscroll
0 stars 0 forks source link

mobiscroll won't pop up after reloading page with button on page. #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.add a datetime picker with display modal, and add a reset button 
that executes any of the following:

Response.Redirect(Request.Url.AbsoluteUri);
Server.Transfer(Request.Path);
Response.Redirect(Request.RawUrl);

2.select dates, then click reset button

3. try to select/ click date field. datetime picker won't come up anymore, 
unless the browser's reload page is clicked. 

What is the expected output? What do you see instead?

to be able to reload/ reset an asp.net page with a button and still be able to 
click the date field and see the datetime picker pop up

What version of the product are you using? On what operating system?

mobiscroll 2.0, windows 7, visual studio 2010

Original issue reported on code.google.com by ito...@gmail.com on 28 Jun 2012 at 8:28

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 22 Feb 2013 at 11:19