>> 5. (Bug) >> TAB & SHIFT+TAB have no effect in MenuBarItemSkin, but should perform like >> LEFT & RIGHT arrows and change the activated menu >> http://svn.apache.org/repos/asf/pivot/trunk/wtk/src/org/apache/pivot/wtk/skin/MenuBarItemSkin.java >> >> This looks to be because ComponentSkin.keyPressed() consumes the TAB >> keypresses, so they never reach MenuBarItemSkin > > Consuming an event only prevents it from propagating up the container > hierarchy - it doesn't stop it from reaching a subclass (or superclass). That > needs to be done programmatically. Either way, it sounds like it could be a > bug (or an oversight). I'll take a look.
This is fixed. Good catch.
