gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #34686] action_buffer.cpp:52: void gnash::action_buf


From: Sandro Santilli
Subject: [Gnash-commit] [bug #34686] action_buffer.cpp:52: void gnash::action_buffer::read(gnash::SWFStream&, long unsigned int): Assertion `endPos <= in.get
Date: Sun, 30 Oct 2011 09:16:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #5, bug #34686 (project gnash):

event_length - (hasKeyPress ? -1 : 0)

The above will _add_ 1 rather than subtract it.

Would love to see a testcase for this showing how such a partial event handler
should not hide later defined ones.
Such test would be along the lines of:

 onClipKeyPress = <no_action>
 onClipMouseDown = action 2

The test should check that onClipMouseDown is executed even if onClipKeyPress
was invalid.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34686>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]