IE8 / Modal windows

View: New views
4 Messages — Rating Filter:   Alert me  

IE8 / Modal windows

by jthomerson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is anyone still having issues with modal windows and IE8 even after
WICKET-2207 [1] was fixed (rc4)?  I have one application that uses
several modal windows, and the customer is reporting that it is broken
in IE8 - even after I upgraded them to rc4.

I need to get a machine locally that has IE8 - just haven't had the chance yet.

[1] - https://issues.apache.org/jira/browse/WICKET-2207

--
Jeremy Thomerson
http://www.wickettraining.com

Re: IE8 / Modal windows

by Jobartim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had the same problem but it was because the javascript file was still in the browser cache of the user even if I upgraded the server libraries to RC4.


Jeremy Thomerson-5 wrote:
Is anyone still having issues with modal windows and IE8 even after
WICKET-2207 [1] was fixed (rc4)?  I have one application that uses
several modal windows, and the customer is reporting that it is broken
in IE8 - even after I upgraded them to rc4.

I need to get a machine locally that has IE8 - just haven't had the chance yet.

[1] - https://issues.apache.org/jira/browse/WICKET-2207

--
Jeremy Thomerson
http://www.wickettraining.com

Re: IE8 / Modal windows

by Johan Compagner :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 wicket has something for that:

getResourceSettings().setAddLastModifiedTimeToResourceReferenceUrl(
*true*);

On Fri, Jun 5, 2009 at 11:10, Jobartim <vmoreau44@...> wrote:

>
> I had the same problem but it was because the javascript file was still in
> the browser cache of the user even if I upgraded the server libraries to
> RC4.
>
>
>
> Jeremy Thomerson-5 wrote:
> >
> > Is anyone still having issues with modal windows and IE8 even after
> > WICKET-2207 [1] was fixed (rc4)?  I have one application that uses
> > several modal windows, and the customer is reporting that it is broken
> > in IE8 - even after I upgraded them to rc4.
> >
> > I need to get a machine locally that has IE8 - just haven't had the
> chance
> > yet.
> >
> > [1] - https://issues.apache.org/jira/browse/WICKET-2207
> >
> > --
> > Jeremy Thomerson
> > http://www.wickettraining.com
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/IE8---Modal-windows-tp23840882p23884849.html
> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>
>

Re: IE8 / Modal windows

by jthomerson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes - I suppose that was the problem because the next day the customer
did report that all modal windows were working properly in IE8.

Sorry...

--
Jeremy Thomerson
http://www.wickettraining.com




On Fri, Jun 5, 2009 at 5:39 AM, Johan Compagner <jcompagner@...> wrote:

>  wicket has something for that:
>
> getResourceSettings().setAddLastModifiedTimeToResourceReferenceUrl(
> *true*);
>
> On Fri, Jun 5, 2009 at 11:10, Jobartim <vmoreau44@...> wrote:
>
>>
>> I had the same problem but it was because the javascript file was still in
>> the browser cache of the user even if I upgraded the server libraries to
>> RC4.
>>
>>
>>
>> Jeremy Thomerson-5 wrote:
>> >
>> > Is anyone still having issues with modal windows and IE8 even after
>> > WICKET-2207 [1] was fixed (rc4)?  I have one application that uses
>> > several modal windows, and the customer is reporting that it is broken
>> > in IE8 - even after I upgraded them to rc4.
>> >
>> > I need to get a machine locally that has IE8 - just haven't had the
>> chance
>> > yet.
>> >
>> > [1] - https://issues.apache.org/jira/browse/WICKET-2207
>> >
>> > --
>> > Jeremy Thomerson
>> > http://www.wickettraining.com
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/IE8---Modal-windows-tp23840882p23884849.html
>> Sent from the Wicket - Dev mailing list archive at Nabble.com.
>>
>>
>