» Forums
» DynarchMenu forum
» Support
» Problems with auto-access key feature
Problems with auto-access key feature
2006/01/27 03:07
Viewed 2919 times
Replies: 1/2

The feature that automatically creates an access key has a flaw. If I put something like this in the menu:

<li><a href="#"><div id="MyLogin:C_CMS:name">other stuff</div></a></li>

It totally messes up since it changes the div's id!!! to somthing like

<div id="MyLogin:C<u unselectable='on'>C</u>MS:name">other stuff</div>

The id is created by the application server, so i can't change its format. I'd like to disable this access key thing it is trying to do.

Thanks.

Re: Problems with auto-access key feature
2006/01/27 12:10
Viewed 4225 times
Replies: 1/1

Sorry about this problem!

The dirty hack for now is to put an accesskey attribute to the <a> element: <a accesskey="" href="#">...</a>. We will address it in a future version with a configuration argument.

last
Re[2]: Problems with auto-access key feature
2006/01/28 02:34
Viewed 5464 times
Replies: 0/0

Ah, thanks. A dirty hack is better than none, and better than the mess I have now. Thanks!!!!

last
Google