RC44 problems?...form input box and 'Milonic' link
RC44 problems?...form input box and 'Milonic' link
I've just moved to RC44 and I'm seeing a couple of issues (using IE6).
The first is that with an <input> box as a menu item, you can't click inside the box. (This problem was also in RC42 but not in RC29). You get the 'hand' icon. If you move the cursor to the very edge of the box, you can just click inside it.
The other issue is that a 'Home' menu item displays correct for a second, and then 'blinks' to the word 'MILONIC' with a link to http://milonic.com. The status bar text is from my menu data. (This also occurs in your sample download.
The first is that with an <input> box as a menu item, you can't click inside the box. (This problem was also in RC42 but not in RC29). You get the 'hand' icon. If you move the cursor to the very edge of the box, you can just click inside it.
The other issue is that a 'Home' menu item displays correct for a second, and then 'blinks' to the word 'MILONIC' with a link to http://milonic.com. The status bar text is from my menu data. (This also occurs in your sample download.
If you put a forum object inside a menuitem, you need to set its type to form, here's how:
Cheers
Andy
Code: Select all
aI("text=<form>blahblahblah</form>;type=form;");
Andy
The item definition is as follows:
I can't give you a URL as it is on an Intranet.
Code: Select all
aI("status=Online access to your email;target=_blank;text=CPL Webmail;url=http://webmail.cplaromas.com;")
Yes, failing on more than one machine...all would be IE. I will have a delve a little deeper and see if I can get some pattern to it.
I will also try and put it on a personal web server to see if the problem occurs elsewhere. You can then see it for yourself if it is an issue.
Thanks for you help so far. I'll post back in here any findings.
I will also try and put it on a personal web server to see if the problem occurs elsewhere. You can then see it for yourself if it is an issue.
Thanks for you help so far. I'll post back in here any findings.
This one is now doing my head in!...
I still haven't got to the bottom of this, but I have found out a little more information.
I have a 'status' property defined for every menu item. I have no noticed that this only displays in the status bar when the cursor is at the edge of each item. i.e. if you place the cursor pointer right on the text of the menu item, the status bar text does not display. When you move the cursor to the edge of the menu text, it comes back. The 'new window' function will also only work when the cursor is placed at the edge of the menu item.
I hope all that makes sense! I also can't reproduce this. I've copied my style out and tried it elsewhere and it works fine. It must be something about my server I guess but I really can't think what would affect it. (As said before in this thread, it is an intranet server so I can't post a link). My styles is as follows:
...and an example menu is:
Any help would be most gratefully received!...I'm going nuts!
I still haven't got to the bottom of this, but I have found out a little more information.
I have a 'status' property defined for every menu item. I have no noticed that this only displays in the status bar when the cursor is at the edge of each item. i.e. if you place the cursor pointer right on the text of the menu item, the status bar text does not display. When you move the cursor to the edge of the menu text, it comes back. The 'new window' function will also only work when the cursor is placed at the edge of the menu item.
I hope all that makes sense! I also can't reproduce this. I've copied my style out and tried it elsewhere and it works fine. It must be something about my server I guess but I really can't think what would affect it. (As said before in this thread, it is an intranet server so I can't post a link). My styles is as follows:
Code: Select all
with(styleMain=new mm_style()) {bordercolor="#FFFFFF";fontfamily="Sans Serif";fontsize="10px";fontstyle="normal";fontweight="normal";offbgcolor="#000000";offcolor="#FFFFFF";onbgcolor="#808080";oncolor="#FFFFFF";outfilter="Wipe(duration=0.1,wipestyle=1,motion=reverse)";overfilter="Wipe(duration=0.15,wipestyle=1,motion=forward);Shadow(color='#888888', Direction=135, Strength=2)";padding=4;separatorcolor="#FFFFFF";separatorpadding=5;subimage="/common/images/mnu_arrow.gif";subimagepadding=2;}
Code: Select all
with(milonic=new menuname("mnuWeblinks")) {style=styleMain;aI("status=Visit the CPL Aromas web site;target=_blank;text=CPL Website;url=http://www.cplaromas.com;showmenu=;");aI("status=Online access to your email;target=_blank;text=CPL Webmail;url=http://webmail.cplaromas.com;showmenu=;");aI("separatorsize=1;status=CPL Forums;target=_blank;text=CPL Forums;url=/forums;showmenu=;");aI("status=Perform a web search using Google;target=_blank;text=Google Search;url=http://www.google.com/;showmenu=;");}
Last edited by jonathan on Tue Jan 27, 2004 2:05 pm, edited 1 time in total.
OK. I've found why!!!!!!!...
I am using a 3rd party piece of code to do some tooltips. It is the script in this that is obviously conflicting.
Not knowing JS too well, I am still unsure if it is anything I can get around easily. The source can be found at http://javascript.internet.com/messages/overlib.html.
Again, if anyone has any ideas, I would be grateful.
I am using a 3rd party piece of code to do some tooltips. It is the script in this that is obviously conflicting.
Not knowing JS too well, I am still unsure if it is anything I can get around easily. The source can be found at http://javascript.internet.com/messages/overlib.html.
Again, if anyone has any ideas, I would be grateful.