Announcement

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

#51 User Discussion & Help » May 01st nightly example does not allow editing of multiple editors » 2005-05-02 02:14:20

willeffects
Replies: 1

If you put up multiple editors then try to edit the text in both im finding one will not work (whichever you choose second).

Will

#52 Re: User Discussion & Help » Aspell not functional in nightly build demo or download » 2005-05-02 01:11:21

niko wrote:

...try setting _editor_url absolute, not relative

In what file do you set this?

#53 Re: User Discussion & Help » Replace all textareas? » 2005-04-29 01:29:10

Is there a button you use for it?  Am I missing how you actually execute it?

Thanks,
Will

#54 Re: User Discussion & Help » Serious Hacking and Slashing - Unified Backend Branch » 2005-04-21 21:29:11

I believe safari 2 will be in Tiger.  I am not positive though.

#55 Re: User Discussion & Help » insert link as inline-dialog » 2005-04-18 17:14:33

Do you have an example link of what this looks like?

Thanks,
Will

#56 Re: User Discussion & Help » Serious Hacking and Slashing - Unified Backend Branch » 2005-04-18 15:54:42

Yeah I would definitely suggest to look at how to break things out in browser specific files now.  With Safari 2 coming I know there are going to be plenty of users on it and that alone is going to cause a support headache for all of us.

Will

#57 Re: User Discussion & Help » Serious Hacking and Slashing - Unified Backend Branch » 2005-04-16 18:03:46

Great work Yermo.  I dont think anyone will mind at all that you are fixing up the mess of htmlarea.  It appeared to me xinha was just adopted and had not been rewritten for performance or ease of use since htmlarea, so this is definitely needed given the amount of development that needs to be done to get xinha where we all want to see it.

Have you already seen a performance increase in your version?

Will

#58 Re: User Discussion & Help » how do i control the location of FullScreen button? » 2005-04-16 18:01:00

It would be cool to assign size as a variable assuming a default that can also be changed.  I tried changing the size but it seems you need to change it in a few places to get things to work.

A lot of the icons could use to be wider if we could control it per custom button.

Will

#59 Re: User Discussion & Help » Paste plain text » 2005-04-16 01:16:53

This is the way wsywiygPRO does paste as word.  Which allows it to be run through a php filter I believe.  Yes this is a very nice way to do it.

#60 User Discussion & Help » can you know if you are inside a table? » 2005-04-14 04:34:36

willeffects
Replies: 1

Is there any easy way to figure out if you are inside a table and if so popup an error box.

Im trying to create a button that will insert some code but cannot be inserted inside an existing table.

#61 Re: User Discussion & Help » Paste plain text » 2005-04-14 01:41:14

could you perhaps write a list (just post here) of things that FCK has that we don't (and should)?

sure just fyi I tested the following editors for over a month before deciding to go with Xinha:

1. Kevin Roths
2. TinyRTE
3. TinyMCE
4. wysiwygPRO
5. FCKeditor
6. p42.net's
7. HTMLarea

Xinha was the only one that could do what we needed (to build an online tutorial system).  It exploits bugs in every other editor that prevents full use.  I will reference features from some of these:

1. (HIGH PRIORITY) Get ENTER to work correctly in IE
2. Popups in Div's.  (FCK, wywisygPRO)
3. Unlink button
4. Search and Replace
5. Paste from word (instead of cleaning tags) (I like the way wysiwygPRO does this best)
6. Paste as plain text
7. Having source/editor in tabs at the bottom (wysiwygPRO)

i'll fill in more later.


I doubt it, SF doesn't support subversion repositories, or trac or anything nice like that anyway.  There are a number of developers (including myself) who have access to commit to the subversion repository for Xinha, anybody who wants to do so need only ask me (and show me a patch they want to commit first so I know they are at least a little bit conversant with Javascript).

But cant you just create a link from there to get more exposure?  Not actually use their system.  I've tested them all and xinha is the best but I know lots of people dont know about it.

Will

#62 Re: User Discussion & Help » how do i control the location of FullScreen button? » 2005-04-14 01:16:20

Cool thank you.

Do you know if there is a way to do a wider button so that I can have one that reads "HTML source" ?

#63 User Discussion & Help » Safari 2.0 -- will we be compatible? » 2005-04-13 21:53:11

willeffects
Replies: 25

http://weblogs.mozillazine.org/hyatt/ar … tml#005905

It supports this method. Will xinha work with that?  Anyone here a beta tester for Safari 2.0?

Will

#64 User Discussion & Help » how do i control the location of FullScreen button? » 2005-04-13 21:12:05

willeffects
Replies: 6

I want to put the fullscreen icon as my first button, but I cant seem to find a way to do it.  How do I control where it shows up?

Thanks,
Will

#65 Re: User Discussion & Help » Paste plain text » 2005-04-13 19:18:32

I might be because im using tabbrowser extensions or something, but if it doesnt work for me theres going to be more then enough users sending me emails about it.

I also didnt like the lag of FCK.  It seems when you mouse over a menu or even loading it, it takes a while to respond.  Xinha is much quicker (thought much less developed at this point).

We had another problem when loading images from multiple editors on the same page.  Most other editors have this same bug.  Xinha was one of the only ones that does not.

I wonder if xinha would get more development being on sourceforge?

Will

#66 Re: User Discussion & Help » Paste plain text » 2005-04-13 15:19:57

In FF I always get "undefined" when I click on anything that has a popup in FCKeditor.  Thats the reason I went with xinha smile

#67 Re: User Discussion & Help » A push function from another script causing contextmenu to not work » 2005-04-13 02:09:56

renamed the push and moved the thing out of the form submit and changed it around for the onsubmit button -- now it works

#70 Re: User Discussion & Help » Paste plain text » 2005-04-12 02:03:43

I can paste as plain text but I need all the users to be able to smile  And yes if I can figure out a way to do it I was planning on doing a toolbar button.  I thought there was a function but I looked through the function list and didnt see one.

#71 Re: User Discussion & Help » On submit 'a has no properties' javascript error » 2005-04-12 02:01:58

I tried on the older version we were using then downloaded the nightly and it had the same problem.

#72 User Discussion & Help » Paste plain text » 2005-04-09 16:15:13

willeffects
Replies: 25

Anyone know what the best way is to do a paste as plain text?

(so you can copy from a page with messed up tables/html and paste just the text from it)

Thanks

#73 User Discussion & Help » A push function from another script causing contextmenu to not work » 2005-04-09 00:30:34

willeffects
Replies: 2

Hey guys,

Been banging my head on the wall for a few hours just to find out a javascript validation system we are using on the same page calls this function:

/*      Prototype push if missing
------------------------------------------- */
if ( typeof Array.push == 'undefined' )
Array.prototype.push = function()
{
        var arg, i = 0;
        while( arg = arguments[i++] )
        {
                this[this.length] = arg;
        }
        return this.length;
}


This function causes the context menu to not work (only shows cut/copy/paste).  Any ideas how we can fix this?

Thanks!

#74 User Discussion & Help » On submit 'a has no properties' javascript error » 2005-04-08 23:43:21

willeffects
Replies: 4

When clicking a submit form I get the following error in the javascript console:

Error: a has no properties
Source File: htmlarea.js
Line: 1057

Any ideas?
Will

#75 Re: User Discussion & Help » FireFox issues » 2005-04-08 14:55:05

then make sure you download the latest nightly example http://xinha.gogo.co.nz/xinha-nightly.zip and use the same config settings or check out the Newbie Guide
http://xinha.python-hosting.com/wiki/NewbieGuide

If you do that you should have the same results.

Will

Board footer

Powered by FluxBB