Re: [Pharo-dev] [Pharo-users] SLICE-Issue-18901-Highlight-message-send-selector-on-mouse-over-NicolaiHess.4 introduces new bug?
Hi All, I've created the issue and associated slice: https://pharo.fogbugz.com/f/cases/19680/DNU-bug-in-SLICE-18901 Thanks, Alistair On 8 February 2017 at 17:25, Nicolai Hess <nicolaihess@gmail.com> wrote:
Am 08.02.2017 2:12 vorm. schrieb "Alistair Grant" <akgrant0710@gmail.com>:
Hi Nicolai,
On 7 February 2017 at 18:56, Nicolai Hess <nicolaihess@gmail.com> wrote:
Hi Alistair, the error messages from Rubric-Components, if there occured an error is often misleading.
I added this act-on-move-functionality for highlighting message sends and I forgot to respect to full TextAction hierarchy (I only implemented the actOnMove: anEvent for: target in: aParagraph editor: anEditor method for TextLink and TextMethodLink and not for TextAction)
You can solve this by moving the implementation actOnMove: anEvent for: target in: aParagraph editor: anEditor "override in subclasses" ^ false
from TextLink, up to TextAction.
Thanks - that fixes the issue! Thanks also for your quick reply.
Would you like me to submit a bug report and slice to fogbugz?
Yes, please.
Thanks again, Alistair
participants (1)
-
Alistair Grant