• Super Pluck
  • NEWBIE
  • 5 Points
  • Member since 2015


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
I am trying to complete the "Visualize Your Business Processes and Salesforce Data" trail but it is telling error.

Challenge Not yet complete... here's what's wrong:
The 'Property Listings' report does not appear to be using a scatter chart.

I followed all the steps still i am not able to complete it.
Please help
This question is regarding Lightning Experience (formerly Lightning Desktop) and not Lightning Components.  The issue is that the Lightning Experience modal's interior content height does not seem to respect the Action's height nor appears to be settable anywhere.

In this simplified example, we have an Action that is set to a height of 750px that simply opens a VF page with some sample text.

User-added image

Instead of the contents of the modal being 750px (Action height) or the content height, you can see the scrollbars and small height.  Manually changing the 'cuf-content' element to a bigger height in developer tools shows the desired output.  We can't change the cuf-content element since this is 'outside' of the modal iframe.

User-added image

Is this an already known bug?  Any workarounds or different approaches?