#33379 closed defect (bug) (fixed)
Word count on post edit screen should be hidden if javascript is disabled
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch |
Focuses: | javascript, administration | Cc: |
Description
If Javascript is off, the "Word Count" should be hidden (instead of showing Word Count: 0 as it does right now regardless of how long post actually is)
Attachments (2)
Change History (13)
#2
in reply to:
↑ 1
@
10 years ago
Replying to valendesigns:
This just needs a
.hide-if-no-js
I believe.
Yep I think so as well. Testing that now
#3
@
10 years ago
- Component changed from Posts, Post Types to Editor
- Keywords has-patch commit added; needs-patch removed
- Milestone changed from Awaiting Review to 4.3
- Owner set to chriscct7
- Status changed from new to accepted
#7
@
10 years ago
The class should be on <td id="wp-word-count">
, not the <table>
. Same as on <td id="content-resize-handle" class="hide-if-no-js">
.
#8
@
10 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 4.3 to Future Release
- Version trunk deleted
The issue exists at least since 3.7.
Note: See
TracTickets for help on using
tickets.
This just needs a
.hide-if-no-js
I believe.