[etoys-notify] [JIRA] Commented: (SQ-813) Balloon help in tile "Text's:numeric value" is incorrect

K. K. Subramaniam (JIRA) tracker at squeakland.org
Wed Sep 15 00:16:57 EDT 2010


    [ http://tracker.squeakland.org/browse/SQ-813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39482#action_39482 ] 

K. K. Subramaniam commented on SQ-813:
--------------------------------------

The error is due to a combination of slot name duplication and a help text conflict. "numericValue" slot is duplicated in TextMorph, SimpleSliderMorph and NCLabelMorph. Previously help text was identical in all three (Oh! The joys of cut-n-paste!). When help text for SimpleSliderMorph was changed, the override error manifested through help text.

   StandardScriptingSystem searchForSlotProtocolConflicts
throws up many more such conflicts :-(

> Balloon help in tile "Text's:numeric value" is incorrect
> --------------------------------------------------------
>
>                 Key: SQ-813
>                 URL: http://tracker.squeakland.org/browse/SQ-813
>             Project: squeakland
>          Issue Type: Bug
>          Components: etoys
>            Reporter: Stephen Thomas
>             Fix For: etoys 4.1
>
>
> The balloon help states: "a number representing the current position of the knob"
> It should state "the numeric value of the text string, if set the contents will be replaced by a string representing the numeric value"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list