Page 2 of 2
Posted: Tue Jan 03, 2006 5:19 pm
by bundyo
d11wtq wrote:In case you missed it the above was all CSS based.... no <pre> tags invloved

I didn't, but the effect is the same

Posted: Tue Jan 03, 2006 6:04 pm
by bundyo
Oops, the effect is not the same... i never realized why this property existed at all... until now
10x very much, it works

))
P.S. Oh, and the new version is online (added split support for PCRE, Posix & Javascript).
Posted: Wed Jan 04, 2006 5:50 am
by bundyo
There was a problem displaying the whitespaces in IE along with a bug in IE5.
Should be ok now.
P.S. It turned out that when assigning content to an element with the innerHTML property in IE, IE always normalizes the input (strips all whitespaces for instance

. The solution was to use outerHTML instead.

Posted: Wed Jan 04, 2006 5:48 pm
by bundyo
Another update:
+ Fixed a bug i introduced during the day which caused garbled results in IE and Opera when initializing the session.
+ Fixed the horizontal scrolling in IE - it is word-wrapping now. Due to a bug in IE word-wrap: break-word; doesn't work when the width is specified in percents. I was forced to use dynamic CSS properties to fix it
I think it is pretty stable now, but maybe someone can prove me wrong

Posted: Fri Jan 06, 2006 3:23 pm
by Technocrat
VERY helpful, nice work!!