[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
[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
[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 - 1.6.2
Page 1 of 1

1.6.2

PostPosted: Thu Mar 01, 2007 8:05 pm
by jsilvia
Is there documentation exactly what was modified (files) in the latest release?

Thanks!

PostPosted: Thu Mar 01, 2007 9:14 pm
by Batalf
There's not much modifications when there comes to functionality in 1.6.2. However, there's a lot of changes in the code due to a memory leak problem in old IE browsers.

Unfortunately, I haven't a diff of all the changes.

Do you experience any problems with the latest files ?

PostPosted: Thu Mar 01, 2007 9:44 pm
by jsilvia
Kind of.. Updated to the latest separate js files I'm using for my app:
ajaxUtil, common, dynamicContent, modalMessage, panSplitter, panSplitterModel, tableWidget, tabView.


I currently have my northPane as resizable false:

see below:

var paneNorth = new DHTMLSuite.paneSplitterPaneModel( { position : "north", id:"northPane",size:80,scrollbars:false,resizable:false } );

paneNorth.addContent( new DHTMLSuite.paneSplitterContentModel( { id:"northContent",htmlElementId:'northContent',title:'' } ) );

So I would not see the closeable bar or the up arrow (collapse) gif etc, but since updating now when my app opens it shows the bar at the bottom of the northPane along with just the up arrow gif (without the 3 dots on either side of it). Also if I scroll over that up arrow it disappears? It shouldn't be showing any of that. So kind of confused as to what's happening.

Just kind of weird. I've cleared out my cache and tried on multiple browsers. My company is still using IE 6, so that's my target environment at this time.

Thanks again!

PostPosted: Thu Mar 01, 2007 10:05 pm
by Batalf

PostPosted: Thu Mar 01, 2007 11:47 pm
by Calcifer

PostPosted: Thu Mar 01, 2007 11:50 pm
by Batalf

PostPosted: Fri Mar 02, 2007 12:03 am
by Calcifer

PostPosted: Fri Mar 02, 2007 12:06 am
by Batalf

PostPosted: Fri Mar 02, 2007 12:21 am
by Calcifer

PostPosted: Fri Mar 02, 2007 12:29 am
by Batalf

PostPosted: Fri Mar 02, 2007 12:35 am
by Calcifer

PostPosted: Fri Mar 02, 2007 12:39 am
by Batalf

PostPosted: Fri Mar 02, 2007 12:49 am
by Calcifer

PostPosted: Sat Mar 10, 2007 4:43 pm
by SonoraMike