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

Fix/remove hover to reveal command #470

Open
cawoodm opened this issue Oct 29, 2018 · 2 comments
Open

Fix/remove hover to reveal command #470

cawoodm opened this issue Oct 29, 2018 · 2 comments

Comments

@cawoodm
Copy link

cawoodm commented Oct 29, 2018

Commands in a test are displayed as comments when a comment is available. When hovering over a command it then reveals the command, target and value. In many cases this results in a resizing of the row in the list which makes it hard for the user to see where they are. It flickers back and forth as you move down the list.

image
When hovering line 10 becomes larger and moves line 11 down:
image

IMHO: The comment should not be displayed like this at all. Most users have large monitors so there would be enough space for command | target | value | comment in separate comments.

If we insist on keeping this display we need to manage the resizing - or better still make it a configurable option.

@corevo
Copy link
Member

corevo commented Nov 6, 2018

Please use the issue templates, it makes it easier for us to filter issues and manage them better.
I would use a feature request next time for this.

@chiznat
Copy link

chiznat commented Nov 19, 2018

I would vote for the Comment/Description to be in it's own column with wrapped text and forget this dynamic presentation with the hover event. I want to see the target content in the table at all times and not only when there is no comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants