Special thanks to FlexIDX for the suggestion on this thread. Before, the text fields on a form panel would separate when scrolling. After specified position:relative; on text fields’ style property fixed the scrolling issue. However, the cursor disappeared on FireFox 2.x. Fortunately, this new issue is isolated on Firefox 2.x only.
Posts Tagged ‘Firefox’
Textfield scrollaway
Posted: October 24, 2008 in howto, TechnologyTags: Ext JS, Firefox, JavaScript
0
autoHeight property for Panels in Ext JS
Posted: June 18, 2008 in howto, TechnologyTags: cross browser compatibility, Ext JS, Firefox, IE 7, JavaScript
I found autoHeight configuration property for panels very important to display multiple layers of panels correctly in IE 7. Firefox does not need it to display panels correctly. IE couldn’t do without turning this configuration to true.
