https://bugzilla.wikimedia.org/show_bug.cgi?id=71837

            Bug ID: 71837
           Summary: VisualEditor: Bring back the edit summary byte counter
                    in the save dialog
           Product: VisualEditor
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: Unprioritized
         Component: Editing Tools
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

It's ve-ui-mwSaveDialog-editSummary-count in MWSaveDialog, but there are
several issues with it:

* It should be stored in a variable, not searched for using jQuery .find()
every time
* It should be modified with methods on OO.ui.LabelWidget, not jQuery .text()
* It should actually be visible

I don't know why it's being hidden, but display: none; is set on it, so maybe
.hide() is called somewhere?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to