#27709 closed defect (bug) (fixed)
Distraction-free writing UI and editor issues
Reported by: | nacin | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.9 | Priority: | low |
Severity: | minor | Version: | 3.9 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
As pointed out toward the bottom of #27279. Some of these are regressions in 3.9, some in 3.8. Long list of them, we'll try to compile them here.
Attachments (7)
Change History (17)
This ticket was mentioned in IRC in #wordpress-dev by azaozz. View the logs.
11 years ago
#6
@
11 years ago
Regressions from 3.8:
- The buttons in DFW don't ever have an active state. To reproduce, just add a link or make something bold.
- The link button is never disabled. (Also as noticed in 3.8, the unlink button is disabled when nothing is selected and your cursor is not inside a link, which is also a ton less distracting. This is not limited to DFW, though.)
- Due to the clever border tricks in [28043], a short amount of text results in a broken box. See screenshot above.
- "Saved." (and "Save failed.") had a styling change. The font color changed a bit, and it is shown now to the right of the spinner. Due to the other bug noted below, it looks pretty bad when both "Saved." and a spinner is present, as the text moves the spinner around.
This is not a regression:
- Clicking "Save" again should immediately hide "Saved." (or "Save failed.") when showing the spinner.
This ticket was mentioned in IRC in #wordpress-dev by nacin. View the logs.
11 years ago
#8
@
11 years ago
27709.2.patch moves the "Saved" and "Save Failed" back to the left of the spinner and extends the height of the border to the bottom. Also fixes a small regression with the .mce-fixed-width drop-downs in the editor toolbar (they have to be fixed width).
The changing state/disabling of buttons is quite more complex as they are outside of the TinyMCE UI. Will revisit in 4.0.
Note: See
TracTickets for help on using
tickets.
In 27709.patch: