Investigate Safari timer problems
---------------------------------
Key: PIVOT-288
URL: https://issues.apache.org/jira/browse/PIVOT-288
Project: Pivot
Issue Type: Improvement
Components: wtk
Affects Versions: 1.3
Reporter: Greg Brown
Priority: Minor
Fix For: 1.3.1
When running Pivot applications in Safari, scheduled callbacks often generate
IllegalStateExceptions due to the timer having been previously canceled. The
current workaround is to simply recreate the timer in these cases; however,
that is not a particularly elegant solution.
Investigate alternate means of scheduling callbacks - for example, could we use
the Swing timer (or Harmony equivalent) instead of the AWT timer class? Maybe
the threading model of the Swing timer is better-suited to use in applets.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.