Last modified: 2013-01-07 13:48:58 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T36556, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34556 - LiquidThreads uses css clearing code that breaks overflow on the content area
LiquidThreads uses css clearing code that breaks overflow on the content area
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
LiquidThreads (Other open bugs)
unspecified
All All
: Low normal with 1 vote (vote)
: ---
Assigned To: DaSch
:
Depends on:
Blocks: 34558
  Show dependency treegraph
 
Reported: 2012-02-21 05:33 UTC by Daniel Friesen
Modified: 2013-01-07 13:48 UTC (History)
5 users (show)

See Also:
Web browser: Firefox
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Daniel Friesen 2012-02-21 05:33:26 UTC
LiquidThreads seams to contain the following css:
.lqt_thread_heading:after,
.lqt-thread-toolbar-commands:after,
.lqt-post-wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

When the content area is given an overflow: auto; (to fix float issues or make sure that vandalism or spam can't escape the content area with absolutes) this seams to have the effect of creating extra abnormal whitespace at the end of the LQT area which results in the content area always having scrollbars, to scroll just through this small whitespace.
Essentially it has the same effect vertically as { width: 100%; border: 1px solid black; } has horizontally.

It seams that using `content: "";` or omitting the content portion might work fine and doesn't suffer from this bug.
Comment 1 DaSch 2012-08-19 12:55:10 UTC
I think the content think is not needed
https://gerrit.wikimedia.org/r/#/c/20538/
Comment 2 db [inactive,noenotif] 2012-11-28 14:36:03 UTC
(In reply to comment #1)
> I think the content think is not needed
> https://gerrit.wikimedia.org/r/#/c/20538/

Status Merged

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links