View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0002564 | NetSurf | Layout | public | 2017-10-09 20:20 | 2018-04-22 08:18 | ||||||||
Reporter | Dave Higton | ||||||||||||
Assigned To | Michael Drake | ||||||||||||
Severity | minor | Reproducibility | always | ||||||||||
Status | confirmed | Resolution | open | ||||||||||
Platform | BBxM | OS | RISC OS | OS Version | 5.23 (08-Sep-17) | ||||||||
Product Version | 3.7 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0002564: [CSS calc() function] Text overflows the RHS of the window | ||||||||||||
Description | https://www.wired.com/story/comcast-is-abandoning-customers-in-the-name-of-free-speech/ There is a comfortable left margin for the text, but, at the right hand side of the window, a few characters are hidden in the longest lines. The text reflows as the window is resized, but always the right hand end of the longest lines is obscured. | ||||||||||||
Tags | No tags attached. | ||||||||||||
Fixed in CI build # | |||||||||||||
Reported in CI build # | 4215 | ||||||||||||
URL of problem page | https://www.wired.com/story/comcast-is-abandoning-customers-in-the-name-of-free-speech/ | ||||||||||||
Attached Files |
|
Notes | |
Michael Drake (administrator) 2018-04-22 08:17 |
The page is using the CSS calc function, to compute a max-width, which libcss and NetSurf don't currently support: max-width:calc(100% - 40px); |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-10-09 20:20 | Dave Higton | New Issue | |
2018-04-21 08:48 | Michael Drake | Assigned To | => Michael Drake |
2018-04-21 08:48 | Michael Drake | Status | new => confirmed |
2018-04-21 08:48 | Michael Drake | Category | General => Layout |
2018-04-21 08:48 | Michael Drake | Description Updated | View Revisions |
2018-04-22 08:17 | Michael Drake | Note Added: 0001770 | |
2018-04-22 08:18 | Michael Drake | Summary | Text overflows the RHS of the window => [CSS calc() function] Text overflows the RHS of the window |