Uploaded image for project: 'MyFaces Tobago'
  1. MyFaces Tobago
  2. TOBAGO-709

JavaScript error when opening a popup

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.19
    • 1.0.20
    • Themes
    • None

    Description

      When opening a popup there is a JavaScript error message.

      Zeile 966
      Fehler: Ungültiges Argument .

      possible fix in tobago.js line 966
      --------------------------------------------
      old: setTimeout(Tobago.lockPopupPage( id ), 100);

      new: setTimeout("Tobago.lockPopupPage('" + id + "')", 100);

      Attachments

        Activity

          People

            bommel Bernd Bohmann
            rohloff Rainer Rohloff
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: