| Summary: | FIXED IN SVN: Can't type in the console if text is selected | ||
|---|---|---|---|
| Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
| Component: | general | Assignee: | RKWard Team <rkward-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | All | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
RKWard Team
2011-12-07 15:58:48 UTC
Hi\! The technical issue behind this is this: If a selection is active, any key press would usually affect that selection \(e.g. replacing it\). Since everything outside the last line should be read-only, the policy was to ignore key-presses \(with a beep\), if there is a selection, outside the last line. I have now changed this to clear the selection \(not the selection contents, of course\), then handle the key. I guess that really is better is almost all use cases. Regards Thomas - **assigned_to**: nobody --> tfry - **summary**: Can't type in the console if text is selected --> FIXED IN SVN: Can't type in the console if text is selected - **status**: open --> open-fixed -- Originally posted by (AT sourceforge.net): nalimilan -- Cool\! ;-\) - **status**: open-fixed --> closed-fixed |