[Building Sakai] "My Sites" pulldown overflows

Joshua Swink joshua.swink at gmail.com
Wed Mar 18 19:04:19 PDT 2009


Just to give some closure to this issue, I'll post our solution.

The portal.xslt file in the skin calculates an estimated value for the
height of the box that can be revealed or hidden by clicking on "My
Sites". It passes the value to the animatedcollapse javascript
function, which will use it as the height of the box to be revealed.
But the estimate wasn't very good.

Since animatedcollapse.js will get the height using the HTML DOM, I
disabled the use of the passed value as a quick hack.

The file: reference/library/src/webapp/js/animatedcollapse.js

Line 17 commented out:

//this.contentheight=this.contHeight

--
Joshua Swink

On Wed, Mar 18, 2009 at 5:43 PM, Joshua Swink <joshua.swink at gmail.com> wrote:
> Yes, it is produced by the portal.xslt file in the skin. Now it looks
> like we are using the skin from version 2.5.2, and the more recent
> versions pretty much totally redesign this feature. I'm hopeful that
> in our next upgrade the situation will be much improved.
>
> Josh
>
> On Wed, Mar 18, 2009 at 5:04 PM, Ian Goh <ian.goh at jhu.edu> wrote:
>> Could this be skin related?  I've seen differences in how the DHTML Active Sites tab shows things depending on what site skin I might be using.
>>
>> - Ian
>


More information about the sakai-dev mailing list