This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 101704

Summary: Enhance SVGMenu component to other ways to trigger animation than just settgin focus
Product: javame Reporter: Martin Brehovsky <breh>
Component: Visual DesignerAssignee: Martin Brehovsky <breh>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Brehovsky 2007-04-19 09:06:36 UTC
Since Nokia S40 devices have some issues with performing animation triggered by
focus.in/focus.out events, we need to enhance our SVGMenu component to support
triggering animations 'manually' using SVGAnimationElement.beginElementAt metho
call instead of dispatching focus? What I mean
here is that we could have another convention for the menu items,
something like:

<animate id="menuItem0_focusInAnim" .../>

<animate id="menuItem0_focusOutAnim" .../>

and the menu component will invoke beginElementAt on the 'right'
animation when moving focus. And it will actually not use the API's
focus management API calls...
Comment 1 Martin Brehovsky 2007-04-19 09:21:08 UTC
I believe this could be achieved by modifying just the JavaME runtime code of
the component, therefore no change in the design/model would be needed.
Comment 2 Martin Brehovsky 2007-04-24 14:04:00 UTC
Increasing to P1 as this is a very important issue.
Comment 3 Martin Brehovsky 2007-04-27 10:20:30 UTC
Fixed in 5.5.1
Comment 4 Lukas Hasik 2007-09-03 13:49:53 UTC
c