You are not logged in.
I think there is a problem with the Spell Checker when used with the ExtendedFileManager.
I have this raw HTML source code in my Xinha editor:
<p>This is a test.</p>
<p><img width="157" height="140" title="exampleimage" alt="exampleimage" src="http://whatever.com/images/exampleimage.jpg" /></p>
<p>Did it workz?</p>
Then I click to activate ‘spell checker’.
When the spell checker window opens it shows me:
This is a test.
[PICTURE_DISPLAYED HERE]exampleimage" title="exampleimage" />
Did it workz?
As you can see, it appears to have taken part of the IMG HTML code and separated it out of the tag. It’s strange because it knows not to spell check those words though, since the only error it found was the word ‘workz’.
After having the spell checker correct the one mistake, I am returned back to the Xinha editor.
Now, however, my source code is:
<p>This is a test.</p>
<p><img width="157" height="140" src="http://whatever.com/images/exampleimage.jpg" alt="<span class=" />exampleimage" title="exampleimage" /></p>
<p>Did it works?</p>
As you can see, it has butchered the code and now things no longer display properly.
(Note: The image does still display in the Xinha editor…but there are all these extra bits of code that now show up as well.)
Does anyone have any ideas for how this can be fixed?
I tried updating to the latest nightly build, but that didn’t work at all.
(FYI: Tested in FireFox)
Thanks in advance for your help!
Offline
Is anyone else having this problem or am I the only lucky one.
Does anyone know how this can be resolved, since I would love to get this fixed.
Thanks!
Offline
Does anyone know if this bug was fixed in the latest version that was released?
Offline