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 #9914 - Update dashboard.scss for dashlet options overflow #9914

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

2xaronl
Copy link
Contributor

@2xaronl 2xaronl commented Jan 27, 2023

Prior to this change, overflow of the dashlet options popup div were set to hidden. Now they are set to auto to allow scrollbars when content overflows.

Description

In my SuiteCRM instance, the Save and Clear buttons were not accessible in the 'My Open Cases : Options' popup when configuring the dashlet.

Motivation and Context

Overflow of the div containing the options in the popup was set to hidden and the max-height was insufficient to display all of the options plus the buttons. Rather than change the max-height (which may need to be readjusted in the future), I figured that allowing the div to vertically scroll was a better solution.

How To Test This

Rebuild sass

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 change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

@2xaronl 2xaronl changed the title Update dashboard.css for dashlet options overflow Update dashboard.scss for dashlet options overflow Jan 30, 2023
@serhiisamko091184
Copy link
Contributor

Hello, @2xaronl
thanks for your contribution,

Could you please update your commit message to follow the formatting Fix #num - message. The number added in this case would be the number of the PR (9914).

You can see more information on raising bugs/ PR's here:
https://docs.suitecrm.com/community/contributing-code/bugs/

Thanks in advance,
Serhii

@2xaronl 2xaronl changed the title Update dashboard.scss for dashlet options overflow Fix #9914 - Update dashboard.scss for dashlet options overflow Jan 31, 2023
@serhiisamko091184 serhiisamko091184 added Status: Requires Code Review Needs the core team to code review Status:Assessed PRs that have been tested and confirmed to resolve an issue by a core team member Branch:Hotfix labels Jan 31, 2023
…rflow

Prior to this change, overflow of the dashlet options popup div were set to hidden.  Now they are set to auto to allow scrollbars when content overflows.
Copy link
Contributor

@clemente-raposo clemente-raposo left a comment

Choose a reason for hiding this comment

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

LGTM

@clemente-raposo clemente-raposo added Status: Requires Testing Requires Manual Testing Status: Passed Code Review Mark issue has passed code review reviewed and removed Status: Requires Code Review Needs the core team to code review labels Feb 1, 2023
Copy link
Contributor

@johnM2401 johnM2401 left a comment

Choose a reason for hiding this comment

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

LGTM

@johnM2401 johnM2401 added Status: Passed Testing and removed Status: Requires Testing Requires Manual Testing labels Feb 2, 2023
@clemente-raposo clemente-raposo merged commit 5f0ac46 into salesagility:hotfix Feb 23, 2023
jack7anderson7 pushed a commit that referenced this pull request Mar 2, 2023
Prior to this change, overflow of the dashlet options popup div were set to hidden.  Now they are set to auto to allow scrollbars when content overflows.
JanSiero added a commit to JanSiero/SuiteCRM that referenced this pull request Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Branch:Hotfix Status:Assessed PRs that have been tested and confirmed to resolve an issue by a core team member Status: Passed Code Review Mark issue has passed code review reviewed Status: Passed Testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants