| Topic: | Latest CVS version of htmlArea now integrated |
|---|---|
|
Converted
12 Posts: 0 Posted: |
I have just added the latest CVS version of htmlArea. Please wait for SourceForge's CVS delay, try it out, and then let me know if it fixes some of your htmlArea problems. At least I can now show two editors on the same page in Mozilla Firebird. |
|
Converted
12 Posts: 0 Posted: |
J?rn, for me the new HTMLArea isn't working at all. While the control buttons ant the "status filed" (which is showing the actual hieracy of tags) is visible, the edit field doesn't show up -- it seems that it has a height of 0 pixels. Any Ideas? J?rg PS: Same effect with Mozilla 1.5 and IE6 |
|
Converted
12 Posts: 0 Posted: |
Hmmm, great :-( Try reloading (F5 key) a few times. That helps for me. Others have reported that you need a fixed size table (XxY pixels) around htmlArea, otherwise it collapses. Perhaps you can hack that? |
|
Converted
12 Posts: 0 Posted: |
No problems here with Mozilla .7 and IE 6. (Win XP pro) Thomas |
|
Converted
12 Posts: 0 Posted: |
QuoteOthers have reported that you need a fixed size table (XxY pixels) around htmlArea, otherwise it collapses. But AFAIR I tried as well with the "PostNuke" standard theme with the same results. I will retry&report ;-) J?rg |
|
Converted
12 Posts: 0 Posted: |
J?rg, I also found some settings for width and height in htmlArea. I'll mail you a few files today (hopefully). |
|
Converted
12 Posts: 0 Posted: |
you've got my address... Meanwhile, I sorted it out. The standard header.php sends this doctype: Code<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">I changed that to read Code<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"-- apperantly HTMLArea's code didn't like that. J?rg BTW: The size for a "text" field is rather small... [Editiert am 22.1.2004 von jn] |