2024-04-19 09:42 BST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002564NetSurfLayoutpublic2018-04-22 09:18
ReporterDave Higton 
Assigned ToMichael Drake 
SeverityminorReproducibilityalways 
StatusconfirmedResolutionopen 
PlatformBBxMOSRISC OSOS Version5.23 (08-Sep-17)
Product Version3.7 
Target VersionFixed in Version 
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.
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/
Attached Files

-Relationships
+Relationships

-Notes
Michael Drake

~0001770

Michael Drake (administrator)

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);
+Notes

-Issue History
Date Modified Username Field Change
2017-10-09 21:20 Dave Higton New Issue
2018-04-21 09:48 Michael Drake Assigned To => Michael Drake
2018-04-21 09:48 Michael Drake Status new => confirmed
2018-04-21 09:48 Michael Drake Category General => Layout
2018-04-21 09:48 Michael Drake Description Updated View Revisions
2018-04-22 09:17 Michael Drake Note Added: 0001770
2018-04-22 09:18 Michael Drake Summary Text overflows the RHS of the window => [CSS calc() function] Text overflows the RHS of the window
+Issue History