Opened 6 years ago
Closed 6 years ago
#44785 closed defect (bug) (fixed)
css map file 404 since updating tinymce
Reported by: | pross | Owned by: | azaozz |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | has-patch commit fixed-major |
Focuses: | Cc: |
Description
When tinymce was updated to 4.8 a map file reference was left at the end of the css file resulting in a 404.
wp-includes/js/tinymce/skins/lightgray/skin.min.css
Attachments (1)
Change History (9)
#1
@
6 years ago
- Component changed from General to TinyMCE
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.9.9
#2
@
6 years ago
- Keywords reporter-feedback added
Uh, that's from upstream. This is not a "big problem", the 404 happens only when loading TinyMCE with an open browser console (that supports CSS maps).
Wondering if it's worth it just removing that bit from the minified file (the 44785.patch) in 4.9.9 or waiting for the next TinyMCE update which may happen later.
#4
@
6 years ago
Well, this file comes from the TinyMCE project. Generally it is not a good idea to modify any external files, even a little. But in this case it seems the modification is really really benign :)
#5
@
6 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In 43581:
Note: See
TracTickets for help on using
tickets.
Introduced in [43447]. Checked other files, this is the only one with a map reference.