2024-04-26 19:19 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002051NetSurfLayoutpublic2014-01-04 15:15
Reporterpitupitu 
Assigned To 
SeverityminorReproducibilityalways 
StatusclosedResolutionduplicate 
Product Version3.0 
Target VersionFixed in Version 
Summary0002051: Why the raspberry pi forum looks ugly?
Descriptionhttp://www.raspberrypi.org/phpBB3/ doesn't look good. At least 1024x768.
Why? Is the css complicated there, or javascript?
TagsNo tags attached.
Fixed in CI build #
Reported in CI build #1566
URL of problem pagehttp://www.raspberrypi.org/phpBB3/
Attached Files

-Relationships
duplicate of 0001909confirmed CSS pseudo-classes 
+Relationships

-Notes
Vincent Sanders

~0000141

Vincent Sanders (administrator)

I added screenshots of this being wrong in netsurf, looks like h2 is not clearing properly?
Michael Drake

~0000147

Michael Drake (administrator)

The forum index table isn't a table it's a bunch of lists, with list items for rows, and dl/dt/dds for cells. The cells are floated.

The layout problem is caused by the list items (rows of the "table") having css like this:

li.row:after {
  clear: both;
}

We are failing to clear the rows, which makes us fail to force cells into the new row.

This is because we don't support the before/after pseudo elements correctly.
Rob Kendrick

~0000150

Rob Kendrick (administrator)

Marked as a duplicate of 0001909, which is the feature bug for pseudo elements.
+Notes

-Issue History
Date Modified Username Field Change
2014-01-02 11:56 pitupitu New Issue
2014-01-02 23:32 Vincent Sanders File Added: rpi-forum-chrome.png
2014-01-02 23:32 Vincent Sanders File Added: rpi-forum-ns.png
2014-01-02 23:47 Vincent Sanders Reported in CI build # => 1566
2014-01-02 23:47 Vincent Sanders URL of problem page => http://www.raspberrypi.org/phpBB3/
2014-01-02 23:47 Vincent Sanders Note Added: 0000141
2014-01-02 23:47 Vincent Sanders Priority low => normal
2014-01-02 23:47 Vincent Sanders Status new => confirmed
2014-01-02 23:47 Vincent Sanders Category General => Layout
2014-01-03 16:50 Michael Drake Note Added: 0000147
2014-01-04 15:13 Rob Kendrick Relationship added duplicate of 0001909
2014-01-04 15:14 Rob Kendrick Note Added: 0000150
2014-01-04 15:15 Rob Kendrick Status confirmed => closed
2014-01-04 15:15 Rob Kendrick Resolution open => duplicate
+Issue History