Re: Javascript-based online check - testing needed

2013-01-26 Thread Daniel Naber
On 20.01.2013, 01:26:38 Dominique Pellé wrote: > In French (http://www.languagetool.org/fr/) type: > > L'haricot ? > > I would expect 2 errors here : Thanks, this is fixed now. Regards Daniel -- http://www.danielnaber.de

Re: Javascript-based online check - testing needed

2013-01-19 Thread Dominique Pellé
Daniel Naber wrote: > Hi, > > here's the very first version of a Javascript-based checker that underlines > errors: > > http://www.languagetool.org/online-check/tiny_mce/plugins/atd-tinymce/demo.html > > Please give it a try and let me know about problems. For bug reports, please > specify > the

Re: Javascript-based online check - testing needed

2013-01-15 Thread Daniel Naber
On 12.01.2013, 12:53:32 Daniel Naber wrote: > As no serious bugs were found, I have now activated this for our > homepage and all language pages that use the PHP include to display the > text box. If the error was far to the right it could happen that the popup didn't fit on screen. I have now

Re: Javascript-based online check - testing needed

2013-01-13 Thread Daniel Naber
On 13.01.2013, 09:34:10 Dominique Pellé wrote: > For your information, I just added a variable $checkLanguage > to allow translating names of languages in the demo. The remaining strings for the text check can now also be translated, see "translation" in include/header.php. BTW, as all commits

Re: Javascript-based online check - testing needed

2013-01-13 Thread Dominique Pellé
gulp21 wrote: > >> There is also an empty bar just below the textfield. It seems useless. > >> How about removing it? > > > > I didn't manage to remove it without hiding the resize handler. If someone > > finds a way, please let me know. > > Maybe the bar could be made useful. For instance, the n

Re: Javascript-based online check - testing needed

2013-01-13 Thread gulp21
>> There is also an empty bar just below the textfield. It seems useless. >> How about removing it? > > I didn't manage to remove it without hiding the resize handler. If someone > finds a way, please let me know. Maybe the bar could be made useful. For instance, the number of found problems or t

Re: Javascript-based online check - testing needed

2013-01-13 Thread Dominique Pellé
Dominique Pellé wrote: > Daniel Naber wrote: > >> As no serious bugs were found, I have now activated this for our homepage > > Thanks > >> There are still some minor issues like incomplete translations. > > Indeed. The following strings are in English only with no PHP variable > to customize thei

Re: Javascript-based online check - testing needed

2013-01-12 Thread Daniel Naber
On 12.01.2013, 22:18:44 Dominique Pellé wrote: > - label "Language:" I'll just remove that, it seems unnecessary. > There is also an empty bar just below the textfield. It seems useless. > How about removing it? I didn't manage to remove it without hiding the resize handler. If someone finds

Re: Javascript-based online check - testing needed

2013-01-12 Thread Dominique Pellé
Daniel Naber wrote: > As no serious bugs were found, I have now activated this for our homepage Thanks > There are still some minor issues like incomplete translations. Indeed. The following strings are in English only with no PHP variable to customize their translation: - label "Language:" -

Re: Javascript-based online check - testing needed

2013-01-12 Thread Daniel Naber
On 06.01.2013, 19:49:06 Daniel Naber wrote: > here's the very first version of a Javascript-based checker that > underlines errors: As no serious bugs were found, I have now activated this for our homepage and all language pages that use the PHP include to display the text box. This should also

Re: Javascript-based online check - testing needed

2013-01-12 Thread Jan Schreiber
- In MSIE 9 on Win7 it seems to work well. - In Firefox, I get duplicate underlines. Apparently, this has something to do with the AtD extension that I have installed. I can't turn it off for this page; see attached screenshot. - In Google Chrome, I could not select any language when I tested e

Re: Javascript-based online check - testing needed

2013-01-10 Thread Daniel Naber
On 06.01.2013, 19:49:06 Daniel Naber wrote: > here's the very first version of a Javascript-based checker that > underlines errors: > > http://www.languagetool.org/online-check/tiny_mce/plugins/atd-tinymce/demo.html A new version is online now and all the issues mentioned on the mailing list sho

Re: Javascript-based online check - testing needed

2013-01-10 Thread Daniel Naber
On 10.01.2013, 11:12:30 Martin Srebotnjak wrote: > What does one need installed for this to work? Nothing, it's just a web page. If it doesn't work for you, please tell me your operating system, browser, browser version and what exactly doesn't work. Regards Daniel -- http://www.danielnaber

Re: Javascript-based online check - testing needed

2013-01-10 Thread Martin Srebotnjak
What does one need installed for this to work? Lp, m. 2013/1/10 Daniel Naber : > On 07.01.2013, 11:48:27 Dominique Pellé wrote: > >> Should we prevent copying formatted text? > > Yes, I think I found a solution for that and will try to commit it tomorrow. > Until then, I have > made other change

Re: Javascript-based online check - testing needed

2013-01-09 Thread Daniel Naber
On 07.01.2013, 11:48:27 Dominique Pellé wrote: > Should we prevent copying formatted text? Yes, I think I found a solution for that and will try to commit it tomorrow. Until then, I have made other changes that fix some bugs. Known issues are now: 1. cursor position gets reset on check 2. "ig

Re: Javascript-based online check - testing needed

2013-01-08 Thread Jan Schreiber
Am 06.01.2013 23:38, schrieb Daniel Naber: > Could someone test with MSIE? I did, seems to work so far. On my netbook, the font size in IE is VERY small however. I had to increase it manually to make the text readable. On a larger screen this is probably not a problem. Also, the wavy underlines d

Re: Javascript-based online check - testing needed

2013-01-07 Thread gulp21
> Thanks - could you maybe try to fix these? Even if it sounds easy to fix > them, I don't have access to MSIE so I would need to wait for your feedback > anyway. The squiggles are displayed correctly now. -- Master Visua

Re: Javascript-based online check - testing needed

2013-01-07 Thread Daniel Naber
On 07.01.2013, 20:45:14 gulp21 wrote: > I've just tested with IE9 and I've found two problems: Thanks - could you maybe try to fix these? Even if it sounds easy to fix them, I don't have access to MSIE so I would need to wait for your feedback anyway. Regards Daniel -- http://www.danielnabe

Re: Javascript-based online check - testing needed

2013-01-07 Thread gulp21
> Could someone > test with MSIE? I've just tested with IE9 and I've found two problems: 1) The squiggle is cut off. That's because IE is in quirks mode (just like every other browser, because is missing, but IE's quirks mode is terrible). 2) By default, no language is selected, so just clic

Re: Javascript-based online check - testing needed

2013-01-07 Thread Dominique Pellé
Daniel Naber wrote: > Hi, > > here's the very first version of a Javascript-based checker that underlines > errors: > > http://www.languagetool.org/online-check/tiny_mce/plugins/atd-tinymce/demo.html > > Please give it a try and let me know about problems. For bug reports, please > specify > the

Re: Javascript-based online check - testing needed

2013-01-07 Thread Paolo Bianchini
LanguageTool Sent: Sunday, January 6, 2013 7:49 PM Subject: Javascript-based online check - testing needed Hi, here's the very first version of a Javascript-based checker that underlines errors: http://www.languagetool.org/online-check/tiny_mce/plugins/atd-tinymce/demo.html Please give

Re: Javascript-based online check - testing needed

2013-01-06 Thread Daniel Naber
On 06.01.2013, 20:21:39 Dominique Pellé wrote: > Thanks, that looks promising. 2 remarks: These should now be fixed, as well as the problem Marco found. Could someone test with MSIE? Regards Daniel -- http://www.danielnaber.de --

Re: Javascript-based online check - testing needed

2013-01-06 Thread Dominique Pellé
Daniel Naber wrote: > Hi, > > here's the very first version of a Javascript-based checker that underlines > errors: > > http://www.languagetool.org/online-check/tiny_mce/plugins/atd-tinymce/demo.html > > Please give it a try and let me know about problems. For bug reports, please > specify > th

Re: Javascript-based online check - testing needed

2013-01-06 Thread Marco A.G.Pinto
Hello! I went to the combo box and selected "Portuguese (Portugal)" then I pressed the "Check" button and several HTML code appeared in the text box. Kind regards,   >Marco A.G.Pinto    

Javascript-based online check - testing needed

2013-01-06 Thread Daniel Naber
Hi, here's the very first version of a Javascript-based checker that underlines errors: http://www.languagetool.org/online-check/tiny_mce/plugins/atd-tinymce/demo.html Please give it a try and let me know about problems. For bug reports, please specify the exact text that you have used. One k