Hi All,
I am developing a web application that use web splitter. My app will run on FireFox 2, FireFox 3 and IE. My web splitter run well with FireFox 2 and IE, but in FireFox 3 it has problem with the width of Splitter bar. It seem to larger and dificult to modify.
Anyone has these problems? Does not Infragistics support FireFox 3? Please explain for me.
Thanks so much.
This problem seem to be fixed. It is simply that is set size property for splitter for all panes.
Not sure if you have the same problem as me, yet here the with and height of the splitter could not be set. I managed to fix the problem for myself, i came across a page that told me that Firefox 3 has a bug with the TD not being a block type.
so, to fix my problem i added in my stylesheet:
td{ display:inline-block; /* Firefox 3 will not know td as a block type and will not respect height / width becouse of it */}
We have noted problems like this before that seem to crop up in specific configurations.
This sort of Firefox 3 bug seems to stem from Firefox treating tables somewhat differently than previous versions and other browsers.
So what are the properties of your splitter? Specifically, what are the pane sizes, does any pane have a maximum size, and does anything start collapsed?
Jacob