PR-6.2-dev Pending

User tests: Successful: Unsuccessful:

avatar SRV-KILLER09
SRV-KILLER09
31 Mar 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

  • Adds a live word and character count below the article editor (works with both TinyMCE and textarea).
  • Adds a warning if the user tries to leave the article edit page with unsaved changes.

Testing Instructions

  1. Go to Content → Articles → Edit or create a new article.
  2. As you type in the editor, a live word and character count should appear below the editor.
  3. Make changes, then try to close the tab or navigate away without saving. You should see a browser warning about unsaved changes.
  4. Saving the article or submitting the form should clear the warning.

Actual result BEFORE applying this Pull Request

  • No live word/character count in the article editor.
  • No warning when leaving the page with unsaved changes.

Expected result AFTER applying this Pull Request

  • Live word and character count is visible and updates as you type.
  • Users are warned if they try to leave the page with unsaved changes.

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar SRV-KILLER09 SRV-KILLER09 - open - 31 Mar 2026
avatar SRV-KILLER09 SRV-KILLER09 - change - 31 Mar 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 31 Mar 2026
Category JavaScript Administration com_content
avatar SRV-KILLER09 SRV-KILLER09 - change - 31 Mar 2026
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2026-03-31 07:24:00
Closed_By SRV-KILLER09
Labels Added: PR-6.2-dev
avatar SRV-KILLER09 SRV-KILLER09 - close - 31 Mar 2026
avatar SRV-KILLER09 SRV-KILLER09 - change - 31 Mar 2026
Status Closed New
Closed_Date 2026-03-31 07:24:00
Closed_By SRV-KILLER09
avatar SRV-KILLER09 SRV-KILLER09 - change - 31 Mar 2026
Status New Pending
avatar SRV-KILLER09 SRV-KILLER09 - reopen - 31 Mar 2026
avatar brianteeman
brianteeman - comment - 31 Mar 2026

TinyMCE already provids a live word count

image

And there already is a notice if you try and close without saving

image
avatar SRV-KILLER09
SRV-KILLER09 - comment - 31 Mar 2026

TinyMCE already provids a live word count

image And there already is a notice if you try and close without saving image

Yes!! I am pretty much aware that these features are already present in Joomla!. with my this PR, I just wanted to enhance the editing experience with a few small but helpful features LIke:

  1. Toggle Button between word and character count: Allow users to easily switch between word and character count, depending on their preference.
  2. Preview button: we can add a “Preview” button that opens a modal or new tab with a live preview of the article.
  3. Save feedback: Basically it'll show an animation when an article is saved, giving users clear feedback that their changes were stored.

Just wanted to make it more user & editor Friendly!

avatar brianteeman
brianteeman - comment - 31 Mar 2026

There are lots of technical reasons why this PR isnt acceptable (on top of the functionality already being present).

  1. limited to the admin content editor area
  2. javascript should be in the media folder
    etc

But none of them are worth fixing as its not introducing anything we dont already have. As stated before when you have an idea for a new feature its best if you go through the process before starting work.

PS

chrome_gKZJdjQs5U.mp4

Add a Comment

Login with GitHub to post a comment