[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - South Pane position problem in IE 6, please help
Advertisement

South Pane position problem in IE 6, please help

Moderators: Calcifer, slothy

South Pane position problem in IE 6, please help

Postby EZboy » Thu Feb 08, 2007 10:40 pm

EZboy
 
Posts: 45
Joined: Tue Jan 16, 2007 10:50 pm

Postby Batalf » Fri Feb 09, 2007 10:20 am

Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm

Postby EZboy » Fri Feb 09, 2007 4:32 pm

Hey man, i checked the things you pointed out, everything looks fine. This problem occurs even not on all IE6, just certain versions. So it looks like a specific problem with browser. I noticed collapse south panel and expand() fixes the problem! I was wondering how can i collapse -> expand south panel after the page is loaded, thanks.

The page is on the intranet, i will try to get u some screenshots a bit later.[/img]
EZboy
 
Posts: 45
Joined: Tue Jan 16, 2007 10:50 pm

Postby EZboy » Fri Feb 09, 2007 5:19 pm

I tried paneSouth.__expand(); but get an error that its not a function, is there any other way to epand a panel?
EZboy
 
Posts: 45
Joined: Tue Jan 16, 2007 10:50 pm

Postby Batalf » Fri Feb 09, 2007 5:41 pm

I have added two new public methods now:

expandPane

and

collapsePane

which will be available in the next patch/version which I hope will be ready for download sometimes this weekend.

You can also try it now by downloading the live js file:

http://www.dhtmlgoodies.com/packages/dh ... cations.js

or

http://www.dhtmlgoodies.com/packages/dh ... omments.js

example of use:

paneSplitter.collapsePane('south');

paneSplitter.expandPane('south');
Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm

Postby EZboy » Mon Feb 12, 2007 5:32 pm

I was able to fix it by adding a js function on body load.

function fixit(){DHTMLSuite.variableStorage.arrayOfDhtmlSuiteObjects[8].__expand();}
8- in my case is a south panel
EZboy
 
Posts: 45
Joined: Tue Jan 16, 2007 10:50 pm

Postby Batalf » Mon Feb 12, 2007 5:58 pm

Did you try

function fixit(){ paneSplitter.expandPane('south');}

??
Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm

Postby Calcifer » Tue Feb 13, 2007 10:47 am

Calcifer
 
Posts: 357
Joined: Fri Jan 05, 2007 2:16 pm
Location: Turkey

Postby Batalf » Tue Feb 13, 2007 10:53 am

Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm

Postby Calcifer » Tue Feb 13, 2007 10:56 am

Calcifer
 
Posts: 357
Joined: Fri Jan 05, 2007 2:16 pm
Location: Turkey


Return to General questions

Who is online

Users browsing this forum: No registered users and 13 guests

cron