-
Re: jive tile gadgets.window.adjustWidth() is not working.
Ryan Rutan Apr 22, 2014 11:49 AM (in response to sui)I've run into this sometimes, but its usually a timing issue with my application loading and getting the necessary height. As a temporary work-around, you can look at manually setting the Width/Height by passing in the dimensions and/or doing a setTimeOut to come along and do it later after the app has had a chance for rendering to complete. Hope that helps.
-
Re: jive tile gadgets.window.adjustWidth() is not working.
sui Apr 22, 2014 5:31 PM (in response to Ryan Rutan)getting necessary height with gadgets.window.adjustHeight(600), for example, is always working.
My issue is gadget.window.adjustWidth(800) not adjustHeight,
I tried setTimeout, too.
for example,
setTimeout(function(){
gadgets.window.adjustWidth(800);
gadgets.window.adjustHeight(600);
},2000);
This set height to 600 correctly but not width 800.
I believe adjustWidth() or adjustWidth(number) is not working at all.
Would you mind trying adjustWidth?
-
Re: jive tile gadgets.window.adjustWidth() is not working.
Ryan Rutan Apr 22, 2014 6:02 PM (in response to sui)Thanks for clarifying, can you confirm which version of Jive and I'll try to reproduce tomorrow.
-
Re: jive tile gadgets.window.adjustWidth() is not working.
sui Apr 22, 2014 9:03 PM (in response to Ryan Rutan)Thank you. I am using 7.0.0.1
-
Re: jive tile gadgets.window.adjustWidth() is not working.
Ryan Rutan Apr 23, 2014 5:04 AM (in response to sui)Last question, which app view are you using? Are you using a !app or other app contribution? Just want to make sure that you aren't trying this on Canvas as I believe only height works on canvas.
-
Re: jive tile gadgets.window.adjustWidth() is not working.
jrlarson Apr 23, 2014 5:13 AM (in response to Ryan Rutan)Jumping in here - this is associated with an overlay driven from a Tile, and not an App.
-
Re: jive tile gadgets.window.adjustWidth() is not working.
Ryan Rutan Apr 23, 2014 6:09 AM (in response to jrlarson)So a tile action correct?
-
Re: jive tile gadgets.window.adjustWidth() is not working.
sui Apr 23, 2014 6:20 AM (in response to Ryan Rutan)Yes tile action.
-
Re: jive tile gadgets.window.adjustWidth() is not working.
jrlarson Apr 23, 2014 6:20 AM (in response to Ryan Rutan)Yes.
On Apr 23, 2014 8:09 AM, "Ryan Rutan" <communities-no-reply@jivesoftware.com>
-
Re: jive tile gadgets.window.adjustWidth() is not working.
Ryan Rutan Apr 25, 2014 7:24 AM (in response to jrlarson)Wanted you to know that I haven't forgotten about this. Been jugging a lot of different things this week. I'm OOO today, but hoping I can throw this into some testing I hope to do later tonight/tomorrow. Stay tuned.
-
Re: jive tile gadgets.window.adjustWidth() is not working.
sui Apr 25, 2014 9:16 AM (in response to Ryan Rutan)thank you
-
-
-
-
-
-
-
-
-
Re: jive tile gadgets.window.adjustWidth() is not working.
sui Apr 22, 2014 5:35 PM (in response to Ryan Rutan)I saw patch for adjustWidth. Is this something Jive instance needs to apply?
please advise.
-
-
Re: jive tile gadgets.window.adjustWidth() is not working.
aron.racho Apr 26, 2014 5:05 PM (in response to sui)1 person found this helpfulUnfortunately tile ui is fixed, making adjust width inoperable. We have an improvement filed for this. Ric Goell
-
Re: jive tile gadgets.window.adjustWidth() is not working.
bperkinsatmarsdd Jun 16, 2014 9:40 AM (in response to aron.racho)Aron Racho, is there somewhere I can vote this up (and track when it's been implemented)? We have a workaround for on-prem (using a theme update), but another tile we've created for a cloud instance can't use that workaround. It would be great if we could get an ETA for when this improvement might be added. Thanks!
-