#19194 closed defect (bug) (fixed)
Fullscreen button in HTML mode is missing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 3.3 |
| Component: | Editor | Version: | 3.3 |
| Severity: | critical | Keywords: | |
| 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)
comment:1
SergeyBiryukov — 19 months ago
- Milestone changed from Awaiting Review to 3.3
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?
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [19215]:
Note: See
TracTickets for help on using
tickets.

Probably broken by [19172]?