← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1119069] Re: Table stripes aren't updated when filtering rows

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1119069

Title:
  Table stripes aren't updated when filtering rows

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  For datatables we rely on the bootstrap styles to stripe rows.
  This is done with an :nth-child(2n+1) selector which can't know about hidden rows.

  The tablesorter library we're using has a zebra plugin that tags the
  rows with odd/even classes. We just have to provide the styles and
  trigger it whenever a table is filtered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1119069/+subscriptions