Task32Start - rule window scrolling
See TasksExplained? for more infos about tasks. This task is based on the template at TaskTemplateStart
Status : closed
Category : gui
Date opened : 2007-02-14
Description : Enable rulewindow scrolling
Referenced in stories/tasks :
Testsuite : none (javascript stuff)
Commited revision : 186
Remarks :
Changelog
2007-03-21 - done
The mainareas heights are adjusted to match the window size or their contents; depending wether is higher.
There is a problem with determining the height of the content, as the ul list does not include the height of the head and the details of the last li element. So this has to be added seperately.
Everything is done in four javascript functions, which are added to the main layout file.
- getelementheight
- getwindowheight
- getnewmainareaheight
- adjustdivheight
The views call adjustdivheight when toggling the display of element and when adding/removing new requests and requestparameters.