OpenSocial / spec

OpenSocial Specification #social
http://opensocial.org/
Apache License 2.0
106 stars 11 forks source link

Google-provided sample to use gadgets.Prefs() set() doesn't work on iPod #116

Closed mmarum-sugarcrm closed 11 years ago

mmarum-sugarcrm commented 11 years ago

Original author: brain...@gmail.com (February 16, 2010 10:04:20)

iGOOGLE BUGS ONLY - Description: ================================ The simple setprefs example provided by Google doesn't work on iPod in mobile view first presented at http://igoogle.com. The same gadget works on the same iPod device in the normal browser view, called "Classic".

What steps will reproduce the problem? ======================================

  1. Install http://doc.examples.googlepages.com/setprefs.xml on a PC (Linux/Firefox).
  2. Reach the count 5 by clicking "Count" button. Make sure that the gadget stores the current value persistently.
  3. Go to http://igoogle.com on an iPod. The default mobile is presented. Observe that the increment functionality picks up the last value from step # 2 and increment functionality works in the current session.
  4. Now refresh the page. The current value is reset to the one from step # 2.
  5. Navigate to the "Classic" view at the bottom of the page in the same session of the browser. Now the value can be incremented persistently.

What is the expected output? ============================ The current value of the counter must be persistent in mobile view as well.

What is the actual output? ========================== The current value of the counter is not stored persistently. The network monitoring shows that no network request in the form: GET /ig/setp?et=XXX&m_100_up_params=qqq... is sent for the set("param", "qqq") call.

Which browsers have you experienced this on? ============================================ iPod; U; CPU iPhone OS 2_2_1 like Mac OS X. Safari/525.20.

Additional information ====================== Perhaps the lack of editing of options in general in Mobile view is interfering with consistent behaviour here. However, that there is no UI when all pref. parameters are "hidden" the normal view as well. No sharing of the gadget or page is configured.

Original issue: http://code.google.com/p/opensocial-resources/issues/detail?id=984

mmarum-sugarcrm commented 11 years ago

From weitzelm...@gmail.com on September 27, 2010 15:02:47 This issue relates to a container specific implementation of OpenSocial. This project, and the associated issues pertain to "bugs", feature requests, and other changes to the OpenSocial Specification itself, not an implementation of it.

Please see the OpenSocial wik for more information. http://wiki.opensocial.org/index.php?title=Spec_Changes

Any comments or questions can be posted to the OpenSocial Specification list: http://groups.google.com/group/opensocial-and-gadgets-spec

Thanks!