[Pharo-project] Mouse down events are being processed twice
This was the reason for the scrollbars scrolling two rows/pages at a time. I merged that issue into the one below. If someone will review the fix (only one line changed), it is ready for 1.4 (all relevant tests pass - two unrelated failures) and 2.0... Issue 6083: Mouse down events are being processed twice http://code.google.com/p/pharo/issues/detail?id=6083 Fixes in inbox: - for 1.4: SLICE-Issue-6083-Mouse-down-events-are-being-processed-twice-SeanDeNigris.1 - for 2.0: SLICE-Issue-6083-Mouse-down-events-are-being-processed-twice-SeanDeNigris.2 * Fix Morph>>#handleMouseDown: to have #mouseDown:fromMorph: called only once, via #mouseDown: -- View this message in context: http://forum.world.st/Mouse-down-events-are-being-processed-twice-tp4635339.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
thanks sean On Jun 18, 2012, at 4:37 PM, Sean P. DeNigris wrote:
This was the reason for the scrollbars scrolling two rows/pages at a time. I merged that issue into the one below. If someone will review the fix (only one line changed), it is ready for 1.4 (all relevant tests pass - two unrelated failures) and 2.0...
Issue 6083: Mouse down events are being processed twice http://code.google.com/p/pharo/issues/detail?id=6083
Fixes in inbox: - for 1.4: SLICE-Issue-6083-Mouse-down-events-are-being-processed-twice-SeanDeNigris.1 - for 2.0: SLICE-Issue-6083-Mouse-down-events-are-being-processed-twice-SeanDeNigris.2
* Fix Morph>>#handleMouseDown: to have #mouseDown:fromMorph: called only once, via #mouseDown:
-- View this message in context: http://forum.world.st/Mouse-down-events-are-being-processed-twice-tp4635339.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks for all the effort, Sean, it is really nice to see you contributing so much lately. Sven On 18 Jun 2012, at 16:37, Sean P. DeNigris wrote:
This was the reason for the scrollbars scrolling two rows/pages at a time. I merged that issue into the one below. If someone will review the fix (only one line changed), it is ready for 1.4 (all relevant tests pass - two unrelated failures) and 2.0...
Issue 6083: Mouse down events are being processed twice http://code.google.com/p/pharo/issues/detail?id=6083
Fixes in inbox: - for 1.4: SLICE-Issue-6083-Mouse-down-events-are-being-processed-twice-SeanDeNigris.1 - for 2.0: SLICE-Issue-6083-Mouse-down-events-are-being-processed-twice-SeanDeNigris.2
* Fix Morph>>#handleMouseDown: to have #mouseDown:fromMorph: called only once, via #mouseDown:
-- View this message in context: http://forum.world.st/Mouse-down-events-are-being-processed-twice-tp4635339.... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Sven Van Caekenberghe wrote
Thanks for all the effort, Sean, it is really nice to see you contributing so much lately.
It's our Pharo :) And, it's usually easier to fix the bug than to suffer from it ;-) Sean -- View this message in context: http://forum.world.st/Mouse-down-events-are-being-processed-twice-tp4635339p... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
:)
It's our Pharo :) And, it's usually easier to fix the bug than to suffer from it ;-)
Sean
-- View this message in context: http://forum.world.st/Mouse-down-events-are-being-processed-twice-tp4635339p... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Sean P. DeNigris -
Stéphane Ducasse -
Sven Van Caekenberghe