stevieko / snackr

Automatically exported from code.google.com/p/snackr
1 stars 0 forks source link

[Linux]Cannot view any news feeds after reading 3-4 feeds #276

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install snackr  (http://snackr.net/)
2. Read three feeds in quick succession (click -> wait for feed window to
show up -> click on next feed article)

RESULT:
After reading 3 or 4  feeds, new feed articles do not  show up in a pop up
window

Following callstacks are seen when the issue is reproduced:

Error: Error #3200: Cannot perform operation on closed window.
        at Error$/throwError()
        at flash.display::NativeWindow/get
bounds()[/home/romil/Work/romil_flashruntime/mainline/flash/avmglue/classes/Nati
veWindow.as:517]
        at flash.display::NativeWindow/get
x()[/home/romil/Work/romil_flashruntime/mainline/flash/avmglue/classes/NativeWin
dow.as:1770]
        at ui.popups::Popup/updatePointerPos()
        at ui.popups::Popup/updateDisplayList()
        at mx.core::UIComponent/validateDisplayList()
        at mx.core::Container/validateDisplayList()
        at mx.core::Window/validateDisplayList()
        at mx.managers::LayoutManager/validateDisplayList()
        at mx.managers::LayoutManager/doPhasedInstantiation()
        at Function/http://adobe.com/AS3/2006/builtin::apply()

        at mx.core::UIComponent/callLaterDispatcher2()
        at mx.core::UIComponent/callLaterDispatcher()

Error: Error #3200: Cannot perform operation on closed window.
        at Error$/throwError()
        at flash.display::NativeWindow/set bounds()
        at ui.utils::AnimateRectPropertyInstance/onTweenUpdate()
        at mx.effects.effectClasses::TweenEffectInstance/onTweenEnd()
        at mx.effects::Tween/endTween()
        at
mx.effects::Tween/http://www.adobe.com/2006/flex/mx/internal::doInterval()

        at mx.effects::Tween$/timerHandler()
        at flash.utils::Timer/_timerDispatch()
        at flash.utils::Timer/tick()

So, what is happening here is that the application creates a window when
you click on a feed - however, it also nullifies the last window created
via your last click. Now the tween effect tries to show the closing
animation of the last window but throws an error when it finds that window
has already been set to NULL.

EXPECTED:
User should be able to read all feed articles

What is the expected output? What do you see instead?

What version of the product are you using? (Note: if you pulled the source
from SVN, enter a revision number here instead of a Snackr version number)

On what operating system?
Linux Ubuntu 9.10, FC12, OpenSuse11.2

What version of the AIR runtime do you have installed?
AIR2 Beta

Please provide any additional information below.

Original issue reported on code.google.com by sundeep....@gmail.com on 13 Jan 2010 at 12:38

GoogleCodeExporter commented 9 years ago
Good catch, I can repro.

Original comment by nop...@gmail.com on 6 Jun 2010 at 5:57

GoogleCodeExporter commented 9 years ago

Original comment by nop...@gmail.com on 6 Jun 2010 at 6:20