-
Type:
New Feature
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Integration with CBAT
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Epic Link:
Embedded UI Double Scroll Issue
Below script provided by CBATS team , needs to add on pages example create template.
// Get height of document
function getDocHeight(doc)
// send docHeight onload
function sendDocHeightMsg(e) {
var ht = getDocHeight();
parent.postMessage( JSON.stringify(
), '*' );
}
// assign onload handler
if ( window.addEventListener )
else if ( window.attachEvent )
{ // ie8 window.attachEvent('onload', sendDocHeightMsg); }Field | Original Value | New Value |
---|---|---|
Epic Link | DMS-473 [ 75966 ] |
Assignee | Samir [ samir ] | Rohan J Khandave [ rohan.khandave ] |
Assignee | Rohan J Khandave [ rohan.khandave ] | Ramya Tantry [ ramya.tantry ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
-
- Time Spent:
- 5.5h
-
Issue analysis
Authentication issue fix
Discussion with Rohan
R&D on iframe to parent call
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 5.5h [ 19800 ] | |
Worklog Id | 178215 [ 178215 ] |
Status | In Progress [ 3 ] | To Do [ 10000 ] |
Assignee | Ramya Tantry [ ramya.tantry ] | Samir [ samir ] |
Assignee | Samir [ samir ] | Narendra Kumar [ narendra.kumar ] |
Sprint | DMS - Fall Sprint 8 [ 167 ] | |
Original Estimate | 0h [ 0 ] |
Resolution | Done [ 10000 ] | |
Status | To Do [ 10000 ] | Done [ 10001 ] |
Transition | Time In Source Status | Execution Times |
---|
|
1d 19h 19m | 1 |
|
6h 14m | 1 |
|
69d 16h 33m | 1 |
Hi Samir,
We were able to successfully integrate the javascript into create document template typescript file and also were able to send value from iframe to parent.
CC:Rohan J Khandave,Swapnil Pandhare