Uploaded image for project: 'Shindig'
  1. Shindig
  2. SHINDIG-1190

userprefs don't get saved

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.1-BETA5
    • Javascript
    • None

    Description

      At shindig/javascript/container/gadgets.js:639 in the handleSaveUserPrefs it makes this check:

      if (input.type != 'hidden')

      I think this should actually be:

      if (input.type == 'hidden')

      cause at the moment it actually skips all the relevant fields which results in prefs being empty and thus not getting saved.

      Attachments

        1. test.html
          1 kB
          Benjamin McCann

        Activity

          People

            plindner Paul Lindner
            chees Christiaan Hees
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 5m
                5m
                Remaining:
                Remaining Estimate - 5m
                5m
                Logged:
                Time Spent - Not Specified
                Not Specified