Issue with iFrame height and text overlap

1260
4
Jump to solution
11-11-2021 11:41 AM
TimSchock__PASDC
New Contributor II

Hi, 

I'm working on a StoryMap with embedded Tableau charts. One has a height of 850 and that is causing big issues with the paragraph text "below" drawing over top. In the past I've never run into an issue with overlapping texts using a height of 750 in the iFrame. Even these have overlapping text now, the caption is displaying over the iFrame. So maybe it's related to a recent update?

I think I've narrowed it down to being an issue with specified heights in the iFrame because when I remove that parameter, it is not an issue. However, the 500 or so height of the default frame isn't large enough for my content. Can someone please advise?

https://storymaps.arcgis.com/stories/e46efadd6c434b6ca89e26b7f44abd1f

 

iFrame Codes (in order of appearance in report)

<iframe src="https://public.tableau.com/views/DDAP_BHVR_Drugs/DDAP_BHVR_Drugs?:language=en&:showVizHome=no&:embed=true" width="100%" height="850"></iframe>

<iframe src="https://public.tableau.com/views/DDAP_BHVR_Smoking/DDAP_BHVR_Smoking?:language=en&:showVizHome=no&:embed=true" width="100%" height="750"></iframe>

<iframe src="https://public.tableau.com/views/DDAP_BHVR_Alcohol/DDAP_BHVR_Alcohol?:language=en&:showVizHome=no&:embed=true" width="100%" height="750"></iframe>
0 Kudos
1 Solution

Accepted Solutions
OwenGeo
Esri Notable Contributor

@TimSchock__PASDC -- This is a known issue that cropped up recently, and I'm sorry this is affecting your story. We fast-tracked a fix and it will be addressed in our update next Wednesday evening. 

Owen Evans
Lead Product Engineer | StoryMaps

View solution in original post

4 Replies
OwenGeo
Esri Notable Contributor

@TimSchock__PASDC -- This is a known issue that cropped up recently, and I'm sorry this is affecting your story. We fast-tracked a fix and it will be addressed in our update next Wednesday evening. 

Owen Evans
Lead Product Engineer | StoryMaps
TimSchock__PASDC
New Contributor II

@OwenGeo - Thank you for your quick answer! Looking forward to the fix.

0 Kudos
OwenGeo
Esri Notable Contributor

@TimSchock__PASDC -- Just to add to my previous message, no action on your part is needed. The specific issue is that sizing parameters that were included with embeds added as iframes are no longer being honored.

I tested your story with our dev code and it fixes the issue (screenshot below).

Screen Shot 2021-11-11 at 2.49.05 PM.jpg

Owen Evans
Lead Product Engineer | StoryMaps
0 Kudos
TimSchock__PASDC
New Contributor II

Awesome, thank you!!

 

0 Kudos