Item8362: tr separator not been displayed in IE in an Action search table (& patch)

pencil
Priority: Normal
Current State: Closed
Released In:
Target Release:
Applies To: Extension
Component: ActionTrackerPlugin
Branches:
Reported By: Foswiki:Main.AndrewJones
Waiting For:
Last Change By: AndrewJones
In IE7, we found that the tr separators were not been displayed in an Action search table, built with the %ACTIONSEARCH{ ... }% macro.

Following the advice from http://www.csarven.ca/tr-border-trick-for-ie, the following patch fixes it:

***************
*** 32,40 ****
  }
  .atpSearch td {
    padding:2px 5px;
  }
  .atpSearch tr {
-   border: solid #ccc 1px;
  }

  /* date style (e.g. late action) */
--- 32,40 ----
  }
  .atpSearch td {
    padding:2px 5px;
+   border-top: solid #ccc 1px;
  }
  .atpSearch tr {
  }

  /* date style (e.g. late action) */

I have tested this in IE7, Firefox 3.5 and Chrome 4 and it looks fine. Unfortunately I cannot test in other versions of IE.

-- AndrewJones - 11 Dec 2009

Managed to test with IE6. Checked in the fix and uploaded a new release.

-- AndrewJones - 07 Feb 2010

 

ItemTemplate edit

Summary tr separator not been displayed in IE in an Action search table (& patch)
ReportedBy Foswiki:Main.AndrewJones
Codebase
SVN Range
AppliesTo Extension
Component ActionTrackerPlugin
Priority Normal
CurrentState Closed
WaitingFor
Checkins ActionTrackerPlugin:41b538f4ad28
ReleasedIn
Topic revision: r2 - 07 Feb 2010, AndrewJones
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy