[CLOSED] Internet Explorer 9 and "createContextualFragment" (major problems) - SVN update will solve this?

  1. #1

    [CLOSED] Internet Explorer 9 and "createContextualFragment" (major problems) - SVN update will solve this?

    Hey!

    We just tested our site in Internet Explorer 9 and it crashed and burned, sort of.

    We get the following error a little bit all over hte place, and this messes it all up in IE9 (missing controls, cant open Windows etc):

    SCRIPT438: Object doesn't support property or method 'createContextualFragment'
    at ext.axd?v=37522, line 7 character 5998
    I have read several threads on this forum where you suggest to update from SVN to solve compatibility with IE9. Do you know that the updates will adress this error specified above?

    Regards
    Last edited by Daniil; May 01, 2011 at 9:16 PM. Reason: [CLOSED]
  2. #2
    Actually, the site doesnt work in older versions of IE either. Internet Explorer 6 for example, is very screwed up.

    Is this a know issue, that these things do not work ?
  3. #3
    Hi,

    Yes, that problem is fixed in SVN (not sure why IE9 has no such method therefore we added it manually)
  4. #4
    I updated and we are getting problems = (

    The first thing:

    I get a Parse error in TimeField.cs (row 219):

    obj = TimeSpan.Parse(value.ToString());
    value here is "00:48 am"

    and a TimeSpan cannot parse "am" it seems.

    Now, I have not added the "am" - I go by the 24-hour format and that was no problem before updating from SVN. The code hasnt changed at all.

    This happens when I do a search in a Combobox... before the results are returned, I get that error. It seems that another TimeField is set to "12:52 am" and then it crashes and burns...
  5. #5
    Second thing:

    I dont understand why it switched to 12-hours format? I didnt ask for that and in the web.config I have:

    <extnet locale="sv-SE" />
    Why did it turn to 12-hours after SVN update?
  6. #6
    Hi,

    Confirm. I will commit the fix ASAP
    Sorry for inconvenience
  7. #7
    Hi,

    TimeField is fixed in SVN. Now it works correctly with locales

Similar Threads

  1. [CLOSED] Problems when usin "Content" instead of "Items"
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 24, 2012, 1:43 PM
  2. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  3. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM
  4. Replies: 12
    Last Post: Apr 13, 2011, 3:28 PM
  5. Replies: 14
    Last Post: Apr 12, 2011, 2:49 PM

Tags for this Thread

Posting Permissions