RE: DropDownChoice missing in IE6 when has AJAX

2009-07-15 Thread rolandpeng
I also get the same problem,do anyone have the resolution about this? I've made a quickstart to simulate this problem as the attachment. I will be very obliged if someone can help to find the resolution.Thanks. Roland. Alex.Borba wrote: Thank you for the suggestion, most of you are saying

Re: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread Alex . Borba
Hello All, Anyone has a clue on how can I solve that? tks 01/15/2009 08:34 PM alex.bo...@souzacruz.com.br Please respond to users@wicket.apache.org To users@wicket.apache.org cc Subject Re: DropDownChoice missing in IE6 when has AJAX Hi everybody, I'm new on wicket

Re: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread Dipu
Please respond to users@wicket.apache.org To users@wicket.apache.org cc Subject Re: DropDownChoice missing in IE6 when has AJAX Hi everybody, I'm new on wicket and ajax, and now I'm having problems mixing both. In my page I have some simple DropDownChoice and not related to them

RE: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread alex.borba
follow all significant code... -- Here goes the HTML: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html headREMOVED /head body div id=globalContainer class=globalBodyContainer input id=previousTRId type=hidden value=/ input

Re: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread Igor Vaynberg
i doubt wicket can cause anything like that, it looks like you have some css that ie6 cannot handle. -igor On Mon, Jan 19, 2009 at 10:03 AM, alex.bo...@accenture.com wrote: Also I'm attaching a video which shows the problem. I don't know if attachments are allowed so I splited in 2 messages,

Re: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread Matej Knopp
Hi, looking at your video this is most probably a CSS issue and it's not directly wicket related. My guess would be position:relative somewhere, which IE6 handles often in very broken way. -Matej On Mon, Jan 19, 2009 at 7:04 PM, alex.bo...@accenture.com wrote: follow all significant code...

RE: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread jWeekend
Alex, Your video is quite entertaining but I don't think Wicket is clever enough to make such a mess without a lot of help (javascript, css, dodgy browser etc...). If you send a http://wicket.apache.org/quickstart.html quickstart I am sure someone will help you solve this. Make sure you

RE: DropDownChoice missing in IE6 when has AJAX

2009-01-19 Thread Alex . Borba
are trying to find anything unusual in JS, CSS or other stuff. 01/19/2009 04:48 PM jWeekend jweekend_for...@cabouge.com Please respond to users@wicket.apache.org To users@wicket.apache.org cc Subject RE: DropDownChoice missing in IE6 when has AJAX Alex, Your video is quite

Re: DropDownChoice missing in IE6 when has AJAX

2009-01-15 Thread Alex . Borba
Sorry I mentioned the AJAX but o didn't tell exactly what is the relation with the problem The same page with no AJAX function the problem do not occur. thank you 01/15/2009 04:59 PM alex.bo...@souzacruz.com.br Please respond to users@wicket.apache.org To