Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2007-04-14 17:22:14

rburko
Xinha Community Member
Registered: 2006-08-15
Posts: 22

Spell Checker Breaks ExtendedFileManager Code

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! smile

Offline

#2 2007-04-25 17:56:49

rburko
Xinha Community Member
Registered: 2006-08-15
Posts: 22

Re: Spell Checker Breaks ExtendedFileManager Code

Is anyone else having this problem or am I the only lucky one. smile

Does anyone know how this can be resolved, since I would love to get this fixed.

Thanks!

Offline

#3 2007-05-08 19:10:57

rburko
Xinha Community Member
Registered: 2006-08-15
Posts: 22

Re: Spell Checker Breaks ExtendedFileManager Code

Does anyone know if this bug was fixed in the latest version that was released?

Offline

Board footer

Powered by FluxBB