You are not logged in.
Good catch mokhet ![]()
I wrapped your table around the textarea in my own testbed file and it works fine. I see you are using a slightly older version, can you try updating and give it another go please.
Also try removing the doctype and see if that makes any difference (although I tried it with your doctype as well and it worked).
What errors? Post a URL please.
Like I said, fixing bugs sometimes makes bugs.
Like we always say.. patches welcome.
But all of the new bugs i've found were without plugins loaded... so they must have been in core.
Two reasons..
1. sometimes fixing bugs causes, or simply exposes other bugs
2. recently some changes were introduced into the trunk without discussing them properly first, currently the only remaining bug from these is http://xinha.python-hosting.com/ticket/337 . At this stage I am awaiting to see if somebody will fix this problem, if nobody does I might look at it to see if it's an easy fix, or will rollback the changes mentioned in http://xinha.python-hosting.com/ticket/329 I have discussed this with the developer in question and hopefully we won't see new core features introduced without discussion in future.
Yes, just comment out that onunload line in your javascript. It's just an experimental thing that doesn't really do anything useful (yet).
Errr. If you don't want HTML, why are you using Xinha? Xinha is an HTML editor, not a text editor.
Use CSS to do this.
Dortamur: I don't like those table popups either, waaay to complicated for the average joe. Sometime in the future a simplified table operations plugin will be made.
What you are mostly seeing is new plugins being added. That's fine, plugins do not affect the core and are not considered a feature.
As for adding features to the core, this is to be avoided. The tickets open for V1.0 is the only work that should be going into the core.
KHTML developers recently backported some stuff such that konq can now also pass the acid-2 test for CSS. But that does not include the contenteditable stuff. I havn't used KDE in a long time (and don't have it installed any more) so if somebody sees them come up with contenteditable be sure and post here so I know to go have a look.
Xinha works fine in a gecko based browser on a mac (mozilla, firefox, camino). It does not yet work in Safari. If somebody wants to take that on, or donate a mac mini, feel free ;-)
Using Xinha in your production environment is perfectly safe AS LONG AS YOU TEST IT AND ARE HAPPY WITH THE VERSION YOU USE.
Don't just blindly upgrade and put it in a production system without testing, because things will break from time to time.
It's not possible to use just some features of a plugin (well, not of TableOperations), you would have to make a copy of TableOperations and modify it. For usage directions see the Newbie Guide.
Interesting
As Yermo said, if you want stability and smaller footprint then AreaEdit is for you. If you want bleeding edge, all hell might break loose, use at your own risk, but with more cool stuff, then Xinha is the ticket.
Xinha is (loosly) in feature-lock now, no new features that have not already been slated for inclusion in V1.0 should be added. You can see the tikets open before V1.0 can be released at http://xinha.python-hosting.com/report/10
V1.0 is about getting a solid base from which we can work, at the moment it's all a bit squishy. Once V1.0 is complete then we will begin stripping, reorganising and generally changing stuff for the better to make V2.0 (which probably won't have many new features, but will be somewhat incompatable with 1.0). Once V2.0 is complete then we can start putting new features in on our new flash much smaller and faster code base.
Wll, it would prevent IE from eating 10 meg per page load. But I honestly dont' know if it's remotely realistic to try and fix it, I suspect not, I don't even know where to begin.
Lets not forget that this is a bug in IE, not Xinha. We do everything right, it's IE that leaks memory like a sieve.
perhaps memory usage?
Lots and lots of leaks. Plenty in the toolbar as I thought might be the case, but also a large number elsewhere.
Mmmm, interesting, I'm almost scared to run it ![]()
"Clear MSOffice Tags"
Not sure on this one. As I recall it's a built in. If it displays in the full_example with no plugins selected then it should display in your editor providing you don't modify the toolbar.
"Form" and "Form Operations"
They do similar things, FormOperations uses a panel-based interface and handles less attributes of the forms & elements.
The "Enter Paragraphs" plugin doesn't seem to have any effect on my editor.
This plugin is a special one, it works in the background, and only with Gecko based browsers, it (tries to) makes the behaviour when pressing the enter key in these browsers to be "correct" (and in line with IE) in that it creates a new paragraph instead of just inserting a <br /> tag. You don't need to explicitly load EP, you just set xinha_config.mozParaHandler to 'best' (there is some debate as to whether it really is 'best' and you might be better to just use 'built-in' and have <br/>s instead of paragraphs).
Is it ok to edit the php on plugins like the linker and ImageManager.
It's open source, free both as in beer and speech, so do whatever you like to it ;-) Linker particularly you are very likely to want to create your own backend.
Licenses are not really a problem (as long are they are freely distributable and open source) as the base code is under the htmlArea licence which is just a renamed BSD licence, so pretty much compatable with any other licence out there.
I think a README should be placed in each skin directory that has the licence information in it if it's different to Xinha itself.
Looks nice, not quite what I was looking for but I might be able to do a bit of hacking to it
. For reording Xinha toolbars though it looks like just the thing (cept we will be using it horizontally
)
you da man yermo ![]()