Hi,
My plug-in fetches a lot of data form the server after it is loaded. So, the required height to display all the new content can be greater than the available.
How can a JIRA issue tab panel be re-sized by using java-script to allow all the content to be visible?
(Please, see the attached picture)
Many thanks,
Pablo.
Answering myself... it is automatically resized to fit the content size so there is nothing to do.
The problem was the <div> -> <svg> -> graph DOM hierachy. Graphs can be painted out of the svg container boundaries... reagrdless any <div> setting.
You should put your content in a DIV element with scrollbars
<div style="overflow: scroll"> <!-- your content here --> <div>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does not work :(, content is clipped. The scrollbars are shown but not activated when the content is bigger than the tab area.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.