[jsmenu-codedev] Development of 2.3.2
Status: Inactive
Brought to you by:
nettrom
From: Morten W. <war...@on...> - 2002-02-06 21:21:29
|
It's time to start working on v2.3.2. The development of this version will be interesting since Michael Richards is joining as a co-developer, a first for this project (but hopefully not the last). I'll be starting off by looking at feature request #490933, writing a URL resolver for the menu so it'll start working with relative URLs using "../". since preHREF is a property of the MTMBrowser() object I'm thinking of making MTMBrowser.resolveURL(), which will take a given URL as its argument and resolve it. if it's an absolute URL it'll just return the given URL, if it's relative it'll be resolved relative to MTMBrowser.preHREF, which is how the menu works now. since it'll be a replacement to MTMCheckURL() (which does some of this functionality now) it'll also take a second argument, and return true/false depending on whether the given URL is relative or not. then I'll be looking into bugs 510929 about the constant scrollbars in Mozilla/Netscape 6, and 512447 which is the buggy scrolling. after that I'll look into something else :) Morten! -- "...a liquid which was almost, but not quite, entirely unlike tea." My opinions are not necessarily those of my provider, not necessarily mine, and probably not necessary. |