Ironically ianpreston exhibits the faults he perceives in JonkieXL and me; but his patronising complaint does nonetheless raise a pertinent point, despite aparently being totally irrelevant.
Andy is welcome to ignore all these bug reports if he wants (he's already disregarded several of mine), but ...
Search found 17 matches
- Thu Oct 17, 2002 5:16 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Opening Menus OnClick
- Replies: 8
- Views: 7445
- Mon Aug 19, 2002 1:13 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Single quote in URLs
- Replies: 1
- Views: 2674
Single quote in URLs
Having a single in your URL will cause mmenu.js to error.
Simple to reproduce, just take the menu_array.js from the standard menu.zip and change:
,"CNN","http://www.cnn.com",,,0
to:
,"CNN","http://www.cnn.com?hello='world'",,,0
Simple to reproduce, just take the menu_array.js from the standard menu.zip and change:
,"CNN","http://www.cnn.com",,,0
to:
,"CNN","http://www.cnn.com?hello='world'",,,0
- Wed Aug 14, 2002 9:07 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Single quote break "Status" text
- Replies: 4
- Views: 4575
I can understand how that would compensate for the bug in mmenu.js, but I would rather see this fixed in mmenu.js than use this work around. While what you've suggested may solve the problem, it seems like a kludge to me and just doesn't seem "right" long term.
Should I assume that you don't intend ...
Should I assume that you don't intend ...
- Wed Aug 14, 2002 12:13 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Single quote break "Status" text
- Replies: 4
- Views: 4575
- Tue Aug 13, 2002 4:01 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Single quote break "Status" text
- Replies: 4
- Views: 4575
Single quote break "Status" text
When a single quote is inserted into the Status for a menu item, an error occurs immediately when the page is loaded. This breaks for me using IE6, but doesn't break with Mozilla 1.0.
This is easy to reproduce, get the standard menu.zip and in menu_array.js change
,"Home","http://www.dynamicdrive ...
This is easy to reproduce, get the standard menu.zip and in menu_array.js change
,"Home","http://www.dynamicdrive ...
- Thu Aug 08, 2002 11:34 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: alternate URLs broken with open onclick
- Replies: 0
- Views: 2528
alternate URLs broken with open onclick
My two requirements are as follows:
a) open menus onclick
b) menu openers invoke my JavaScript URLs when clicked on
Each of these can be fulfilled, but not in combination. The option of opening menus onclick breaks the ability to invoke an alternate URL.
This has been a problem for some time and ...
a) open menus onclick
b) menu openers invoke my JavaScript URLs when clicked on
Each of these can be fulfilled, but not in combination. The option of opening menus onclick breaks the ability to invoke an alternate URL.
This has been a problem for some time and ...
- Tue Jul 30, 2002 10:20 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: onfunction/offfunction with menu openers
- Replies: 1
- Views: 2444
- Mon Jul 29, 2002 1:00 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: onfunction/offfunction with menu openers
- Replies: 1
- Views: 2444
onfunction/offfunction with menu openers
I have this working fine for most menu items, but with menu openers the menu isn't opened and the function isn't called either.
- Tue Jun 25, 2002 3:00 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Alternative URLs break menu openers
- Replies: 2
- Views: 3090
- Tue Jun 25, 2002 10:11 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Alternative URLs break menu openers
- Replies: 2
- Views: 3090
Alternative URLs break menu openers
Set an alternative URL on a menu opener, and the menu won't open any more. This is what alternative URLS are for isn't it?
Using the demo code site in http://www.milonic.com/menu/menu.zip, I changed the "News & Sites" menu opener thus:
,"News sites ","show-menu=news target=_blank","http://www ...
Using the demo code site in http://www.milonic.com/menu/menu.zip, I changed the "News & Sites" menu opener thus:
,"News sites ","show-menu=news target=_blank","http://www ...
- Wed Jun 12, 2002 4:00 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Opening Menus OnClick
- Replies: 8
- Views: 7445
- Wed Jun 12, 2002 11:41 am
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Opening Menus OnClick
- Replies: 8
- Views: 7445
- Tue Jun 11, 2002 5:00 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: independant horizontal and vertical positioning
- Replies: 7
- Views: 6166
You have essentially rephrased my original bug report, and come to the same conclusion I did.
I would like for only one axis of the positioning to be changed. I don't see how this is currently possible, without me having to calculate (for each sub menu) where it would have been placed in the other ...
I would like for only one axis of the positioning to be changed. I don't see how this is currently possible, without me having to calculate (for each sub menu) where it would have been placed in the other ...
- Tue Jun 11, 2002 4:46 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: click to open menus
- Replies: 4
- Views: 4323
- Tue Jun 11, 2002 3:13 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Opening Menus OnClick
- Replies: 8
- Views: 7445
Opening Menus OnClick
The FAQ claims that a DHTML menu element can act as a menu link as well as a menu opener.
This does not work when you have also chosen the option to "Open the Menus OnClick".
With the option to "Open the Menus OnClick", these elements only act as menu openers and the menu link is disregarded.
This does not work when you have also chosen the option to "Open the Menus OnClick".
With the option to "Open the Menus OnClick", these elements only act as menu openers and the menu link is disregarded.
- Mon Jun 10, 2002 3:21 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: independant horizontal and vertical positioning
- Replies: 7
- Views: 6166
independant horizontal and vertical positioning
It doesn't seem possible to change the "Screen Position" of a sub menu in only one axis at a time.
Setting "Screen Position" to "left", seems to be equivalent to "top;left". I would not have expected that setting it to be "left" to change the vertical positioning as well! The same is also true of ...
Setting "Screen Position" to "left", seems to be equivalent to "top;left". I would not have expected that setting it to be "left" to change the vertical positioning as well! The same is also true of ...
- Mon Jun 10, 2002 1:45 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: click to open menus
- Replies: 4
- Views: 4323
click to open menus
I'm trying to use the option to "Open the Menus OnClick".
This seems to work fine for a top level menu, but the option seems to be totally ignored by sub menus.
I'm confident that I've selected the right option, since making my sub menu into the main menu causes the option to be recognised.
This seems to work fine for a top level menu, but the option seems to be totally ignored by sub menus.
I'm confident that I've selected the right option, since making my sub menu into the main menu causes the option to be recognised.