silverstripe-framework/admin/javascript
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
..
jquery-changetracker BUG Fixed changetracking for radio and checkbox field types 2012-12-17 23:02:04 +01:00
jquery-fitheighttoparent MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
lang Fixed whitespace usage 2013-02-18 15:43:52 +01:00
leaktools.js ENHANCEMENT: In dev mode, include some basic leak detection functions in the admin panel 2012-06-15 01:19:19 +02:00
LeftAndMain.ActionTabSet.js Loading indicator for "more options" buttons 2012-12-14 00:32:06 +01:00
LeftAndMain.BatchActions.js Batch actions UI enhancement (#7878) 2012-11-02 22:57:14 +01:00
LeftAndMain.Content.js API Add action tabsets as a interface idiom. 2012-12-13 17:43:24 +01:00
LeftAndMain.EditForm.js Attempting to select uninitialised tab on validation error (fixes #1783) 2013-05-23 16:01:27 +01:00
LeftAndMain.FieldHelp.js Merge remote-tracking branch 'origin/3.0' into 3.1 2012-12-21 15:04:17 +01:00
LeftAndMain.js Merge pull request #2345 from hafriedlander/fix/performance 2013-08-20 14:40:22 -07:00
LeftAndMain.Layout.js FIX Dont update preview iframe if hidden 2013-08-21 09:29:28 +12:00
LeftAndMain.Menu.js CMS member profile now is no longer in a popup (#7880) 2012-10-08 12:57:55 +02:00
LeftAndMain.Panel.js FIX Multiple redraw calls on navigation 2013-08-21 09:29:28 +12:00
LeftAndMain.Ping.js BUG Fixing session keep alive for non-ADMIN users 2012-11-05 15:41:10 +13:00
LeftAndMain.Preview.js FIX webfonts in preview iframe breaking admin fonts 2013-08-27 10:49:24 +12:00
LeftAndMain.Tree.js Avoid collision of status flags in tree items when updating tree nodes 2013-05-25 11:27:50 +02:00
LeftAndMain.TreeDropdownField.js FIX 7763 TreeDropdownField needs to refresh after CMS edit form save 2012-08-29 10:52:56 +12:00
lib.js Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
MemberDatetimeOptionsetField.js Using new description style in MemberDateTimeOptionSetField 2012-12-14 01:58:04 +01:00
MemberImportForm.js BUGFIX: add missing onunmatches 2012-05-23 16:24:15 +12:00
ModelAdmin.js FIX Properly show link for showing and hiding class spec in model admin 2013-01-15 18:52:05 +13:00
SecurityAdmin.js Dont need to wrap entwine blocks in onload blocks, theres no benefit 2012-07-27 11:17:56 +12:00
ssui.core.js "Insert Media" dialog: Prevent loading indicator in IE8+ 2013-06-24 17:14:32 +02:00