Uploaded image for project: 'Wookie'
  1. Wookie
  2. WOOKIE-151

Numeric keys for preferences result in Parse Error in Safari

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.1
    • None
    • None
    • Safari 5 Mac OS X

    Description

      If you create a widget that uses numeric keys for preference values, this can cause a Parse Error deeper in Wookie (most likely, in DWR) even if the values are cast to a String.

      To replicate, add this line to any widget:

      widget.preferences.setItem("12345","67890");

      Also:

      widget.preferences.setItem("12345a","67890");

      ...will fail, but not:

      widget.preferences.setItem("a12345","67890");

      I suspect this is something either in the wrapper.js or DWR engine.js. Unfortunately the debug tools in Safari aren't sufficient to trace it properly.

      As a workaround - just don't use numbers for preference keys!

      Attachments

        Activity

          People

            raido357 Raido Kuli
            scottbw Scott Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: