
|
|
|
|
|
|
|
 |

niek
New User
Mar 9, 2004, 2:44 PM
Post #27 of 138
(12597 views)
Shortcut
|
Great work. What everybody was waiting for! It works on my site (sambar server and odbic cgi script to connect to database) perfectly with IE but helas not with Mozilla. See url:http://www.niekvanbaalen.net/db/ikcro/ikcdb/odb/ikcnew/dd23-8-2002/newobjectbeheer_html.odb?thesauri=item (Please do not add anything.) Am I doing somtething wrong? Niek
|
|
|  |
 |

BrianR
New User
Mar 10, 2004, 11:47 AM
Post #28 of 138
(12539 views)
Shortcut
|
Thanks for the great software mishoo! I'm new to htmlarea and just downloaded htmlarea 3.0 yesterday and I was having some trouble customizing the toolbar and just wanted to post what I found. I couldn't get the code in the reference file http://dynarch.com/htmlarea/reference.html to work ( var config = new HTMLArea.Config(); config.toolbar = [ [ "linebreak", "my-toc", "my-date", "my-bold", "my-hilite", "my-sample" ] ]; HTMLArea.replace('id', config); ) in IE 6 or Mozilla Firebird 0.7 running on IIS 5. What did work was: editor.config.toolbar = [ [ "linebreak", "my-toc", "my-date", "my-bold", "my-hilite", "my-sample" ] ]; which I extracted from an earlier post in this thread (thanks to this person for posting this code) and added right before editor.generate(); in the code from core.html.
|
|
|  |
 |

webmonkey
Novice
Mar 10, 2004, 1:05 PM
Post #29 of 138
(12531 views)
Shortcut
|
Not sure if this is known or not, In Mozilla, the advanced URL entry popup comes up, however, I cannot enter data into it. I'm using Firefox 0.8ish on Winblows 2k.
|
|
|  |
 |

trashcan
New User
Mar 10, 2004, 7:06 PM
Post #30 of 138
(12504 views)
Shortcut
|
|
Re: [webmonkey] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
Yes it is, webmonkey. There is a patch in the 3.0beta thread. I don't think it was applied to 3.0 rc1 for some reason. Search for "focus" and you should find it in that thread. Also, how do I use graphics of different size for the toolbar? After changing the 18px to 22px in htmlarea.js, the toolbar does not work properly in Mozilla. On mouseover, the toolbar expands and get larger (and keeps growing). And I did not see how to return the border arond just the textarea like was the default in 3.0 beta.
|
|
|  |
 |

mokhet
Novice
Mar 12, 2004, 7:52 AM
Post #31 of 138
(12395 views)
Shortcut
|
|
Re: [wroxbox] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
It is not just simple to do General Image Popup Extension/Plugin. Hi everyone, Is it possible to have some variables or methods in the existing config object that will let us modify the urls to popups of the icons : link, image, table, color, fullscreen, about, reference and the link that explain how to update mozilla for cut/paste (which is wrong on mozilla.org with v1.5 and v1.6 and not evident enough to let non specialists modify it). At each new update, i am modifying almost each of thoses urls to custom php versions (link.html, insert_image.html, insert_table.html, select_color.html, fullscreen.html, about.html, reference.html, http://mozilla.org/editor/midasdemo/securityprefs.html) Or perhaps a urls.js, or in the language file (but i dont like much the language file solution, by using some methods or modifying variables from the existing config object is my fav Mishoo, any possibility to include this in future CVS please ? Have a good day Mokhet
|
|
|  |
 |

mokhet
Novice
Mar 12, 2004, 8:03 AM
Post #32 of 138
(12394 views)
Shortcut
|
Hello, I have just downloaded the CVS 1.67 and still got some problems i have for some times. So i propose you some updates for the following problems - Wordclean doesnt work in mozilla 1.5 and 1.6
- When multiple instances on same page, only 1 editor content is send
- Previous onsubmit are not returned, and forms are always send even when one method of the submit returned false
http://odb.mokhet.com/htmlarea/cvs167-patch.html I hope it will helps, have a good day everyone and keep the good work devs and users Mokhet
(This post was edited by mokhet on Mar 12, 2004, 8:30 AM)
|
|
|  |
 |

monkeyBox
Novice
Mar 13, 2004, 2:12 PM
Post #33 of 138
(12332 views)
Shortcut
|
The problem with mozilla/firefox and style.display = 'none'; style.display = 'block' problem is STILL not fixed. This is a very big deal because many sites use DHTML to control much of the functionality of their pages. (see problem here: http://www.interactivetools.com/forum/gforum.cgi?post=24794). I know this may be related to a bug in Gecko, but is there a workaround for it? This really should be fixed before rc2 (if there is one)
|
|
|  |
 |

glendavies
New User
Mar 14, 2004, 4:52 PM
Post #34 of 138
(12300 views)
Shortcut
|
Hi Thanks for your work on this. Just a couple of minor problems with RC1 that you may have already fixed - but just in case. With the enlarge editor option there is a relative path setting in the popup html fullscreen.html <script type="text/javascript" src="../htmlarea.js"></script> This doesn't seem to matter in Mozilla but in IE 6 it seems to mean that the full screen option will only work if the file calling it is in a subdirectory of the htmlarea folder. I have hardcoded this line to an absolute url for the htmlarea.js, but would it be possible to change this file to use the _editor_url variable to set path to htmlarea.js in the fullscreen.html file? Also the if (ev.keyCode == 27) { update_parent(); window.close(); return; } cause an error in IE 6 (complains about an object being needed). No major issue as I just commented these lines out, but perhaps an if(ie) check could be added here in the release. I have also put together a php based image upload dialog to replace the existing image dialogm which allows users to upload and then select files for insertion. Let me know if you would like a copy of this to include in the release. Thanks again for your work on this. Regards Glen
|
|
|  |
 |

monkeyBox
Novice
Mar 14, 2004, 9:01 PM
Post #35 of 138
(12288 views)
Shortcut
|
Another thing I've noticed that's strange: When you fisrt start typing in the HTMLArea, it's not set to the font style that's specified in the toolbar. You must first hilight the text, and then change the font or size to something else, and then back again. I'm assuming this is not the expected behavior, hopefully there's a simple fix for this??
|
|
|  |
 |

rehab_shouman
Novice
Mar 15, 2004, 7:28 AM
Post #36 of 138
(12264 views)
Shortcut
|
A real Great job....but i have a small problem: the new cgi spellchecker solved the problem of double space,but i need a php version for the spellchecker. can that be available???!!! Thx again
|
|
|  |
 |

AreaUser
New User
Mar 15, 2004, 10:54 AM
Post #37 of 138
(12240 views)
Shortcut
|
|
Re: [webmonkey] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
Insert-Link doesn't get the focus using Mozilla. There are some patches to solve the problem. But there is another Problem with link.html: If you press the OK-Button nothing is inserted.
|
|
|  |
 |

webmonkey
Novice
Mar 15, 2004, 11:08 AM
Post #38 of 138
(12238 views)
Shortcut
|
|
Re: [rehab_shouman] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
there are a number of php versions on the forum. Just do a search for them.
|
|
|  |
 |

rehab_shouman
Novice
Mar 16, 2004, 2:14 AM
Post #39 of 138
(12189 views)
Shortcut
|
|
Re: [webmonkey] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
yes, there are alot of php version but they all have a problem with double space, this bug is fixed in RC! cgi version, but no compatibale php version !! Thx
|
|
|  |
 |

webmonkey
Novice
Mar 16, 2004, 10:53 AM
Post #40 of 138
(12142 views)
Shortcut
|
|
Re: [rehab_shouman] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
by double space do you mean adding more br tags than origionally provided? I have made sure mine does not do that. If you are talking about something else though please specify the problem better.
|
|
|  |
 |

rehab_shouman
Novice
Mar 17, 2004, 1:50 AM
Post #41 of 138
(12088 views)
Shortcut
|
|
Re: [webmonkey] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
sorry if i wan't clear enough, what i mean with double space is : when i write for example "hi hio" and try to make spell check i got this in the spell checker window :"hiž/span>? hio" Thx again
|
|
|  |
 |

webmonkey
Novice
Mar 17, 2004, 11:03 AM
Post #42 of 138
(12039 views)
Shortcut
|
|
Re: [rehab_shouman] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
hmmm I see.... :) I will see what I can do with my script.
|
|
|  |
 |

rehab_shouman
Novice
Mar 17, 2004, 11:09 AM
Post #43 of 138
(12036 views)
Shortcut
|
|
Re: [webmonkey] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
small note : i'm using aspell not pspell cause i couldn't configure php to excute CGI scripts... Thx again...and waiting.....:)
|
|
|  |
 |

webmonkey
Novice
Mar 17, 2004, 11:25 AM
Post #44 of 138
(12034 views)
Shortcut
|
|
Re: [rehab_shouman] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
well..... aspell is a very seperate program from php. to do a spell check using aspell and php you would need do some command line stuff... I'm not sure that any of the hacks around actually do that. Most use Pspell. Pspell is a module that can be included in php not a CGI. There are instructions on installing it on the php site. Or if you cannot install modules on your host, then you may need to find someone who will host that spell checking file for you. Mishoo's script is perl and it runs as a CGI. The CGI compatability and directory are set on your server. Perl needs to be installed on the server and the CGI bin must be set in Apache(or whatever webserver). Most hosts provide support for this. One nice thing about all of this is that someone not on your site can host the spell checking file, all you need to do is point the form in the spellchecker_UI.html file at the cgi or php file. (note: not exact name of file). I hope this clears things up... maybe :)
|
|
|  |
 |

rehab_shouman
Novice
Mar 18, 2004, 8:35 AM
Post #45 of 138
(11976 views)
Shortcut
|
|
Re: [webmonkey] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
to use pspell i have to comple php with --with-pspell[=dir], but the problem is that i'm using Merak Mail server and its internal php, so i don't really know how to complie php with pspell, and thats why i used the comman line version of aspell, and it is working fine except for that error with double space. so i really don't know what to do
|
|
|  |
 |

djjay0131
New User
Mar 22, 2004, 5:15 PM
Post #46 of 138
(11735 views)
Shortcut
|
You did not answer the <html><head> tag quesiton? how do you stop those tags from automatically being inserted into the pages? While I'm at it, is there a way to keep it from printing the html in one long string? I have my html saved in a db field. My program calls that field up and loads the html, and then i use htmlarea to edit. The problem is, is you switch to code view it's all one string, no matter how it was originally saved in the db field.
|
|
|  |
 |

mishoo
User
Mar 22, 2004, 5:46 PM
Post #47 of 138
(11728 views)
Shortcut
|
|
Re: [djjay0131] HTMLArea 3.0-RC1
[In reply to]
|
Can't Post
|
|
1. stop loading "FullPage" plugin -- that one adds <html> and <body> tags. 2. try the new HtmlTidy plugin (present in the CVS code); it requires some stuff on the server side (PHP & tidy) but it worths it; it cleans and beautifies code. -- Mihai Bazon, dynarch.com Applied Web Standards
|
|
|  |
 |

g2
New User
Mar 23, 2004, 10:11 AM
Post #48 of 138
(11679 views)
Shortcut
|
Is there any chance that the HTMLArea + SSL issue ("non secure item in secure page") can be resolved within this release? Thanks!
|
|
|  |
 |

hambo
Novice
Mar 25, 2004, 5:16 AM
Post #49 of 138
(11565 views)
Shortcut
|
|
Re: [glendavies] full window in IE
[In reply to]
|
Can't Post
|
|
Hi Glen I just made this change to fix that 'fullscreen' editor_url prob you mentioned. <title>Fullscreen HTMLArea</title> <script type="text/javascript"> _editor_url = window.opener._editor_url; _editor_lang = window.opener._editor_lang; var BASE = window.opener.document.baseURI || window.opener.document.URL; var head = document.getElementsByTagName("head")[0]; var base = document.createElement("base"); base.href = BASE; head.appendChild(base); document.write("<scr" + "ipt type='text/javascript' src='" + _editor_url + "htmlarea.js'></scr" + "ipt>"); </script>
|
|
|  |
 |

Jayden
Novice
Mar 25, 2004, 12:26 PM
Post #50 of 138
(11511 views)
Shortcut
|
Just downloaded RC1 and started checking it out. Bumped into a problem that seems to occur in Mozilla 1.5 and 1.6. When you load up the popup windows for Insert Link and Insert Image they do their pretty little dance while opening up. After opening you try to click in any of the text boxes so you can type and the text boxes wouldn't gain focus. If you click off of the popup and back onto it however the text boxes can gain focus. I don't know if anyone else noticed this problem or not. I tested it out on 2 different machines, one with Mozilla 1.5 and one with 1.6. -- Jayden Kneller - Developer Emergence by Design http://www.emergence.com --
(This post was edited by Jayden on Mar 25, 2004, 12:27 PM)
|
|
|  |
|
|