so i added to the head section: <wo:ERXStyleSheet filename = "calendar.css" framework = "Ajax" media = "screen" />
It seems to be working correctly either in Compatibility mode or not. I hope this puts the issue to bed… Ted > Message: 3 > Date: Tue, 17 Aug 2010 10:44:35 -0400 > From: Ramsey Gurley <[email protected]> > Subject: Re: AjaxDatePicker and IE(7 or 8) > To: WODev Development <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset="windows-1252" > > I would suspect that the css is being loaded via the > > ERXResponseRewriter since that only loads the CSS on the > first go > 'round. Try loading the css directly in your page > head and see if the > calendar keeps disappearing. Something like: > > CalendarCSS: ERXStylesheet { > filename = "calendar.css"; > framework = "Ajax"; > } > > Ramsey > > > On Aug 17, 2010, at 9:03 AM, Theodore Petrosky wrote: > > > here's something interesting: > > > > There is more to this…… > > > > enter a page with the IE Compatibility turned off > > the ADP appears correctly on an AMD. > > dismiss the dialog and show the dialog again and the > ADP is > > transparent > > no matter how many times I close and reopen the AMD > the ADP does not > > function (is transparent) > > switch Compatibility modes and the ADP functions one > time (opening > > AMD, viewing the ADP then closing the AMD) and then is > transparent > > switch Compatibility modes again and it functions one > time (ad > > nauseum). > > > > I wish I knew enough of this code to even begin > looking at the > > problem. > > > > Ted > > > > > > > > --- On Mon, 8/16/10, Mark Wardle <[email protected]> > wrote: > > > >> From: Mark Wardle <[email protected]> > >> Subject: Re: AjaxDatePicker and IE(7 or 8) > >> To: "Theodore Petrosky" <[email protected]> > >> Cc: "Chuck Hill" <[email protected]>, > "Simon" <[email protected] > > >> >, [email protected] > >> Date: Monday, August 16, 2010, 9:07 AM > >> I'm still deploying to users using > >> IE6 so count yourself lucky... > >> > >> Pleased to see the patch to fix the show-through > of form > >> items through > >> the ajax popup - I thought this was a problem in > my CSS and > >> was going > >> to try to fix this next week. > >> > >> On a related note however, I've just checked the > online > >> Wonder demos > >> and the datepicker doesn't work at all on IE6 now. > I'll > >> update my > >> Wonder locally and try it to see what is going > on. > >> > >> b/w > >> > >> Mark > >> > >> On 9 August 2010 13:46, Theodore Petrosky <[email protected]> > >> wrote: > >>> I am downloading the wonder-frameworks (189) > now… > >>> > >>> > >>> Ted > >>> > >>> > >>> --- On Mon, 8/9/10, Simon <[email protected]> > >> wrote: > >>> > >>> From: Simon <[email protected]> > >>> Subject: Re: AjaxDatePicker and IE(7 or 8) > >>> To: "Chuck Hill" <[email protected]> > >>> Cc: "Theodore Petrosky" <[email protected]>, > >> [email protected] > >>> Date: Monday, August 9, 2010, 4:37 AM > >>> > >>> ahh, mike's committed it. > >>> http://issues.objectstyle.org/jira/browse/WONDER-556 > >>> so maybe if theodore updates to the latest > wonder his > >> problem will go away..? > >>> > >>> Simon > >>> > >>> On 9 August 2010 04:03, Chuck Hill <[email protected]> > >> wrote: > >>> > >>> I don't see this on the Open list in Jira. > >>> > >>> > >>> > >>> > >>> > >>> On Aug 7, 2010, at 1:30 PM, Simon wrote: > >>> > >>> > >>> > >>>> there is an patch for some IE related > bollox on > >> the wonder jira that one of our devs submitted. > not sure if > >> it made it into the trunk yet, or whether it will > fix your > >> specific issue. IIRC, it whacks an iframe behind > the popped > >> calendar to prevent IE "standards" getting on > your > >> nerves... > >>> > >>> > >>>> > >>> > >>>> simon > >>> > >>>> > >>> > >>>> > >>> _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
