yugalatea / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

GWT Gadget ModulePrefs "scrolling" is not reflected in the Gadget Spec #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
Gadget API Library for GWT

Detailed description:
When setting the 'scrolling' ModulePref:
@ModulePrefs(title = "test", author = "test", scrolling = false)

The compiled Gadget Spec does not contain the Scrolling ModulePref:
<ModulePrefs author="test" title="test">

Note: setting the scrolling ModulePref to false is a requirement for Gadget
Ads.

Workaround if you have one:

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by checkout...@google.com on 18 Nov 2008 at 9:59

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 18 Nov 2008 at 10:34

GoogleCodeExporter commented 9 years ago
What's happening is that the GadgetGenerator is suppressing output for this 
member
since the setting already matches the default setting (scrolling = "false") 
according
to the (legacy) Gadget spec.

Original comment by galgwt.reviews@gmail.com on 18 Nov 2008 at 10:48

GoogleCodeExporter commented 9 years ago
internal ref 1494958

Original comment by galgwt.reviews@gmail.com on 19 Nov 2008 at 5:21

GoogleCodeExporter commented 9 years ago

Original comment by galgwt.reviews@gmail.com on 8 Jan 2009 at 7:24

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00