Two Laptop Bag
The moose likes Java in General and the fly likes DatePicker being displayed in the backside of child web page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "DatePicker being displayed in the backside of child web page" Watch "DatePicker being displayed in the backside of child web page" New topic
Author

DatePicker being displayed in the backside of child web page

Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

DatePicker is being displayed on the backside of child web page... Need help in that


http://www.lifesbizzare.blogspot.com || OCJP:81%
Jeff Verdegan
Bartender

Joined: Jan 03, 2004
Posts: 5893
    
    6

I have no idea what you're saying here. What are you trying to do? What problems are you having with it? What does "displayed in the backside of child web page" even mean? And is that happening and it's a bad thing? Or is it what you want to make happen but don't know how to do?
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

Jeff Verdegan wrote:I have no idea what you're saying here. What are you trying to do? What problems are you having with it? What does "displayed in the backside of child web page" even mean? And is that happening and it's a bad thing? Or is it what you want to make happen but don't know how to do?


When I Click on an Hyperlink a new Page opens over the previous page.. the new page is having the date picker but when i click on datepicker its being displayed on the old page
Jeff Verdegan
Bartender

Joined: Jan 03, 2004
Posts: 5893
    
    6

Vishal Hegde wrote:
When I Click on an Hyperlink a new Page opens over the previous page.. the new page is having the date picker but when i click on datepicker its being displayed on the old page


Are these pages that you wrote and is Java involved somehow? If so, you have to provide code. If not, why are you posting this question here?
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

Jeff Verdegan wrote:
Vishal Hegde wrote:
When I Click on an Hyperlink a new Page opens over the previous page.. the new page is having the date picker but when i click on datepicker its being displayed on the old page


Are these pages that you wrote and is Java involved somehow? If so, you have to provide code. If not, why are you posting this question here?


its an Ajax form in which i am trying to display a datepicker, but its showing the datepicker behind
Jeff Verdegan
Bartender

Joined: Jan 03, 2004
Posts: 5893
    
    6

Vishal Hegde wrote:
its an Ajax form in which i am trying to display a datepicker, but its showing the datepicker behind


I see. So you wrote some code and it's not behaving as you want it to? Then you probably have a bug in your code. The most effective solution will probably be to fix the bug.
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

I just resolved it by changing the z-index in the css sheet.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: DatePicker being displayed in the backside of child web page
 
Similar Threads
DWR callback updating dom elements, jquery ui datepicker attached to updated element not showing up
Open New Window
Not able to download JQuery Plugins
Spawning and monitoring a thread
Map Properties