-
Re: Js error on manage files option in html widget
mcollinge Jan 30, 2014 4:29 AM (in response to akhila)Hmm, it works for me in 6.0.3.1 (our production environment) and 6.0.3.4 (my local dev environment).
-
Re: Js error on manage files option in html widget
akhila Jan 30, 2014 4:52 AM (in response to mcollinge)Hi Matt Collinge ,
Its strange but I am facing this issue only in production environment and all other environments (local,dev, test, uat on same version) are working absolutely fine.
Regards,
Akhila
-
Re: Js error on manage files option in html widget
mcollinge Jan 30, 2014 4:55 AM (in response to akhila)Odd. Usually I'd look at whether some other JavaScript error (or failed JS include) is causing a knock-on effect. We've seen this kind of thing before, and it's been unrelated to the place that's reporting the issue.
-
Re: Js error on manage files option in html widget
akhila Jan 30, 2014 5:07 AM (in response to mcollinge)In that case on removing that line from the file should not have resolved the issue which is not the case here . I removed the line " jive.rte.renderedContent.emit("renderedContent", view.$modal);" from static_file_modal.js and it resolved the issue .
Please let me know if my understanding is wrong in this case.
Regards,
Akhila
-
-
-
-
Re: Js error on manage files option in html widget
Ryan Rutan Jan 30, 2014 7:07 AM (in response to akhila)Akhila,
I would open a ticket with support on this one. Javascript is not my speciality, and while I can debug and interpret it … inherent knowledge of all the underpinning systems in Jive (at a JS level) is something is not at ready-hand all the time.
In general, I would recommend removing all HTML Widgets and Formatted Text Widgets from the Dashboard, and see if that restores functionality. If it does, then that means you have some JS conflict (perhaps check JS console) or other error that is causing libraries to not load (or load multiple times)
Sorry for punting on this one a bit, but let me know if that doesn’t help.
RR
-
Re: Js error on manage files option in html widget
akhila Jan 31, 2014 2:29 AM (in response to Ryan Rutan)Cheers Ryan Rutan , thanks for the trick it solved my issue.
Clearing off Dashboard did the trick and now I am able to upload images, though I could not figure out the initial issue and now its not replicating again with same set of widgets.
Thanks to both Ryan Rutan and Matt Collinge for quick response on this thread.
Regards,
Akhila
-