]> code.citadel.org Git - citadel.git/commitdiff
* Discovered the style -moz-user-select:none and applied it to the mailbox
authorArt Cancro <ajc@citadel.org>
Sun, 13 Nov 2005 04:46:36 +0000 (04:46 +0000)
committerArt Cancro <ajc@citadel.org>
Sun, 13 Nov 2005 04:46:36 +0000 (04:46 +0000)
  summary table, to prevent text select from ruining the appearance of our
  beautiful drag and drop function.

webcit/ChangeLog
webcit/messages.c

index 661b86007a12c56e91fe5157f1141d1a873f22e4..145a371915656c767446f9bead3e00a9bced09d9 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+* Discovered the style -moz-user-select:none and applied it to the mailbox
+  summary table, to prevent text select from ruining the appearance of our
+  beautiful drag and drop function.
+
 * Strip prepended '/webcit' in requested url's.  This may allow us to handle
   incoming proxy requests from a front end web server.
 * Don't require a session cookie for static content.
index 578d1147464ab49bafb346b8111db9295ff17c68..901a3ef16b2646529105dd1395e323be08fa0e95 100644 (file)
@@ -2046,7 +2046,8 @@ void readloop(char *oper)
                        "<div id=\"fix_scrollbar_bug\">\n"
 
                        "<span class=\"mailbox_summary\">"
-                       "<table id=\"summary_headers\" rules=rows cellspacing=0 style=\"width:100%%\">"
+                       "<table id=\"summary_headers\" rules=rows "
+                       "cellspacing=0 style=\"width:100%%;-moz-user-select:none;\">"
                );
        }