[buddypress-trac] [BuddyPress Trac] #6205: Notification counter vs. pagination
buddypress-trac
noreply at wordpress.org
Tue Feb 10 17:41:20 UTC 2015
#6205: Notification counter vs. pagination
---------------------------------------+------------------------------
Reporter: danbp | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Component - Notifications | Version: 2.2
Severity: normal | Resolution:
Keywords: |
---------------------------------------+------------------------------
Comment (by hnla):
@danbp That 'trick' tells me it is the reason I stated above, the parent
element is NOT containing the floated children as they drop through the
parent - correctly as floats are meant to - they cause conflict with the
table element, try adding 'clearfix' to the parent (you're using a
framework so should have the class 'clearfix' available or add overflow:
hidden to it see if that cures the issue.
The empty div was/is putting a block level element between the table and
the pagination block effectively separating them and stopping the floated
elements 'touching' the table, but it's really a very poor and also plain
wrong, naughty, bad, thing to do ;) :)
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6205#comment:7>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list