I had a question about BadgeMashlets and their behavior between IE6 and IE7/FF.
When I attempt to render a simple Ext.Panel to a BadgeMashlet in IE7/FF the BadgeMashlet is correctly dimensioned to match the Ext.Panel.
In IE6, the BadgeMashlet will dynamically adjust it's width to what's available in the browser. That is, it will increase in width, but not decrease if the browser is resized smaller.
Is there documentation available on BadgeMashlets or a known workaround to constrain the dimensions to those of the Ext containers that render to it for IE6?
I've attached a screenshot of the issue, the mashlet.json snippet, and directory with a single .js file that produces the issue in IE6.
I had a question about BadgeMashlets and their behavior between IE6 and IE7/FF.
When I attempt to render a simple Ext.Panel to a BadgeMashlet in IE7/FF the BadgeMashlet is correctly dimensioned to match the Ext.Panel.
In IE6, the BadgeMashlet will dynamically adjust it's width to what's available in the browser. That is, it will increase in width, but not decrease if the browser is resized smaller.
Is there documentation available on BadgeMashlets or a known workaround to constrain the dimensions to those of the Ext containers that render to it for IE6?
I've attached a screenshot of the issue, the mashlet.json snippet, and directory with a single .js file that produces the issue in IE6.
Thanks!