[etoys-notify] [JIRA] Commented: (SQ-1045) Exception when halo around Enhanced Text and typed <CMD-O>

Scott Wallace (JIRA) tracker at squeakland.org
Fri Mar 16 00:20:53 EDT 2012


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

Scott Wallace commented on SQ-1045:
-----------------------------------

Interesting case.  The Enhanced Text object had "keyboard focus", i.e. there was a text selection in it, so anything typed, including command keys, was interpreted as input to the text-editor.

Cmd-o is one of command-keys that has a special meaning when issued within a text-editor; instead of being a general request to the "squeak desktop", it is interpreted as a "spawn" request by the text editor.  (There are *many* command-key combos that mean one thing within the context of text-editing and quite a different thing when issued "to the desktop").

I'll attach a little fileout that circumvents the bug.

> Exception when halo around Enhanced Text and typed <CMD-O> 
> -----------------------------------------------------------
>
>                 Key: SQ-1045
>                 URL: http://tracker.squeakland.org/browse/SQ-1045
>             Project: squeakland
>          Issue Type: Bug
>          Components: etoys
>            Reporter: Stephen Thomas
>             Fix For: etoys 5.0
>
>         Attachments: SqueakDebug.log
>
>
> Error occurred when using Etoys 5.0 beta 2 on Mac.
> Added Enhanced Text and had its Halo visible then typed CMD-O on Mac to get object catalog when exception occurred.

-- 
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