Re: TinyMCE 2.0.6 Released
I think its something with your browser, we haven't seen any crash behaviour using the paste plugin in MSIE.
TinyMCE Developer
Moxiecode Systems
I think its something with your browser, we haven't seen any crash behaviour using the paste plugin in MSIE.
You are correct, I choked my coffee on that one when I think of it! Don't know what I was thinking, it was a faulty bug-repport from one of our clients which I were "convinced" were true this morning over the phone... However, I should have done the howeork better!
May cosmos have mercy on me, ![]()
knut_jacobsen wrote:$spellCheckerConfig['default.language'] = 'nb';
In Tiny?
spellchecker_languages : "+Norsk(bokmål)=nb,Norsk(nynorsk)=nn",
best regards!
I would like the answer to this one as well.
Seems the latest version works out of the box, atleast for me it dioes. However I'm having the nice ÆØÅ problem I need to look into. Seems it chokes when served a page containing ÆØÅ, and again it could be my installation which need some tweaking here. However Spocke is a Swede himself with Ö, Ä and Å so I would expect I'm the one with the problem here, hehe. Probably to much coffe over here!
asundli wrote:knut_jacobsen wrote:$spellCheckerConfig['default.language'] = 'nb';
In Tiny?
spellchecker_languages : "+Norsk(bokmål)=nb,Norsk(nynorsk)=nn",
best regards!
I would like the answer to this one as well.
Seems the latest version works out of the box, atleast for me it dioes. However I'm having the nice ÆØÅ problem I need to look into. Seems it chokes when served a page containing ÆØÅ, and again it could be my installation which need some tweaking here. However Spocke is a Swede himself with Ö, Ä and Å so I would expect I'm the one with the problem here, hehe. Probably to much coffe over here!
With IE it's working, but finds no spelling errors (even though I made some
Firefox hangs...
I'm not sure Google likes Norwegian (Swedish is documentet), perhaps another language code works better - no-nb or something?
Just checked the Google pages, and it seems to me Norwegian is not supported. Since this is not an official API I cant point to any pages of it. But you could reveres it abit, take this URL :
https://www.google.com/tbproxy/spell?lang=en
This will give you a response, so will this :
https://www.google.com/tbproxy/spell?lang=sv
However, this will not :
https://www.google.com/tbproxy/spell?lang=nb
https://www.google.com/tbproxy/spell?lang=no
https://www.google.com/tbproxy/spell?lang=nn
Seems we need some Norwegian dictionary support here, ![]()
PSpell/Aspell should work.
PSpell/Aspell should work.
No problems there, ![]()
Afraithe wrote:PSpell/Aspell should work.
No problems there,
did you get the google spell with German to work - I'm always getting no misspellings found!
did you get the google spell with German to work - I'm always getting no misspellings found!
I just did a test with DE as language with the GoogleSpell and it works fine for me. I entered "kampff" and got several suggestions. However I still have the same problem with internationalized characters, if I enter ÆØÅ in the text I just get an empty alert window with no message.
The suggestions returned however may contain internationalized letters (or lets call them UTF8 chars), but I cant feed the spellchecker with UTF8 chars, it chokes. (As noted, this could be my fault as I serve the main page as "ISO-8859-1", I experimented with turning our entire framework into UTF-8, but hey - crap - PHP and our developer tools didn't like UTF8 that much, and textpad has this BOM error so nocando! So this really gave more problems than I am willing to handle at this point. So I guess what I'm trying to say is that I hope the sollution for this UTF-8 problem isn't switching my entire document structure into UTF-8)
Correction
textpad has this BOM error
Homesite has the BOM error, but different programs handle the BOM different. And finally PHP doesnt like the BOM at all. Just wantet to do a little quick correction there.
Last edited by Kim Steinhaug (2006-05-08 13:03:25)
mmjaeger wrote:did you get the google spell with German to work - I'm always getting no misspellings found!
I just did a test with DE as language with the GoogleSpell and it works fine for me. I entered "kampff" and got several suggestions. However I still have the same problem with internationalized characters, if I enter ÆØÅ in the text I just get an empty alert window with no message.
The suggestions returned however may contain internationalized letters (or lets call them UTF8 chars), but I cant feed the spellchecker with UTF8 chars, it chokes. (As noted, this could be my fault as I serve the main page as "ISO-8859-1", I experimented with turning our entire framework into UTF-8, but hey - crap - PHP and our developer tools didn't like UTF8 that much, and textpad has this BOM error so nocando! So this really gave more problems than I am willing to handle at this point. So I guess what I'm trying to say is that I hope the sollution for this UTF-8 problem isn't switching my entire document structure into UTF-8)
Correction
textpad has this BOM error
Homesite has the BOM error, but different programs handle the BOM different. And finally PHP doesnt like the BOM at all. Just wantet to do a little quick correction there.
weird - I can't get the German spelling to work at all.
Please read my suggestions for special characters and try to confirm them.
Last edited by Peter (2006-05-08 20:57:35)
I would like to ask anyone who uses this product a couple of questions. I don't see any where I can post a question to the user community. Please advise where I can post the question. Thanks.
- Can this program wrap text in the size of the box and not keep typing beyond the border?
- Can you set this program to skip to next line when you hit the enter key instead of creating a new paragraph.
- How does the word option for clean up work? Is this automatic or can it be set to be automatic?
- what does this program run on? Is it PHP, Java?
Comments below each question:
- Can this program wrap text in the size of the box and not keep typing beyond the border?
Yes, you can do this with CSS. To force wrapping on a specific pixel width.
- Can you set this program to skip to next line when you hit the enter key instead of creating a new paragraph.
Why would you want it to work thay way. You may extend it and add your own even handler to accomplish this, but it's tricky.
- How does the word option for clean up work? Is this automatic or can it be set to be automatic?
It's automatic aslong as you paste through the word parse dialog on Gecko browsers.
- what does this program run on? Is it PHP, Java?
It's 100% JavaScript the only things that are PHP or other languages are external plugins.
- How does the word option for clean up work? Is this automatic or can it be set to be automatic?
It's automatic aslong as you paste through the word parse dialog on Gecko browsers.
Much word annoyances lately, so here are my 2 cents:
I would like to add that for succesfull cleaning of Word-code you need to use proprietary cleaning systems, or build your own. (Point me to a non-GPL version which works and I would be happy). You can't expect users to use to Word-paste functions even if you demand it from them, they will still paste directly aslong as there exist a WYSIWYG window which means you need to handle this serverside anyway. And they will not understand why the design breaks...
I notice most people are leaning for htmltidy, however my experience with htmltidy is that when working with bad-word examples tidy usually cleans the entire code down to nada...
If you are expecting the WYSIWYG, this or another javascript based one, to work flawlessly when people are pasting from word you are in for a big surprise. Do not trust the WYSIWYG to do the work for you, have a backend which verifies the HTML before you store it.
I don't think they expect it to work flawlessly... they expect YOU to teach your users how to use the tools that they provide for you.
![]()
Nobody can create an idiot proof system, but having a "paste from word" button is about as close as it gets. If your users can't be taught to use that button, then they are too stupid to use a computer.. and even if tinyMCE could auto-detect word paste and fix it for them.. such a stupid user would likely find some other way to break it.
Just my 2 cents.
Good morning.
I have installed the version 2.6.0.1 of Tiny_mce, on phpnuke 7.8.
The problem is thi:s the publisher there are these it tightens - $lang_theme_style_select - $lang_theme_block - $lang_theme_fontdefault - $lang_theme_fontdefault - I have tried to install tinymce_lpackage. Everything is unchanged. I kindly ask a help to understand what I have to modify.
Thanks
What is your language? Have you defined your language in the init?
language : "de",If you are from Italy you are a kind of pariah. Although there lang-packs available, all plugins do not understand italian (already reported this).
I have modified the code in the file tiny_mce.js and tiny_mce_src.js. are files to modified? Are these? Where is this file init?
Thanks for the attention.
Read the documentation and look at the example files. You should not need to touch the tiny_mce.js or any .js files.
Configuration of the tinyMCE editor is done by specifying configuration options in the initialisation (init) section of your javascript on YOUR web page.
If you are unable to follow the basic documentation and instructions then you should consider hiring someone to do this work for you.
I have understood.
In the forum I have read many suggestions and I have asked .
I will read the documentation and I will resolve.
Thanks
Last edited by giorgionur (2006-05-31 15:41:45)
I have resolved this way.
tinyMCE.init({
language :\"it\",
mode : \"textareas\",
theme : \"advanced\",
//*language : \"$lang\"
Great looking release. Well done.
And kudos on the humour factor. Perhaps it's childish, but I have a special place in my heart for the infinitely creative choices made for word replacements by various spell checkers. The fact that the top choice for TinyMCE on the example page is one of Homer Simpson's favorite funny words - 'Titmice' (he can't say it without giggling) - definitely adds to the TinyMCE experience for me. :-)
Hi,
I have 2 questions...
1. I'm using MSIE inside ATL dialog, and from some reason each time I click one of the buttons (Bold, Italic etc...) the window flickers - the focus is stollen from the dialog and than returned to it. Is there anyway to overcome this problem, or am I doing something wrong?
2. Is there a way to make the ENTER submit the from instead of breaking the line? (Like in IM softwares?)
Many Many Thanks in advance,
Toms.
Note that the changelog (in the zip file) has false dates, it says "Version 2.0.6.1 (2005-05-04)" when the year probably should be 2006, right?
Last edited by taboom (2006-06-22 08:27:34)
Yes it should ![]()
You are not logged in. Please login or register.