Search found 11 matches

by Alan.Hancock@jet.uk
Fri May 01, 2009 10:34 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: *** Version 6 (Webplugs) ***
Replies: 2
Views: 76221

Re: *** Version 6 (Webplugs) ***

I login to Mailman but am not able to gain access to http://lists.milonic.com/pipermail/webplugs-dev/ Error messge: Forbidden You don't have permission to access /pipermail/webplugs-dev/ on this server. Also I am not able to post to Andy as "webplugs-dev-owner" see message bounce below: Th...
by Alan.Hancock@jet.uk
Fri Apr 22, 2005 2:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Highlighting problem
Replies: 5
Views: 4334

Form input field text selection fixed in version 5.721 ?

I am using v5.721 but I see no fix as regards selecting text in an input field. Is it possible that I have some Milonic setting that leads to the problem? Have you actually tested a form input field embedded in a Milonic Menu item ?
by Alan.Hancock@jet.uk
Fri Apr 22, 2005 11:44 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Highlighting problem
Replies: 5
Views: 4334

Highlight (select) input text problem

The selection of text via mouse or keyboard in a menu embedded input field seems to have been disabled in recent Milonic menu versions since at least v 5.66. This makes editing of existing or previously input text more problematical and the facility is greatly missed by me. :(
by Alan.Hancock@jet.uk
Tue Nov 16, 2004 5:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: FORM input focus bug has reappeared since V5.42
Replies: 3
Views: 3706

Simplified demonstration code of FORM input bug

Have discovered problem with HTML input forms when integrated into Milonic Menu system. If the menu item is an input form then the focus for input disappears after a short while when clicking in the first input field, if this is a combo box then the default selection flashes at a regular rate. What ...
by Alan.Hancock@jet.uk
Mon Sep 20, 2004 6:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: FORM input focus bug has reappeared since V5.42
Replies: 3
Views: 3706

Sorry no URL because page is on our Intranet, however example of code that shows the problem is included here: _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=5 // Sub menu top offset _su...
by Alan.Hancock@jet.uk
Wed Sep 15, 2004 5:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: FORM input focus bug has reappeared since V5.42
Replies: 3
Views: 3706

FORM input focus bug has reappeared since V5.42

Have discovered problem with HTML input forms that may be worked around by inserting a dummy menu entry. If the first menu item is an input form then the focus for input disappears after a short while when clicking in the first menu item, if this is a combo box then the default selection flashes at ...
by Alan.Hancock@jet.uk
Mon Jul 05, 2004 3:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top level menu item does not open url in target frame
Replies: 10
Views: 7237

Further to form input problem with v5.30 - V5.31b

Also the code in previous message shows a further problem with the link going to the wrong frame if this code is invoked as part of a frameset, even if I include an off screen dummy menu item :?:
by Alan.Hancock@jet.uk
Mon Jul 05, 2004 3:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top level menu item does not open url in target frame
Replies: 10
Views: 7237

V5.31b solves menu problem, but further form input problem

Confirm that this solves my problem so that I can now take out call to off screen dummy menu item. But have discovered problem with HTML input forms that may also be worked aroundby inserting a dummy menu entry. If the first menu item is an input form then the focus for input disappears after a shor...
by Alan.Hancock@jet.uk
Fri Jul 02, 2004 10:30 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top level menu item does not open url in target frame
Replies: 10
Views: 7237

Dummy menu item work around for FRAME as target problem

Kevin,
I tried your solution using the dummyMenu code you posted in menu_data.js file, that does serve as a work around to my problem. :D
Thanks very much for quick response to this and for tip regarding not moving to v5.31.

Alan
by Alan.Hancock@jet.uk
Thu Jul 01, 2004 7:37 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top level menu item does not open url in target frame
Replies: 10
Views: 7237

Test for Menu in frame and target to frame problem

I cannot post a URL because the menu is for an intranet . I think it should be easy to demontrate the problem by creating a page with 2 frames in it named E2 and E3 then in menu code for E2 frame as below make target for a menu item to be the frame E3 and do this for a menu item at the top level an ...
by Alan.Hancock@jet.uk
Thu Jul 01, 2004 1:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Top level menu item does not open url in target frame
Replies: 10
Views: 7237

Top level menu item does not open url in target frame

When I click on the text of a top level menu then the url opens in the frame occupied by the menu not the frame specified by target=E3. If I click on the background to the menu text then the url opens in the E3 frame as specified by target=E3 for the select menu item. If I create a submenu then the ...