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

Moves error messages in the task list to a popup #1827

Merged
merged 1 commit into from
Aug 26, 2016

Conversation

daveFNbuck
Copy link
Contributor

@daveFNbuck daveFNbuck commented Aug 25, 2016

Description

Displays error messages in the task list using a popup like in the graph view rather than inline in the table rows.

Motivation and Context

When error messages with long lines appear in the task list data table, they can stretch the table width beyond that of the window. Horizontal scrolling is impossible, hiding both the error message and the action buttons needed for hiding the error message or showing others.

As the error message popup works well in the graph, this is easily solved by just using the same popup for displaying error messages in the task list. This popup has a fixed size and allows horizontal scrolling when lines exceed it.

Have you tested this? If so, how?

I'm using it in production now. It works much better than before.

Before:
image

After:
image
image

When error messages with long lines appear in the task list data table,
they can stretch the table width beyond that of the window. Horizontal
scrolling is impossible, hiding both the error message and the action
buttons needed for hiding the error message or showing others.

As the error message popup works well in the graph, this is easily
solved by just using the same popup for displaying error messages in the
task list. This popup has a fixed size and allows horizontal scrolling
when lines exceed it.
@mention-bot
Copy link

@daveFNbuck, thanks for your PR! By analyzing the annotation information on this pull request, we identified @riga, @harpaj and @patricksmith to be potential reviewers

@Tarrasch Tarrasch merged commit 3fa7a4b into spotify:master Aug 26, 2016
@daveFNbuck daveFNbuck deleted the error_popup branch June 2, 2017 00:00
This was referenced Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants