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
autoHeight property for Panels in Ext JS
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.
