Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Changes since 8.x-1.0:
* Issue #2531540: Fixed editor disappearing after ajax calls.
* Issue #2893709: Fixed field values not being updated on subsequent calls to E.tagDialog()
* Switched to short array syntax
* Replaced deprecated Drupal::url() with Drupal\Core\Url::fromRoute()
* Issue #2763903 by Vinay15: Remove @file tag docblock from all the .php files
* Added a coss-browser close icon for popups.
- #1846880: Made sure BUE behavior runs after textarea and teaser behaviors to avoid removal of editor UI.
- Removed old stuff from popup.css
- Removed the install message.
- Removed Ctrl shortcut support for old opera versions
- #1014930 by Pinolo: fixed undefined index warning on fresh install.
- #1039818 by minorOffense: Undefined index warning on admin pages.
- #1117624 by Agileware: Update bueditor_roles variable during 5.x to 6.x upgrade path.
- Added new file bueditor.inc to split module functionality.
- Fix chrome and opera focus-scrolling when IMCE popup opens.
Changes since 6.x-2.0:
- #752336 by roderik: Fix update to 2.0
- implemented hook_file_download for css sprites to work in private file system
- fix form options for find & replace library
Changes from 6.x-2.0-beta1:
- fix incorrect library value on import when the library is empty.
- fix updating css sprite images on button deletion.
- fully expanding a textarea in admin interface was moved from grippie-doubleclick to textarea-focus.
- a few minor issues that can be tracked at http://drupal.org/project/cvs/115612
- #364026: make bueditor initiation a drupal behaviour to support dynamically created textareas.
- #341788 by thePanz: fixed sorting of role weights
- content type visibility: node/add/type also means node/*/edit for that type.
- check path aliases for page visibility.
- fixed non working %THEME placeholder. It, now, alternatively points to the default theme when icon or library path is missing for the current theme.
- make editor methods chainable allowing callbacks such as E.replaceSelection().focus().makeSelection()...
WHAT'S NEW IN 6.x:
- custom icon and library paths for each editor.
- support using different editor templates for differnet textareas in a page.
- alternative editor assignment for user roles.
- theme buttons that provide unlimited theming options.
- Headers (h1, h2, h3, h4) button and separators in default editor.
- changed key variable from "editor" to "BUE". (ex: editor.active is now BUE.active)
- another popup dialog(BUE.quickPop) that has no title or close button.
- jquery effects. (ex: effects in popup openings)