| Shortcut keys open browser menu in IE ¶ | |
| Yes, I know this is an IE bug and not the DTHML menu bug, but I believe I have a workaround for it (it annoyed me so much I had to do something :) and I thought I'd share it in case you would want to include it in distribution. The following code when added to createMenuItem() in hmenu.js (line 305 in library version) seems to do the trick: Thanks again for the excellent menu component. | |
| Re: Shortcut keys open browser menu in IE ¶ | |
| Hey there, thanks for the tip! :-) We were actually thinking about allowing keyboard navigation by using the "accesskey" attribute (instead of having the underscore thing as we do currently) and I think that in that case, this hack shouldn't be needed anymore--but however, we will add it for backwards compatibility. | |
| last |
| Re[2]: Shortcut keys open browser menu in IE ¶ | |
| I noticed a different issue, the access key was being set to a space, so pressing alt+space in IE caused one of my menus to open, not the Window menu as expected. I use the keyboard to minimize windows, alt+space, n so this was kind of annoying. if( is_ie && key && parent.base ) { | |
| last |














