ICEfaces
  1. ICEfaces
  2. ICE-8377

ace-datable.js scripts using parentNode attribute returns null or not an object in IE8, (error does not occur in Chrome/FireFox)

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: 3.0
    • Fix Version/s: None
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      IE8

      Description

      ace-datable.js scripts using parentNode attribute returns null or not an object in IE8, (error does not occur in Chrome/FireFox)

      The following code fails in IE8...

      var k=isNaN(a.parentNode.clientWidth)?b.parentNode.clientWidth:a.parentNode.clientWidth


      When I replace this code with the following code

      var k=isNaN($(a).parent().clientWidth)?$(b).parent().clientWidth:$(a).parent().clientWidth

      It does not give the error anymore...

        Activity

          People

          • Assignee:
            Unassigned
            Reporter:
            Nico De Groote
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: