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

WINDUP-2032: sort tech bubble report by sector header #1346

Merged
merged 8 commits into from Apr 1, 2019

Conversation

m-brophy
Copy link
Contributor

@m-brophy m-brophy commented Feb 6, 2019

No description provided.

@m-brophy
Copy link
Contributor Author

m-brophy commented Feb 6, 2019

retest

Copy link
Member

@mrizzi mrizzi left a comment

Choose a reason for hiding this comment

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

I think you should merge master on your branch so that the latest changes will be available and your PR can build thanks to the latest commits about JDK 11

@PhilipCattanach
Copy link
Contributor

Problem identified with the column sorting, but the Tier sorting looks fine. Details attached to the Jira.

Copy link
Member

@carlosthe19916 carlosthe19916 left a comment

Choose a reason for hiding this comment

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

I found a title problem described in the comment. I'm sure the problem resides in this line:
var td = event.target.parentNode;
When the user click in the space between td and div, then parentNode is not td

$('.technologiesPunchCard').children('tbody').append(row);
});
}

$().ready(function () {
$(".headersGroup .sector").click(function (event) {
var td = event.target.parentNode;
Copy link
Member

Choose a reason for hiding this comment

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

I noticed that every column of the header has a div inside, but because the div is shorter than the column(td) there is a problem when I click on the space between the div and the td (I'm attaching an image to explain this better)...

The problem is that whenever I click in the yellow part of the image the sort column is always the first one and not the column selected.

screenshot from 2019-02-15 08-58-17

@PhilipCattanach
Copy link
Contributor

Tested successfully after running an analysis using the 40 Sample Apps

@m-brophy
Copy link
Contributor Author

m-brophy commented Mar 28, 2019 via email

@m-brophy
Copy link
Contributor Author

variable names changed as per @jonathanvila review

Copy link
Member

@jonathanvila jonathanvila left a comment

Choose a reason for hiding this comment

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

Looks OK for me.

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