Revision: 2085
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2085&view=rev
Author:   cimorrison
Date:     2011-10-13 16:39:20 +0000 (Thu, 13 Oct 2011)
Log Message:
-----------
Disabled resizable bookings for IE8 and below as the resizing doesn't seem to 
work properly.  May come back to it later.

Modified Paths:
--------------
    mrbs/branches/draggable_bookings/web/Themes/default/header.inc

Modified: mrbs/branches/draggable_bookings/web/Themes/default/header.inc
===================================================================
--- mrbs/branches/draggable_bookings/web/Themes/default/header.inc      
2011-10-13 13:28:21 UTC (rev 2084)
+++ mrbs/branches/draggable_bookings/web/Themes/default/header.inc      
2011-10-13 16:39:20 UTC (rev 2085)
@@ -1238,11 +1238,16 @@
   }  
   
   // DAY.PHP, WEEK.PHP, MONTH.PHP
-  // Draggable bookings
+  // Resizable bookings
   if (in_array($page, array('day', 'week', 'month')))
   {
+    // We don't allow resizable bookings for IE8 and below.   In theory they 
should
+    // be OK, but there seems to be a problem getting the resizing working 
properly.
+    // (It looks as though it's probably something to do with the way .offset()
+    // works in IE8 and below:  it seems to be giving some strange figures for 
the 
+    // table coordinates.)
     ?>
-    if (!lteIE6)
+    if (!lteIE8)
     {
       function getSides(jqObject)
       {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to