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

Counter is too small on query page #2166

Merged
merged 1 commit into from Dec 28, 2017
Merged

Counter is too small on query page #2166

merged 1 commit into from Dec 28, 2017

Conversation

kravets-levko
Copy link
Collaborator

Issue #2129

@@ -97,6 +97,10 @@ function CounterRenderer() {
$scope.stringSuffix = null;
}
}

$timeout(() => {
$scope.handleResize();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will there be "flickering"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, just a little bit. On my core i7 I didn't see any flickering. But I cannot change/remove this code - I need to wait for angular to render second line with number, otherwise it computes wrong font size.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's has display:none will we be able to measure it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

@arikfr arikfr merged commit f75833e into getredash:master Dec 28, 2017
@kravets-levko kravets-levko deleted the bug/query-page-small-counter branch February 11, 2019 16:50
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.

None yet

2 participants