-
Type:
Bug
-
Status: Done
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Winter 2020 CBAT Integration
-
Labels:None
-
Company:All Clients/Multiple Clients
Overview
Cutting off the bottom of Edit email template section.
Entry Criteria:
- User enters into Edit Email Template.
Acceptance Criteria:
- When the page loads, the callback attached returns the height of the page without including the email template height as the contents are not loaded till then.
- An API call is made which fetches the email template data. After loading the data the page height is increased and the cutting of bottom is removed.
- A loader should be shown till the time API is not returning the template data.
Exit Criteria:
1. The page should be shown completely when the loader hides without any cutting off the bottom border.
-
- Time Spent:
- 4h
-
Tried implementing an event listener of CKEditor.
-
- Time Spent:
- 4h
-
I had a discussion with Saurabh and fixed this issue.