| Problems with auto-access key feature ¶ | |
| 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 ¶ | |
| 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 ¶ | |
| Ah, thanks. A dirty hack is better than none, and better than the mess I have now. Thanks!!!! | |
| last |














