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

Save/Discard changes buttons cover bottom part of sidepanel Fix #230

Merged
merged 8 commits into from
Feb 28, 2018

Conversation

michaldziubek
Copy link
Contributor

@michaldziubek michaldziubek commented Feb 26, 2018

Description

Fixing styles for sidepanel dimensioning when 'Save/Discard Changes' buttons are visible.

Motivation and Context

When Save/Discard changes buttons are visible, they are covering the bottom part of side panel making test located there unable to be clicked. In this PR I am fixing this issue by adding proper styles.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

I hereby agree to the terms of the AET Contributor License Agreement.

CHANGELOG.md Outdated
@@ -10,6 +10,7 @@ All notable changes to AET will be documented in this file.
## Unreleased
**List of changes that are finished but not yet released in any final version.**

- [PR-230](https://github.com/Cognifide/aet/pull/230) Added fixing styles for side panel dimensioning when 'Save/Discard Changes' buttons are visible.

Choose a reason for hiding this comment

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

Consider better description like:

Bug Fixed: Side panel items not accessible when 'Save/Discard Changes' buttons are shown.

<div class="js-rebase-all" ng-if="sidepanel.thereAreChangesToSave()"
ng-click="sidepanel.saveAllChanges()">

<div class="js-manage-changes-wrapper" ng-if="sidepanel.thereAreChangesToSave()">
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we rename this class to something that doesn't have 'js' prefix and doesn't mention any funcitonality since we're not using it in any JS file?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Class selector renamed

Jakub Lamprecht and others added 4 commits February 27, 2018 13:12
# Conflicts:
#	CHANGELOG.md
#	report/src/main/webapp/assets/css/main.css
…to save-discard-changes-buttons

# Conflicts:
#	report/src/main/webapp/assets/css/main.css
@wiiitek wiiitek merged commit ffb2ba2 into master Feb 28, 2018
@wiiitek wiiitek deleted the save-discard-changes-buttons branch February 28, 2018 13:36
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.

4 participants