Re: IE6 issue regarding Wicket JS and Ajax

2010-04-12 Thread Martijn Dashorst
But that is no reason not to use newer browsers for the rest of the
universe... Is it really that hard for IT organizations to create an
embedded IE6 application specific for those backward ActiveX apps?

Martijn

On Mon, Apr 12, 2010 at 10:26 AM, Wilhelmsen Tor Iver
 wrote:
>> its a browser from August 27, 2001 ... thats 9 years ago..
>>
>> So who is using opera 6 ? Or Netscape 7? Or Safari 1.0 ?
>
> Sadly, IE6 is also a central component in some Active/X-based apps used in 
> some companies, apps which actually manage to BREAK on newer releases of IE. 
> So they are held captive by those apps until they are rewritten...
>
> - Tor Iver
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Johan Compagner
its a browser from August 27, 2001 ... thats 9 years ago..

So who is using opera 6 ? Or Netscape 7? Or Safari 1.0 ?

Just dont support it anymore, drop it then the usage will also drop
Its a chicken and egg problem! if we keep supporting it it will drag on!
Force them to upgrade
In our product, Servoy 5.0 an on, we even test for it and display a page
that users have to upgrade because it is not supported anymore.

johan




On Fri, Apr 9, 2010 at 14:09, James Carman wrote:

> Yeah, I think telling him that IE6 is "dead" isn't quite accurate:
>
> http://www.w3schools.com/browsers/browsers_stats.asp
>
> Yes, it's declining, but it's not dead.  It is still used 58% as much
> as IE8 and roughly 83% as much as IE7.  So, it is still used by folks.
>  I agree that people should upgrade, but the fact is that it's still
> out there (it's in 5th place out of the 7 browsers listed).
>
>
> On Fri, Apr 9, 2010 at 8:04 AM, Martin Asenov  wrote:
> > Some users might use IE6 for our webapp - how could I force them to
> upgrade?
> >
> > P.S. Need some serious answers, please.
> >
> > Best,
> > Martin
> >
> > -Original Message-
> > From: Tim L Casey [mailto:tca...@cataphora.com]
> > Sent: Friday, April 09, 2010 2:58 PM
> > To: users@wicket.apache.org
> > Subject: RE: IE6 issue regarding Wicket JS and Ajax
> >
> >
> >
> > Upgrade.
> >
> > -Original Message-----
> > From: Martin Asenov [mailto:mase...@velti.com]
> > Sent: Friday, April 09, 2010 4:42 AM
> > To: users@wicket.apache.org
> > Subject: RE: IE6 issue regarding Wicket JS and Ajax
> >
> > Is anyone able to give me some more assistance with the below mentioned
> > issues?
> >
> > Best,
> > Martin
> >
> > -Original Message-
> > From: Martin Asenov [mailto:mase...@velti.com]
> > Sent: Thursday, April 08, 2010 5:18 PM
> > To: users@wicket.apache.org
> > Subject: IE6 issue regarding Wicket JS and Ajax
> >
> > Hello, everyone!
> > I just noticed that my DatePicker doesn't work in IE6 - it doesn't even
> get
> > displayed on mouse click. Also, when I close a modal window, the mask
> isn't
> > hidden and the underlying page is not intractable, so I'm forced to
> refresh
> > the whole page.
> > Also, ajax components update cause some screen flickering and misplacing
> > some components (images, dropdown choices, etc.)
> > All problems occur in IE6.
> > Any ideas?
> > Best,
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


RE: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Martin Asenov
I doubt I can reproduce it. The point is probably that I ajax refresh some div 
that holds a repeater. The modal window's mask stays in place, instead of 
getting removed. The modal window itself gets closed and the repeater is 
refreshed.

Regarding the DatePicker - it is not even clickable. 

Best,
Martin

-Original Message-
From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] 
Sent: Friday, April 09, 2010 3:44 PM
To: users@wicket.apache.org
Subject: Re: IE6 issue regarding Wicket JS and Ajax

Martin,

Can you reproduce the issue with ModalWindow in a "simple" page. I'm using
it at some places and I do not have the issue (even if my pages are
complex).

Best,

Ernesto

On Fri, Apr 9, 2010 at 2:04 PM, Martin Asenov  wrote:

> Some users might use IE6 for our webapp - how could I force them to
> upgrade?
>
> P.S. Need some serious answers, please.
>
> Best,
> Martin
>
> -Original Message-
> From: Tim L Casey [mailto:tca...@cataphora.com]
> Sent: Friday, April 09, 2010 2:58 PM
> To: users@wicket.apache.org
> Subject: RE: IE6 issue regarding Wicket JS and Ajax
>
>
>
> Upgrade.
>
> -Original Message-
> From: Martin Asenov [mailto:mase...@velti.com]
> Sent: Friday, April 09, 2010 4:42 AM
> To: users@wicket.apache.org
> Subject: RE: IE6 issue regarding Wicket JS and Ajax
>
> Is anyone able to give me some more assistance with the below mentioned
> issues?
>
> Best,
> Martin
>
> -Original Message-
> From: Martin Asenov [mailto:mase...@velti.com]
> Sent: Thursday, April 08, 2010 5:18 PM
> To: users@wicket.apache.org
> Subject: IE6 issue regarding Wicket JS and Ajax
>
> Hello, everyone!
> I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get
> displayed on mouse click. Also, when I close a modal window, the mask isn't
> hidden and the underlying page is not intractable, so I'm forced to refresh
> the whole page.
> Also, ajax components update cause some screen flickering and misplacing
> some components (images, dropdown choices, etc.)
> All problems occur in IE6.
> Any ideas?
> Best,
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Ernesto Reinaldo Barreiro
Martin,

Can you reproduce the issue with ModalWindow in a "simple" page. I'm using
it at some places and I do not have the issue (even if my pages are
complex).

Best,

Ernesto

On Fri, Apr 9, 2010 at 2:04 PM, Martin Asenov  wrote:

> Some users might use IE6 for our webapp - how could I force them to
> upgrade?
>
> P.S. Need some serious answers, please.
>
> Best,
> Martin
>
> -Original Message-
> From: Tim L Casey [mailto:tca...@cataphora.com]
> Sent: Friday, April 09, 2010 2:58 PM
> To: users@wicket.apache.org
> Subject: RE: IE6 issue regarding Wicket JS and Ajax
>
>
>
> Upgrade.
>
> -Original Message-
> From: Martin Asenov [mailto:mase...@velti.com]
> Sent: Friday, April 09, 2010 4:42 AM
> To: users@wicket.apache.org
> Subject: RE: IE6 issue regarding Wicket JS and Ajax
>
> Is anyone able to give me some more assistance with the below mentioned
> issues?
>
> Best,
> Martin
>
> -Original Message-
> From: Martin Asenov [mailto:mase...@velti.com]
> Sent: Thursday, April 08, 2010 5:18 PM
> To: users@wicket.apache.org
> Subject: IE6 issue regarding Wicket JS and Ajax
>
> Hello, everyone!
> I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get
> displayed on mouse click. Also, when I close a modal window, the mask isn't
> hidden and the underlying page is not intractable, so I'm forced to refresh
> the whole page.
> Also, ajax components update cause some screen flickering and misplacing
> some components (images, dropdown choices, etc.)
> All problems occur in IE6.
> Any ideas?
> Best,
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Thomas Götz
And what is the best argument to drive someone to update his browser? To 
stop supporting legacy IE6, SCNR ;-)


   -Tom


On 09.04.2010 at 14:09, James Carman wrote:

Yeah, I think telling him that IE6 is "dead" isn't quite accurate:

http://www.w3schools.com/browsers/browsers_stats.asp

Yes, it's declining, but it's not dead.  It is still used 58% as much
as IE8 and roughly 83% as much as IE7.  So, it is still used by folks.
  I agree that people should upgrade, but the fact is that it's still
out there (it's in 5th place out of the 7 browsers listed).



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread James Carman
Yeah, I think telling him that IE6 is "dead" isn't quite accurate:

http://www.w3schools.com/browsers/browsers_stats.asp

Yes, it's declining, but it's not dead.  It is still used 58% as much
as IE8 and roughly 83% as much as IE7.  So, it is still used by folks.
 I agree that people should upgrade, but the fact is that it's still
out there (it's in 5th place out of the 7 browsers listed).


On Fri, Apr 9, 2010 at 8:04 AM, Martin Asenov  wrote:
> Some users might use IE6 for our webapp - how could I force them to upgrade?
>
> P.S. Need some serious answers, please.
>
> Best,
> Martin
>
> -Original Message-
> From: Tim L Casey [mailto:tca...@cataphora.com]
> Sent: Friday, April 09, 2010 2:58 PM
> To: users@wicket.apache.org
> Subject: RE: IE6 issue regarding Wicket JS and Ajax
>
>
>
> Upgrade.
>
> -Original Message-
> From: Martin Asenov [mailto:mase...@velti.com]
> Sent: Friday, April 09, 2010 4:42 AM
> To: users@wicket.apache.org
> Subject: RE: IE6 issue regarding Wicket JS and Ajax
>
> Is anyone able to give me some more assistance with the below mentioned
> issues?
>
> Best,
> Martin
>
> -Original Message-
> From: Martin Asenov [mailto:mase...@velti.com]
> Sent: Thursday, April 08, 2010 5:18 PM
> To: users@wicket.apache.org
> Subject: IE6 issue regarding Wicket JS and Ajax
>
> Hello, everyone!
> I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get
> displayed on mouse click. Also, when I close a modal window, the mask isn't
> hidden and the underlying page is not intractable, so I'm forced to refresh
> the whole page.
> Also, ajax components update cause some screen flickering and misplacing
> some components (images, dropdown choices, etc.)
> All problems occur in IE6.
> Any ideas?
> Best,
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Martin Asenov
Some users might use IE6 for our webapp - how could I force them to upgrade?

P.S. Need some serious answers, please.

Best,
Martin

-Original Message-
From: Tim L Casey [mailto:tca...@cataphora.com] 
Sent: Friday, April 09, 2010 2:58 PM
To: users@wicket.apache.org
Subject: RE: IE6 issue regarding Wicket JS and Ajax



Upgrade.

-Original Message-
From: Martin Asenov [mailto:mase...@velti.com] 
Sent: Friday, April 09, 2010 4:42 AM
To: users@wicket.apache.org
Subject: RE: IE6 issue regarding Wicket JS and Ajax

Is anyone able to give me some more assistance with the below mentioned
issues?

Best,
Martin

-Original Message-
From: Martin Asenov [mailto:mase...@velti.com] 
Sent: Thursday, April 08, 2010 5:18 PM
To: users@wicket.apache.org
Subject: IE6 issue regarding Wicket JS and Ajax

Hello, everyone!
I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get
displayed on mouse click. Also, when I close a modal window, the mask isn't
hidden and the underlying page is not intractable, so I'm forced to refresh
the whole page.
Also, ajax components update cause some screen flickering and misplacing
some components (images, dropdown choices, etc.)
All problems occur in IE6.
Any ideas?
Best,


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Tim L Casey


Upgrade.

-Original Message-
From: Martin Asenov [mailto:mase...@velti.com] 
Sent: Friday, April 09, 2010 4:42 AM
To: users@wicket.apache.org
Subject: RE: IE6 issue regarding Wicket JS and Ajax

Is anyone able to give me some more assistance with the below mentioned
issues?

Best,
Martin

-Original Message-
From: Martin Asenov [mailto:mase...@velti.com] 
Sent: Thursday, April 08, 2010 5:18 PM
To: users@wicket.apache.org
Subject: IE6 issue regarding Wicket JS and Ajax

Hello, everyone!
I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get
displayed on mouse click. Also, when I close a modal window, the mask isn't
hidden and the underlying page is not intractable, so I'm forced to refresh
the whole page.
Also, ajax components update cause some screen flickering and misplacing
some components (images, dropdown choices, etc.)
All problems occur in IE6.
Any ideas?
Best,


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Martin Asenov
Is anyone able to give me some more assistance with the below mentioned issues?

Best,
Martin

-Original Message-
From: Martin Asenov [mailto:mase...@velti.com] 
Sent: Thursday, April 08, 2010 5:18 PM
To: users@wicket.apache.org
Subject: IE6 issue regarding Wicket JS and Ajax

Hello, everyone!
I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get 
displayed on mouse click. Also, when I close a modal window, the mask isn't 
hidden and the underlying page is not intractable, so I'm forced to refresh the 
whole page.
Also, ajax components update cause some screen flickering and misplacing some 
components (images, dropdown choices, etc.)
All problems occur in IE6.
Any ideas?
Best,


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread nino martinez wael
I might print this out and put it on the wall:) Next time some one
comes and mentions IE6, i'll just point at this statement :)

2010/4/8 Martijn Dashorst :
> IE6's not pinin,' it's passed on! This browser is no more! It has
> ceased to be! It's expired and gone to meet its maker! This is a late
> browser! It's a stiff! Bereft of life, it rests in peace! If you
> hadn't nailed him to the perch he would be pushing up the daisies! Its
> metabolical processes are of interest only to historians! It's hopped
> the twig! It's shuffled off this mortal coil! It's run down the
> curtain and joined the choir invisible! This is an EX-BROWSER!
>
> http://ie6funeral.com
>
> Martijn
>
> On Thu, Apr 8, 2010 at 4:17 PM, Martin Asenov  wrote:
>> Hello, everyone!
>> I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get 
>> displayed on mouse click. Also, when I close a modal window, the mask isn't 
>> hidden and the underlying page is not intractable, so I'm forced to refresh 
>> the whole page.
>> Also, ajax components update cause some screen flickering and misplacing 
>> some components (images, dropdown choices, etc.)
>> All problems occur in IE6.
>> Any ideas?
>> Best,
>>
>>
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread Russell Morrisey
Amen!

RUSSELL E. MORRISEY
Programmer Analyst Professional
Mission Solutions Engineering, LLC

| russell.morri...@missionse.com | www.missionse.com
304 West Route 38, Moorestown, NJ 08057

-Original Message-
From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com]
Sent: Thursday, April 08, 2010 10:23 AM
To: users@wicket.apache.org
Subject: Re: IE6 issue regarding Wicket JS and Ajax

IE6's not pinin,' it's passed on! This browser is no more! It has
ceased to be! It's expired and gone to meet its maker! This is a late
browser! It's a stiff! Bereft of life, it rests in peace! If you
hadn't nailed him to the perch he would be pushing up the daisies! Its
metabolical processes are of interest only to historians! It's hopped
the twig! It's shuffled off this mortal coil! It's run down the
curtain and joined the choir invisible! This is an EX-BROWSER!

http://ie6funeral.com

Martijn

On Thu, Apr 8, 2010 at 4:17 PM, Martin Asenov  wrote:
> Hello, everyone!
> I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get 
> displayed on mouse click. Also, when I close a modal window, the mask isn't 
> hidden and the underlying page is not intractable, so I'm forced to refresh 
> the whole page.
> Also, ajax components update cause some screen flickering and misplacing some 
> components (images, dropdown choices, etc.)
> All problems occur in IE6.
> Any ideas?
> Best,
>
>



--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4


This is a PRIVATE message. If you are not the intended recipient, please delete 
without copying and kindly advise us by e-mail of the mistake in delivery.
NOTE: Regardless of content, this e-mail shall not operate to bind MSE to any 
order or other contract unless pursuant to explicit written agreement or 
government initiative expressly permitting the use of e-mail for such purpose.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread T Ames
Hmmm, curious.  Not sure what you mean exactly by the mask, but on one of my
apps, there are three date pickers in a Panel.  This also has a ModalWindow
that pops up over that panel.  I just tried it and do not experience any
problems.  I even left the DatePicker calendar open and then opened and
closed the modal.

On Thu, Apr 8, 2010 at 11:06 AM, Martin Asenov  wrote:

> Hi, T Ames!
>
> The datepicker is not in a modal window, but in a page. I was saying that
> when a modal window is closed, the mask it creates is never removed. Anyway,
> we'll probably not support IE6
>
> Best,
> Martin
>
> Martin Asenov | Software Developer
> Velti
> Mob: +359.89.986.6745 | Tel: +359.2.933.5541 | Fax: +359.2.933.5502
> Email: mase...@velti.com | Web: www.velti.com
> Velti is a global leader in the provision of mobile marketing solutions and
> value added services for mobile
> operators, ad agencies, brands, and media groups.
> London | New York | San Francisco | Boston | Athens | Madrid | Sofia |
> Nicosia | Moscow | Dubai |
>
> New Delhi | Mumbai | Beijing | Shanghai
>
>
> -Original Message-
> From: T Ames [mailto:tamesw...@gmail.com]
> Sent: Thursday, April 08, 2010 6:03 PM
> To: users@wicket.apache.org
> Subject: Re: IE6 issue regarding Wicket JS and Ajax
>
> Sadly in the corporate world these things move  very, very slowly.  We have
> vendor apps that require IE6 so we are at their mercy.
>
> Anyways, we use IE6 and DatePicker is working although I don't think I have
> tried in on a ModalWindow.
>
>
>
> On Thu, Apr 8, 2010 at 10:23 AM, Martijn Dashorst <
> martijn.dasho...@gmail.com> wrote:
>
> > IE6's not pinin,' it's passed on! This browser is no more! It has
> > ceased to be! It's expired and gone to meet its maker! This is a late
> > browser! It's a stiff! Bereft of life, it rests in peace! If you
> > hadn't nailed him to the perch he would be pushing up the daisies! Its
> > metabolical processes are of interest only to historians! It's hopped
> > the twig! It's shuffled off this mortal coil! It's run down the
> > curtain and joined the choir invisible! This is an EX-BROWSER!
> >
> > http://ie6funeral.com
> >
> > Martijn
> >
> > On Thu, Apr 8, 2010 at 4:17 PM, Martin Asenov  wrote:
> > > Hello, everyone!
> > > I just noticed that my DatePicker doesn't work in IE6 - it doesn't even
> > get displayed on mouse click. Also, when I close a modal window, the mask
> > isn't hidden and the underlying page is not intractable, so I'm forced to
> > refresh the whole page.
> > > Also, ajax components update cause some screen flickering and
> misplacing
> > some components (images, dropdown choices, etc.)
> > > All problems occur in IE6.
> > > Any ideas?
> > > Best,
> > >
> > >
> >
> >
> >
> > --
> > Become a Wicket expert, learn from the best: http://wicketinaction.com
> > Apache Wicket 1.4 increases type safety for web applications
> > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > For additional commands, e-mail: users-h...@wicket.apache.org
> >
> >
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


RE: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread Martin Asenov
Hi, T Ames!

The datepicker is not in a modal window, but in a page. I was saying that when 
a modal window is closed, the mask it creates is never removed. Anyway, we'll 
probably not support IE6

Best,
Martin

Martin Asenov | Software Developer
Velti
Mob: +359.89.986.6745 | Tel: +359.2.933.5541 | Fax: +359.2.933.5502
Email: mase...@velti.com | Web: www.velti.com
Velti is a global leader in the provision of mobile marketing solutions and 
value added services for mobile
operators, ad agencies, brands, and media groups.
London | New York | San Francisco | Boston | Athens | Madrid | Sofia | Nicosia 
| Moscow | Dubai | 

New Delhi | Mumbai | Beijing | Shanghai


-Original Message-
From: T Ames [mailto:tamesw...@gmail.com] 
Sent: Thursday, April 08, 2010 6:03 PM
To: users@wicket.apache.org
Subject: Re: IE6 issue regarding Wicket JS and Ajax

Sadly in the corporate world these things move  very, very slowly.  We have
vendor apps that require IE6 so we are at their mercy.

Anyways, we use IE6 and DatePicker is working although I don't think I have
tried in on a ModalWindow.



On Thu, Apr 8, 2010 at 10:23 AM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> IE6's not pinin,' it's passed on! This browser is no more! It has
> ceased to be! It's expired and gone to meet its maker! This is a late
> browser! It's a stiff! Bereft of life, it rests in peace! If you
> hadn't nailed him to the perch he would be pushing up the daisies! Its
> metabolical processes are of interest only to historians! It's hopped
> the twig! It's shuffled off this mortal coil! It's run down the
> curtain and joined the choir invisible! This is an EX-BROWSER!
>
> http://ie6funeral.com
>
> Martijn
>
> On Thu, Apr 8, 2010 at 4:17 PM, Martin Asenov  wrote:
> > Hello, everyone!
> > I just noticed that my DatePicker doesn't work in IE6 - it doesn't even
> get displayed on mouse click. Also, when I close a modal window, the mask
> isn't hidden and the underlying page is not intractable, so I'm forced to
> refresh the whole page.
> > Also, ajax components update cause some screen flickering and misplacing
> some components (images, dropdown choices, etc.)
> > All problems occur in IE6.
> > Any ideas?
> > Best,
> >
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread T Ames
Sadly in the corporate world these things move  very, very slowly.  We have
vendor apps that require IE6 so we are at their mercy.

Anyways, we use IE6 and DatePicker is working although I don't think I have
tried in on a ModalWindow.



On Thu, Apr 8, 2010 at 10:23 AM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

> IE6's not pinin,' it's passed on! This browser is no more! It has
> ceased to be! It's expired and gone to meet its maker! This is a late
> browser! It's a stiff! Bereft of life, it rests in peace! If you
> hadn't nailed him to the perch he would be pushing up the daisies! Its
> metabolical processes are of interest only to historians! It's hopped
> the twig! It's shuffled off this mortal coil! It's run down the
> curtain and joined the choir invisible! This is an EX-BROWSER!
>
> http://ie6funeral.com
>
> Martijn
>
> On Thu, Apr 8, 2010 at 4:17 PM, Martin Asenov  wrote:
> > Hello, everyone!
> > I just noticed that my DatePicker doesn't work in IE6 - it doesn't even
> get displayed on mouse click. Also, when I close a modal window, the mask
> isn't hidden and the underlying page is not intractable, so I'm forced to
> refresh the whole page.
> > Also, ajax components update cause some screen flickering and misplacing
> some components (images, dropdown choices, etc.)
> > All problems occur in IE6.
> > Any ideas?
> > Best,
> >
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: IE6 issue regarding Wicket JS and Ajax

2010-04-08 Thread Martijn Dashorst
IE6's not pinin,' it's passed on! This browser is no more! It has
ceased to be! It's expired and gone to meet its maker! This is a late
browser! It's a stiff! Bereft of life, it rests in peace! If you
hadn't nailed him to the perch he would be pushing up the daisies! Its
metabolical processes are of interest only to historians! It's hopped
the twig! It's shuffled off this mortal coil! It's run down the
curtain and joined the choir invisible! This is an EX-BROWSER!

http://ie6funeral.com

Martijn

On Thu, Apr 8, 2010 at 4:17 PM, Martin Asenov  wrote:
> Hello, everyone!
> I just noticed that my DatePicker doesn't work in IE6 - it doesn't even get 
> displayed on mouse click. Also, when I close a modal window, the mask isn't 
> hidden and the underlying page is not intractable, so I'm forced to refresh 
> the whole page.
> Also, ajax components update cause some screen flickering and misplacing some 
> components (images, dropdown choices, etc.)
> All problems occur in IE6.
> Any ideas?
> Best,
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org