*Description*
Ability to set the Text area to a fixed dimensions so that even if the WebPlayer is re-sized, the Text Are dimensions do not change or it does not shrink below a predefined dimension.
*Customer comments:*
The problem is there's no obvious way of fixing the width of this area so that when the browser is resized, the text area width reduces, and hides some elements of our menu area
Implemented in | 7.12 |
This is resolved in Spotfire 7.12
Read more about Spotfire 7.12 at: https://community.tibco.com/wiki/whats-new-tibco-spotfire
Not just text areas but all visualisation should have a feature like this. Just like in CSS, we can set the size of a DOM:
- height/width to a fixed size in px
- height/width to a percentage of the parent container (in our case it would be the page itself)
- combined with the first 2, min-height/width, max-height/width to have control and set minimum and maximum dimensions in px and percentage