Topic: Menu Builder without ART

moro,

if I use menu builder http://mifjs.net/trunk/menu/Download/Builder/ and do not include ART,
then the following line Mif.Menu::initialize() is creating errors:

if(Browser.Engine.trident && skin.container==ART.Container){
}

Obviously, there's no ART.

Question, do you plan to add new features to Menu?

Thanks

Thumbs up Thumbs down

Re: Menu Builder without ART

fixed

Re: Menu Builder without ART

Builder page: http://mifjs.net/trunk/menu/Download/Builder/.

Building without "Mif.Menu.Container" and ART gives Javascript error in:

Mif.Menu.List::initialize()

this.parent($merge(this.options, {styles: {position: 'absolute'}}), 'mifmenu');

saying that this.parent is not defined (or smth like that).

ALSO, there's an error in:

        if(ART && Browser.Engine.trident && skin.container==ART.Container){
        };

Saying that ART is undefined.

Thanks

Thumbs up Thumbs down

Re: Menu Builder without ART

fixed - ART undefined.

Mif.Menu.List requires container.

Re: Menu Builder without ART

fix again, Mif.Menu.Container now work without ART.