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 - Enhance SVGMenu component to other ways to trigger animation than just settgin focus
Summary: Enhance SVGMenu component to other ways to trigger animation than just settgi...
Status: CLOSED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Brehovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 09:06 UTC by Martin Brehovsky
Modified: 2007-09-03 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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