• 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: Amiel Montecillo <email@hidden>
  • Date: Tue, 10 Aug 2010 08:30:32 +0800

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

References: 
 >Re: AjaxDatePicker and IE(7 or 8) (From: Theodore Petrosky <email@hidden>)
 >Re: AjaxDatePicker and IE(7 or 8) (From: Mark Ritchie <email@hidden>)

  • Prev by Date: Re: NSNotificationCenter.defaultCenter().postNotification("EONewCommandmentNotification", null)
  • 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