MantisBT - NetSurf
View Issue Details
0002564NetSurfLayoutpublic2017-10-09 20:202018-04-22 08:18
ReporterDave Higton 
Assigned ToMichael Drake 
PrioritynormalSeverityminorReproducibilityalways
StatusconfirmedResolutionopen 
PlatformBBxMOSRISC OSOS Version5.23 (08-Sep-17)
Product Version3.7 
Target VersionFixed in Version 
Fixed in CI build #
Reported in CI build #4215
URL of problem pagehttps://www.wired.com/story/comcast-is-abandoning-customers-in-the-name-of-free-speech/
Summary0002564: [CSS calc() function] Text overflows the RHS of the window
Descriptionhttps://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.
TagsNo tags attached.
Attached Files

Notes
(0001770)
Michael Drake   
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
2017-10-09 20:20Dave HigtonNew Issue
2018-04-21 08:48Michael DrakeAssigned To => Michael Drake
2018-04-21 08:48Michael DrakeStatusnew => confirmed
2018-04-21 08:48Michael DrakeCategoryGeneral => Layout
2018-04-21 08:48Michael DrakeDescription Updatedbug_revision_view_page.php?rev_id=2007#r2007
2018-04-22 08:17Michael DrakeNote Added: 0001770
2018-04-22 08:18Michael DrakeSummaryText overflows the RHS of the window => [CSS calc() function] Text overflows the RHS of the window