Not able to edit my widget. Needs quick resolution - since the widget is deployed to the world
I am not able to edit my widget. The moment the widget page is loaded, I get a javascript error at the bottom that says, "this.compressResourcesInlineEditable is undefined"
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi,
A couple more questions to help us debug this quicker.
Do you see this issue when you load the info page (take out #edit from the URL and reload if it is there) or when you open up the edit zone?
If you have firebug, would you be able to give us the error stack trace?
1 person says
this solves the problem
-
Inappropriate?I see it even when I am not editing. That is, I see the problem when the widget page launches. When I say "Edit this Widget", the screen refreshes and the Edit button disappears! I suspect this has something to do with the BeSpin integration.
Here is the stack trace:
jmaki.namespace("jmaki.widgets.platform.item.JMakiCoreModifications");
jmaki.widgets.platform.item.JMakiCoreModifications.Widget=Class.create();
Log.write("begin: ItemPage/component.js");
jmaki.namespace("jmaki.widgets.platform.item.ItemPage");
jmaki.widgets.platform.item.ItemPage.Widget=Class.create();
jmaki.widgets.platform.item.ItemPage.Widget.prototype{initialize:function(wargs){this.uuid=wargs.uuid;
this.item=wargs.args.item;
this.usingBespin=wargs.args.usingBespin;
this.itemData=null;
this.itemDataFlags={};
1this.pendingDraftComment=""; -
Inappropriate?I tried it again and I am still getting the same error. Here is the stacktrace on Firebug, if that helps:
1358}},saveEmbedParam:function(property,value,inlineEditor){var hints=this.itemData.consumerHints;
1359if(!hints){hints={};
1360}hints[property]=value;
1361hints.height=hints.height||0;
1362hints.width=hints.width||0;
1363hints.border=hints.border||false;
1364hints.scroll=hints.scroll!==false;
1365hints.fixed=hints.fixed||false;
1366this.submittingEditor=inlineEditor;
1367jmaki.publish("/ItemPage/modifyData",{property:"consumerHints",value:hints});
1368},overrideEditableField:function(inlineEditor,type){var select=$(this.uuid+"_widget"+type+"Select");
I’m frustrated
-
Inappropriate?The fix for this problem will be included in the next production push, either this week or early next week.
The company says
this solves the problem
Loading Profile...


EMPLOYEE