#19194 closed defect (bug) (fixed)
Fullscreen button in HTML mode is missing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | high |
| Severity: | critical | Version: | 3.3 |
| Component: | Editor | Keywords: | |
| Focuses: | Cc: |
Description
WordPress 3.3-beta2-19181. The Fullscreen button for HTML mode in the post editor is missing. You can still get there by switching to visual, going full screen, and then back to HTML, but that's a really bad idea.
Change History (6)
#3
in reply to:
↑ 2
;
follow-up:
↓ 6
@
14 years ago
Replying to nacin:
Probably broken by [19172]?
Yes.
buttons['fullscreen'] = new qt.FullscreenButton();
went missing from quicktags.js.
Also does _buttonsInit need to loop through theButtons right after looping through edButtons to build html string? Can't that be done whilst adding elements from edButtons to theButtons in the first loop?
Note: See
TracTickets for help on using
tickets.
Probably broken by [19172]?