Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-11065

JumpToPage widget does not work on ie11

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 6.2-rc-1
    • IE11
    • Unknown

    Description

      protoype.js
        function observeCustomEvent(element, eventName, responder) {
          if (element.addEventListener) {
            element.addEventListener('dataavailable', responder, false);
          } else {
            element.attachEvent('ondataavailable', responder);
          }
      }
      

      error: Object doesn't support property or method 'attachEvent'

      But IE11 is supposed to have addEventListener: http://msdn.microsoft.com/en-us/library/ie/ms536343%28v=vs.85%29.aspx

      From what I see, my element does not have addEventListener nor attachEvent. Don't call me IE, they said...

      Attachments

        Issue Links

          Activity

            People

              gdelhumeau Guillaume Delhumeau
              gdelhumeau Guillaume Delhumeau
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: