Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Grid Editor] Cell edit with F2 hotkey is not working #2858

Closed
ZDabrowski opened this issue Aug 20, 2024 · 1 comment · Fixed by #2873
Closed

[Grid Editor] Cell edit with F2 hotkey is not working #2858

ZDabrowski opened this issue Aug 20, 2024 · 1 comment · Fixed by #2873
Labels
bug Malfunctions that should be fixed to comply with the expected behavior fixed Issues that have been fixed and can be closed already prio-low Nice to haves, if we have time and aren't working on something else
Milestone

Comments

@ZDabrowski
Copy link
Collaborator

ZDabrowski commented Aug 20, 2024

Cannot enter the edit mode of the cell when the F2 hotkey is pressed,
Additionally, when F2 is pressed on a non-empty cell and then on the empty cell, the content will be pasted.

Environment
Python 3.10.12
wxPython 4.2.1
robotframework 6.0.2
robotframework-ride 2.1.dev70
Ubuntu 22.04.4 LTS

Steps

  1. Enter some content into cells
    obraz
  2. Press F2 to enter edition mode (cell content blinked for a while, but did not enter edition mode)
    obraz
  3. Move cursor to the other, empty cell and press F2 (cell filled with the content of previously selected cell)
    obraz
  4. Move cursor to the cell with content and press F2
    obraz
  5. Move cursor to the empty cells and press F2
    obraz

Additional info
Did not notice F2 shortcut key description in the Help->Shorcut keys->Grid
Double-click is working properly.

@HelioGuilherme66 HelioGuilherme66 added bug Malfunctions that should be fixed to comply with the expected behavior prio-low Nice to haves, if we have time and aren't working on something else CURRENT DEVELOPMENT labels Aug 20, 2024
HelioGuilherme66 added a commit to HelioGuilherme66/RIDE that referenced this issue Sep 4, 2024
@HelioGuilherme66 HelioGuilherme66 linked a pull request Sep 4, 2024 that will close this issue
@HelioGuilherme66 HelioGuilherme66 added fixed Issues that have been fixed and can be closed already and removed CURRENT DEVELOPMENT labels Sep 4, 2024
@HelioGuilherme66 HelioGuilherme66 added this to the v2.1 milestone Sep 4, 2024
@HelioGuilherme66
Copy link
Member

HelioGuilherme66 commented Sep 4, 2024

Fixed in v2.1dev74.

Did not notice F2 shortcut key description in the Help->Shorcut keys->Grid

This is not done.

The occasional paste of clipboard content, is not under my control. Press Ctrl-Space after having edited a cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Malfunctions that should be fixed to comply with the expected behavior fixed Issues that have been fixed and can be closed already prio-low Nice to haves, if we have time and aren't working on something else
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants