You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/09/09 18:16:57 UTC

[jira] Created: (PIVOT-288) Investigate Safari timer problems

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.


[jira] Updated: (PIVOT-288) Investigate Safari timer problems

Posted by "Todd Volkert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Todd Volkert updated PIVOT-288:
-------------------------------

    Fix Version/s:     (was: 1.4)
                   1.4.1

Pushing out to 1.4.1

> 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.4.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.