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 reporting drop down menu on data-download instructor dashboard. #18786

Merged
merged 1 commit into from
Aug 16, 2018

Conversation

attiyaIshaque
Copy link
Contributor

@attiyaIshaque attiyaIshaque commented Aug 15, 2018

EDUCATOR-3327

Description:

This PR fixes the display of Section Problem Reporting Drop Down menu that is hidden behind the report list

How to Test?

Prod Edge

  1. Go to Data Download
    https://edge.edx.org/courses/course-v1:UQx+UQACADEMICINTEGRITY+2018/instructor#view-data_download
  2. Scroll down to find the button "Select a section or problem".
  3. Click on the button.
  4. Observe the drop-down menu being covered by the list of file component below.

Sandbox
https://menu.sandbox.edx.org/courses/course-v1:edX+DemoX+Demo_Course/instructor#view-data_download

Screenshot

Before Fix
screen shot 2018-08-15 at 4 19 02 pm

After Fix
screen shot 2018-08-15 at 4 19 25 pm

Reviewers

If you've been tagged for review, please check your corresponding box once you've given the 👍.

Post-review

  • Rebase and squash commits

@attiyaIshaque
Copy link
Contributor Author

jenkins run python

@edx-status-bot
Copy link

Your PR has finished running tests. There were no failures.

@attiyaIshaque attiyaIshaque self-assigned this Aug 15, 2018
@@ -1541,6 +1541,7 @@
background: white;
padding: 5px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
z-index: 2;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why z-index 2? Is it relevant to other z-index?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

By default it has the z-index: auto property and when we set z-index:1 it faded out something like this.
screen shot 2018-08-15 at 5 16 42 pm

On this index, it working fine.

Copy link
Contributor

@awaisdar001 awaisdar001 left a comment

Choose a reason for hiding this comment

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

Thanks for explaining.

@attiyaIshaque attiyaIshaque merged commit 5a4c457 into master Aug 16, 2018
@attiyaIshaque attiyaIshaque deleted the ai/EDUCATOR-3327-drop-down-hidden branch August 16, 2018 12:32
@edx-pipeline-bot
Copy link
Contributor

EdX Release Notice: This PR has been deployed to the staging environment in preparation for a release to production on Friday, August 17, 2018.

@edx-pipeline-bot
Copy link
Contributor

EdX Release Notice: This PR has been deployed to the production environment.

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.

5 participants