Click to See Complete Forum and Search --> : editor errors


Fang
04-01-2005, 03:23 AM
Why are some words in the new editor being broken? http://www.webdeveloper.com/forum/showthread.php?p=343968#post343968 Security?

Insert hyperlink:
If a word or phrase is selected in the editor to be used as the hyperlink text it is delete.

Title text on icons remains as the text of the first moused over icon when you move the pointer over other icons.

David Harrison
04-16-2005, 11:31 PM
Why are some words in the new editor being broken? http://www.webdeveloper.com/forum/showthread.php?p=343968#post343968 Security?That's probably because the forum has a maximum word length to prevent massive horizontal scrolling, unfortunately sometimes code can have quite long lines. Try PMing JPnyc about it he could probably increase the maximum word length to 1000 or something, high enough that it doesn't affect code that is posted.

JPnyc
04-16-2005, 11:42 PM
That's not a setting, it appears to be a bug.

David Harrison
04-16-2005, 11:46 PM
Are you sure? It seems that long lines are broken up into chunks of 50.

0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789

JPnyc
04-17-2005, 12:24 AM
They're not talking about line breaks, but about the software arbitrarily adding spaces. We've had a few complaints about it. I've alerted the authors but no fix exists yet.

David Harrison
04-17-2005, 01:10 AM
They're not talking about line breaksNeither am I. I posted a string of 200 numbers, "0123456789" 20 times over, the forum put spaces in every 50 characters. It just so happens that it also got split into a couple of lines, but that's the browsers default behavior. If you look carefully you can see that after the first 50 characters there is a space, I didn't put that there.

JPnyc
04-17-2005, 01:37 AM
Yeah, there's no setting for it. There's a thread about it on the author's board, but no fix offered.