|
|
| spell check: remeber |
|
count
Member #5,401
January 2005
|
I wrote remeber in a post. ... tired it again.
|
|
relay01
Member #6,988
March 2006
|
remeber -control remember -experiment EDIT: _____________________________________ |
|
count
Member #5,401
January 2005
|
Quote: worked fine...
Now it does for me too. Have too check at work again. Quote: YOU ARE A LYING...
I hope you don't mean that serious. EDIT
|
|
Matthew Leverton
Supreme Loser
January 1999
|
On very rare occassion, I've noticed the same behavior. The spell check is a big hack and relies on indexes that are somewhat hard to determine due to the way it tries to ignore things that don't need to be spell checked (quotes, code, urls, etc). But I won't look into it unless you can supply a sample text that always triggers the problem on a given browser / operating system combination. |
|
count
Member #5,401
January 2005
|
Quote: But I won't look into it unless you can supply a sample text that always triggers the problem on a given browser / operating system combination.
Yea. I understand that. test remeber [EDIT]
|
|
Marcello
Member #1,860
January 2002
|
Pfft, you should be using this. Marcello |
|
Matthew Leverton
Supreme Loser
January 1999
|
That's cool, but the amount of requests it generates is ridiculous. If someone wants realtime spellchecking they should use a browser that has built-in spell check. |
|
Thomas Fjellstrom
Member #476
June 2000
|
Quote: they should use a browser that has built-in spell check. Like konqueror. -- |
|
ReyBrujo
Moderator
January 2001
|
Or Firefox 2.0. -- |
|
Marcello
Member #1,860
January 2002
|
How many requests does it do? You could wait for a few seconds after they stop typing, then just send the new words for checking. It could be done efficiently, I imagine. That version runs pretty cleanly for me. Marcello |
|
Matthew Leverton
Supreme Loser
January 1999
|
It triggered thirty-five requests when I typed: Quote: This is a demo of the Lite Spell Checker (plain text implementation). The spelling is checked as you type and misspelled words are highlighted by a wavy red underline. If something looks weird you might have found a bug, remember it's still a beta, in that case click the 'Update/Rescan' button to restore things. It just seems like too many unnecessary hits for a site with a lot of people typing messages. |
|
FMC
Member #4,431
March 2004
|
Couldn't you use the same structure but just run the spellcheck if one clicks a button? [FMC Studios] - [Caries Field] - [Ctris] - [Pman] - [Chess for allegroites] |
|
Matthew Leverton
Supreme Loser
January 1999
|
Quote: Couldn't you use the same structure but just run the spellcheck if one clicks a button? Of course. But there would be no difference between that and what I'm doing now. Whether you wrap <span> or <select> around the word, you still have to deal with the same issues. The <select> approach is just a bit simpler to implement because there is less "magic" going on. I think the spellcheck bug may have been worsened with the new way whitespace is trimmed for large blocks of text. I'd like to rewrite the thing, but for now I'll just try to patch this bug. |
|
|