• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AjaxDatePicker and IE(7 or 8)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AjaxDatePicker and IE(7 or 8)


  • Subject: Re: AjaxDatePicker and IE(7 or 8)
  • From: Theodore Petrosky <email@hidden>
  • Date: Mon, 9 Aug 2010 17:45:52 -0700 (PDT)

let me throw some more coals on the fire.

I have AjaxDatePicker on a WOComponent that I call from a hyperlink.


BillingSelection : WOHyperlink {
	pageName = "TWTBillingSelectionComponent";
}

the AjaxDatePicker that is on this page does not work in IE8.

However, I have an AjaxDatePicker on an AjaxModalDialog whose content comes from its own Component called from an action.

This AjaxDatePicker works in IE8.

So depending on where this AjaxDatePicker lives, it either works or not.

Ted





--- On Mon, 8/9/10, Amiel Montecillo <email@hidden> wrote:

From: Amiel Montecillo <email@hidden>
Subject: Re: AjaxDatePicker and IE(7 or 8)
To: "Mark Ritchie" <email@hidden>
Cc: "Theodore Petrosky" <email@hidden>, "WebObjects-Dev List" <email@hidden>
Date: Monday, August 9, 2010, 8:30 PM

Datepicker from http://webobjects.mdimension.com/cgi-bin/WebObjects/AjaxExample.woa doesn't work for me either. IE 8 in XP.

I think the problem is in AOD.loadCSS(). It is throwing an exception in:



loadedCSS: function(request) {
        var inlineStyle = new Element("style", {"type": "text/css"});
        inlineStyle.appendChild(document.createTextNode(request.responseText)); <-- I guess IE doesn't like this


        document.getElementsByTagName('HEAD')[0].appendChild(inlineStyle);
    }

Might want to try changing it to inlineStyle.innerHTML = request.responseText see if it helps.

Amiel



On Tue, Aug 10, 2010 at 4:20 AM, Mark Ritchie <email@hidden> wrote:


On 9/Aug/2010, at 1:14 PM, Theodore Petrosky wrote:

> the AjaxDatePicker will not function on the two windows (only) machines but it does work on the parallels machine.

ICK!  Walk away and start carving on a stone wall now...  ;-)

Sorry to hear that you're having suck rotten luck with this!

M.



 _______________________________________________

Do not post admin requests to the list. They will be ignored.

Webobjects-dev mailing list      (email@hidden)

Help/Unsubscribe/Update your Subscription:




This email sent to email@hidden




--
socket error: unable to connect to 127.0.0.1





 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: AjaxDatePicker and IE(7 or 8)
      • From: Mark Ritchie <email@hidden>
  • Prev by Date: Re: JUnit testing outside Eclipse
  • Next by Date: Re: JUnit testing outside Eclipse
  • Previous by thread: Re: AjaxDatePicker and IE(7 or 8)
  • Next by thread: Re: AjaxDatePicker and IE(7 or 8)
  • Index(es):
    • Date
    • Thread