| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
|---|---|---|---|---|---|---|---|---|---|
| 0002051 | NetSurf | Layout | public | 2014-01-02 11:56 | 2014-01-04 15:15 | ||||
| Reporter | pitupitu | ||||||||
| Assigned To | |||||||||
| Severity | minor | Reproducibility | always | ||||||
| Status | closed | Resolution | duplicate | ||||||
| Product Version | 3.0 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0002051: Why the raspberry pi forum looks ugly? | ||||||||
| Description | http://www.raspberrypi.org/phpBB3/ doesn't look good. At least 1024x768. Why? Is the css complicated there, or javascript? | ||||||||
| Tags | No tags attached. | ||||||||
| Fixed in CI build # | |||||||||
| Reported in CI build # | 1566 | ||||||||
| URL of problem page | http://www.raspberrypi.org/phpBB3/ | ||||||||
| Attached Files |
| ||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
Vincent Sanders (administrator) 2014-01-02 23:47 |
I added screenshots of this being wrong in netsurf, looks like h2 is not clearing properly? |
|
Michael Drake (administrator) 2014-01-03 16:50 |
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 (administrator) 2014-01-04 15:14 |
Marked as a duplicate of 0001909, which is the feature bug for pseudo elements. |
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 |


