Originally reported by Scott Andrews. We debugged it a little together and the conclusion was that in textView.js the function _doHome which is getting called by this action misbehaves if the following conditions are met:
wrapped mode enabled (via a toggle wrapped mode keybinding)
AND
the current selection is in a line that is not currently wrapped
OR
the current selection is in the start of wrapped line (before the first wrap position)
This is most likely a bug in Orion. We should try to verify it in Orion and submit a bug report with Orion.
Originally reported by Scott Andrews. We debugged it a little together and the conclusion was that in textView.js the function _doHome which is getting called by this action misbehaves if the following conditions are met:
This is most likely a bug in Orion. We should try to verify it in Orion and submit a bug report with Orion.