silverstripe-framework/admin
Hamish Friedlander 45c1d2b0ce FIX webfonts in preview iframe breaking admin fonts
In IE8, when a page in the preview iframe uses a web font (not just
references it in CSS, but actually has glyphs present in the page),
the fonts in the containing admin interface will become corrupted
(display as all squares) until the mouse moves.

This commit uses the technique described at
http://stackoverflow.com/questions/9809351/ie8-css-font-face-fonts-only-working-for-before-content-on-over-and-sometimes#10557782
to cause the admin panel to re-calculated all it's fonts
after the preview iframe has loaded, fixing the glitch
2013-08-27 10:49:24 +12:00
..
code Merge remote-tracking branch 'origin/3.0' into 3.1 2013-08-07 17:14:47 +02:00
css BUG: Context menu too long - CSS only (Fixes CMS #811) 2013-08-16 13:34:23 +02:00
images Fixed Tab floating in CMS (fixes #1778) 2013-06-13 00:04:56 +02:00
javascript FIX webfonts in preview iframe breaking admin fonts 2013-08-27 10:49:24 +12:00
scss BUG: Context menu too long - CSS only (Fixes CMS #811) 2013-08-16 13:34:23 +02:00
templates Merge remote-tracking branch 'origin/3.0' into 3.1 2013-08-07 17:14:47 +02:00
tests FIX extra_requirements to accept non associative arrays. 2013-06-02 13:37:34 +12:00
thirdparty Updated history.js dependency 2013-03-20 00:46:32 +01:00
_config.php NEW: More helpful message for 'sake dev/build' on new envs. 2013-05-30 16:49:43 +12:00
.gitignore MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
config.rb MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver 2011-12-20 17:46:43 +01:00