SuiteCRM icon indicating copy to clipboard operation
SuiteCRM copied to clipboard

Fix #10155 - Save button re-sizing

Open Shivam-Vishwakarma123 opened this issue 1 year ago • 4 comments

Fix #10155, In this commit, the save button resizing issue identified in issue #10155 has been fixed. The button now displays correctly without any resizing problems.

Description

In this pull request, I've addressed the save button resizing issue reported in issue #10155. After thorough investigation, I identified the problem and implemented the necessary changes to ensure the button now displays correctly without any resizing problems. The code changes are encapsulated within triple back quotes for easy readability and review.

Motivation and Context

The fix is vital to enhance user experience and maintain a consistent UI appearance across the application. By resolving this issue, we're ensuring that users won't face any inconvenience due to save button resizing problems.

How To Test This

  1. Open any record (Account, Contact, Lead etc.)

  2. Got any subpanel -> use Create button to get Quick create form on the subpanel:

    image

  3. Fill the form with required fields and press "Save". Pay attention to the button's behavior after clicking. Now it is fixed.

    image

Types of changes

  • [x] 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

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

Shivam-Vishwakarma123 avatar Oct 09 '23 16:10 Shivam-Vishwakarma123