SubZane wrote:
> Thanks for testing that. Od you happen to know of a mirror to download
> Microsoft Script Debugger? Their validation never works for me =/
>
> So irritating that even with IE7 their javascript error log still is
> worthless

Your "date selector" doesn't provide any validation of the selected
date, or attempt to restrict input to only valid dates.

IE error messages are certainly not optimal, but can usually be tracked
down.  It appears that IE barfs at the same point Safari does, which
is:

  Line: 70
  Error: Expected identifier, string or number
  URL: http://www.subzane.com/demos/js/inplacedatetimeselect.js

Which is the last line of:

      savingText: "Saving...",
      savingClassName: 'inplaceeditor-saving',
      clickToEditText: "Click to edit",
    }, options || {} );


Your problems are compounded by making a reasonably simple control
dependent on thousands of lines of (mostly irrelevant) code in 11
different script libraries.


-- 
Fred


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to