Label bottom anchor not working...

Hi,

 

I'm attempting to embed a web-page in the Metastorm form by using a calculated label:

 

"

"

 

This all works fine, the next step is to get the control to resize automatically using the anchor properties. Top, left and right all work fine. Bottom, however, is completely ignored.

 

Has anyone else noticed this? Is this a bug?

 

Regards,

 

Nils.

Tagged:

Comments

  • I've seen the same issue.  I was ignoring it for now as I had other priorities, but if this is a problem, I would love to hear a resolution.

     

    I'm using 9.1.1.4.

  • I was able to workaround this issue.  The issue has nothing to do with the BPM label field, but is in fact an issue with the interpretation of the iframe height attribute.  To workaround this, I created a function to manually re-size the frame and attached the function to the onresize event of the Body tag.  See the attached sample script.