Accesskeys in Internet Explorer:
Pressing an accesskey(Alt+KEY) when there is a selection, deselects it preserving the caret position.

Accesskeys in Firefox:
If there are multiple editors in the page, accesskeys(Shift+Alt+KEY) will work on only the first editor instance.
This is because FF does not allow dynamic adjustment of accesskeys.

CTRL shortcuts:
Do not use A(select all), C(copy), V(paste), X(cut) keys as they are text operation keys by default.
Do not use F(find), O(open), P(print) keys in IE and Safari as they will always fire their default actions.

New line character:
Since new line is represented by different characters (\r, \r\n, \n) on different platforms, there may be some
unexpected behaviour of the editor in some platform-browser combos regarding the cursor position after text
insertion/replacement. Specify new line characters as "\n", if you have to use any in your scripts.

POST variable limit:
Although it's a rare case, you may have to increase your server post variable limit if you have problems while adding too many buttons in admin interface.

Preview button

Preview doesn't seem to work with any added capabilities. For example, putting in a font button to change the font, size or color; preview doesn't show the effects, even though the button has worked and effects will show up when the area is actually used.

- Halfelven

selection or the whole content

Preview button previews the selected text in the editor. If there is no selection the whole content is previewed.
To preview the effect of a html tag, the complete tag must be selected.

Hi there, I've tried adding

Hi there,

I've tried adding a Code button to the toolbar, but the ending code tag appears to be placed immediately before the paragraph tag instead of at the end of my selected text.

I was hoping to use the code tag as a quote box in a forum, but this will result in only the first paragraph of selected text being boxed up.

Cheers,

Matt

How can I use Bueditor to

How can I use Bueditor to create yellow page directory?

Hi, I've noticed with

Hi, I've noticed with BUEditor that I have to add <br> and <p> tags to the allowed HTML for the Filtered HTML input format for the drupal linebreak converter to work properly. Is that due to BUE or something else?

Thanks!

Under supervision of Drupal :)