Log in | Register | Lost password

Bottom
Latest CVS version of htmlArea now integrated
  • Posted: 19.01.2004, 23:25
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    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.
  • Posted: 21.01.2004, 21:23
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    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

  • Posted: 21.01.2004, 21:32
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    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?
  • Posted: 22.01.2004, 00:28
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    No problems here with Mozilla .7 and IE 6. (Win XP pro)

    Thomas
  • Posted: 22.01.2004, 05:09
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0

    Quote

    Others have reported that you need a fixed size table (XxY pixels) around htmlArea, otherwise it collapses.
    That might be the cause -- I am working on a tableless layout (using divs) for better accessibility.

    But AFAIR I tried as well with the "PostNuke" standard theme with the same results.

    I will retry&report ;-)


    J?rg
  • Posted: 22.01.2004, 07:59
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    J?rg, I also found some settings for width and height in htmlArea. I'll mail you a few files today (hopefully).
  • Posted: 22.01.2004, 11:52
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    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"

    "http://www.w3.org/TR/html4/loose.dtd">

    -- 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]

Template courtesy of Designs By Darren.