I noticed this while glancing through the code. clear-block was renamed, so here's a quick patch for it.
Thanks for this amazing module.
| Comment | File | Size | Author |
|---|---|---|---|
| semanticviews-clearfix.patch | 2.75 KB | tim.plunkett |
I noticed this while glancing through the code. clear-block was renamed, so here's a quick patch for it.
Thanks for this amazing module.
| Comment | File | Size | Author |
|---|---|---|---|
| semanticviews-clearfix.patch | 2.75 KB | tim.plunkett |
Comments
Comment #1
recidive commentedPatch applies cleanly.
Comment #2
juhog commentedIn the views admin interface one important input field is not visible due to this clear-block/clearfix problem. Row element class attribute can not be set because the container div is not cleared properly. "First and last classes" div has moved on top of it.
The patch on the first post fixes this. More specifically line 129 in file semanticviews_plugin_style_default.inc.
Comment #3
Scyther commentedWorks
Comment #4
Scyther commentedPlease see this issue: #1888258: Row Class Attribute Field is not shown because of CSS bug
Comment #5
Scyther commented