View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0004750 | SMF 2.1 | [All Projects] | public | 2011-06-13 19:16 | 2012-06-01 17:54 | ||||
Reporter | Antechinus | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Summary | 0004750: Editor css files need version-specific suffix | ||||||||
Description | We have a glitch with the editor css files being callled for 2.0 Final. Most css files have specific urls like ...../index.css?fin20. However, the css files for the editor are called in Subs-Editor.php: // This really has some WYSIWYG stuff. loadTemplate('GenericControls', $context['browser']['is_ie'] ? 'editor_ie' : 'editor'); As no ?20 suffix is being added here, browsers will still call the previous version's files from cache unless the user has manually cleared their cache. | ||||||||
Tags | 2.1 | ||||||||
Attached Files |
|
![]() |
|
Spuds (Viewer) 2012-06-01 17:54 |
Commit:fe2e29919c9966a7b60cd7c2ad43fc2d918cc3a0 * ! 0004750: Editor css files need version-specific suffix |