HI,
I have the splitter in the master page there is a splitter 2 under the first panel of splitter 1 .
In splitter2 i have the webexplorer bar in both the panel.It works OK in IE8 while in safari and crome it shows the extra space on the left of the vertical splitter bar (1st splitter is vertical while 2nd is the horizontal)the webexplorerbar are set to user the 100%widths and the 50% height
Hi,
I've tried to reproduce the scenario and below is the result on both chrome and safari. Can you take a look if that's the scenario and where the extra space is? thanks
In Chrome:
In Safari:
Thanks,
Hi Todor,
If u see there is extra space in between the explorerbar and the vertical splitter , while if u run the same in IE Explorer bar will cover up all the space.
actually in IE it's the same and that's because I've set the width of the WebExplorerBar to 250px, so it's the same in IE, Chrome and Safari. When I set the width to 100% - I've similar result in IE, chrome and Saafri:
Is that what you are trying to achieve?
When u click on the main buttons in the safari after moveing from here and there 2-3 times u will see that the splitter position is away from the explorerbarI am setting the splitter height at runtime in pageload eventand the explorerbars are set with width =100%While this all works fine in IEMy doubt is that in safari if we change the splitter position in code the explorerbar not consume the space although it is define with the 100% width
HI Todor,
I solve this problem by setting the widths of the webexplorerbar when i am changing the width of the splitters dynamicallyand now it is working on all the browsers.
The problem might the the way safari and crome resolves the 100% width when i set it in pxs it works.Thanks for your replies