[thelist] Opinions and Comments on Browser Embedded WYSIWYG Editors (WAS Aren't we forgetting a user group in our CSS? Idea:EditorStylesheet)

VOLKAN ÖZÇELİK volkan.ozcelik at gmail.com
Wed Sep 28 04:49:11 CDT 2005


> Nice idea and the concept is good.

Thank you.

> Works OK for a development version
> in Safari on Mac, though there are bugs, and I like the idea of it
> working so well and easily for non-tech savvy users.

It has some bugs in Opera as well. I developed it on Win2K IE. Did not
have time to look in other browsers.

> The only thing  I'd question is how you define each block of content,
> and how do you select a block of text to be edited? For example, if I wanted to make the whole of the last paragraph bold, can I select the whole of the
> grey box and it's sub-elements, and apply the style in one click?

Unfortunately not for the time being. It may be implemented with something like
clicking/unclicking actuates/activates/deactivates a node. After that
the style will be applied to all the selected nodes etc. etc.

>(An
> aside: you might want to use checkboxes instead of radio buttons, so
> that the selection for bold, italicized or normal text can be
> deselected again.)

This is another issue to be handled. Currently I do not handle nested
inline tags
like <strong><em>bold and italic text</em></strong>. I may address it
in the future as well. Or may be I can change the className of the
node to say
.boldItalic and assign the look n feel via css.

Regards,
--
Volkan Ozcelik
+>Yep! I'm blogging! : http://www.volkanozcelik.com/volkanozcelik/blog/
+> My projects/studies/trials/errors : http://www.sarmal.com/


More information about the thelist mailing list