Bug 145688

Summary: Broken css on system groups page
Product: [Retired] Red Hat Network Reporter: Michael Bowman <mbowman>
Component: RHN/R&DAssignee: Ryan Bloom <rbb>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-20 20:53:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Michael Bowman 2005-01-20 17:23:00 UTC
Description of problem:
On page:
https://rhn.webdev.redhat.com/network/users/AssignedSystemGroups.do?uid=3920847

The css for the table doesn't display the right edge border... This
may be a problem for other tables throughout our site as well...

Comment 1 Michael Bowman 2005-01-20 19:29:18 UTC
Same problem with table on Archived Actions page...

Comment 2 Ryan Bloom 2005-01-20 20:37:19 UTC
This is mine.  There is a bug in the equals method when it comes to
comparing URLs.  If the last comlumn has a URL we don't include the
closing border.

Comment 3 Ryan Bloom 2005-01-20 20:52:34 UTC
This is fixed.  We just stop testing the URLs when checking the
equality of two ColumnTag instances.  The code goes into great detail
about why this change was made.