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 issue 9 - Span timeline not compatible with Safari #15

Conversation

tiffon
Copy link
Member

@tiffon tiffon commented May 10, 2017

Resolves the issue with the span timeline view in Safari.

Edited UI view in Chrome and Safari are attached.

Chrome:
jaeger_ui_issue_9_chrome

Safari:
jaeger_ui_issue_9_safari

@CLAassistant
Copy link

CLAassistant commented May 10, 2017

CLA assistant check
All committers have signed the CLA.

@@ -198,10 +198,8 @@ TimelineRow.Left.propTypes = {
TimelineRow.Right = props => {
const { children, ...rest } = props;
return (
<div className="col-xs-9" {...rest}>
<div className="relative" style={{ height: '100%' }}>
Copy link
Member

Choose a reason for hiding this comment

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

was the height not necessary?

Copy link
Member Author

@tiffon tiffon May 10, 2017

Choose a reason for hiding this comment

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

On the

<div className="relative" style={{ height: '100%' }}>

It was necessary (due to the relative). But, it is not needed on the

<div className="col-xs-9 relative" {...rest}>

@yurishkuro
Copy link
Member

@saminzadeh could you please review?

@coveralls
Copy link

Coverage Status

Coverage remained the same at 52.818% when pulling c2586dc on tiffon:bug/issue-009-span-timeline-broken-in-safari into 42060ff on uber:master.

Copy link
Member

@saminzadeh saminzadeh left a comment

Choose a reason for hiding this comment

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

LGTM. Just tested Safari, Chrome and Firefox.

Thanks!

@saminzadeh saminzadeh merged commit dfafcf8 into jaegertracing:master May 10, 2017
vvvprabhakar referenced this pull request in vvvprabhakar/jaeger-ui Jul 5, 2021
Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
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

5 participants