Status: New Owner: ---- CC: tudor.gi...@gmail.com Labels: Type-Defect Priority-Medium Component-Glamour
New issue 701 by alexandr...@gmail.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
Email snippets:
Regarding copy paste, indeed it seems that pasting a text does not update the port. Please open a ticket. -------
I found another strange behavior, likely to be a bug.
Try: -=-=-=-=-=-= | browser | browser := GLMFinder new. browser text act: [:prez :v | prez text inspect ] on: $i entitled: 'Inspect'. browser openOn: 'hello world' -=-=-=-=-=-=
If you type something and press cmd-i then you open an inspector on what you have typed. Now, do a cut and paste in the textpane, and press cmd-i. You have an inspector on 'hello world', no matter what you have cut&pasted.
Updates: Labels: Milestone-4.6
Comment #1 on issue 701 by tudor.gi...@gmail.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
It seems to be fixed with the recent changes, but there still is an issue when pressing Cmd+v/Alt+v (instead of Ctrl+v) due to Keymapping.
Comment #2 on issue 701 by tu...@tudorgirba.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
Keymapping is not part of Moose anymore (only Keymapping-shortcuts) and so the bug seems to solved.
Comment #3 on issue 701 by tu...@tudorgirba.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
I forgot to mention that we even have a test with BDDExtensions. Really cool :)
Updates: Status: Fixed
Comment #4 on issue 701 by tu...@tudorgirba.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
(No comment was entered for this change.)
Updates: Status: New Labels: -Milestone-4.6 Milestone-4.7
Comment #5 on issue 701 by tudor.gi...@gmail.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
This bug as resurfaced with the introduction of Keymapping in Pharo 1.4
Updates: Status: Fixed
Comment #6 on issue 701 by tudor.gi...@gmail.com: Cut and Paste do not update a Glamour Port http://code.google.com/p/moose-technology/issues/detail?id=701
fixed