[haiku-bugs] Re: [Haiku] #7053: non-visible text on websites

  • From: "ribbonz" <trac@xxxxxxxxxxxx>
  • Date: Sun, 10 Jul 2011 02:10:35 -0000

#7053: non-visible text on websites
----------------------------------------+----------------------------
   Reporter:  mmadia                    |      Owner:  stippi
       Type:  bug                       |     Status:  new
   Priority:  normal                    |  Milestone:  R1
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:                            |   Keywords:
 Blocked By:                            |   Blocking:
Has a Patch:  0                         |   Platform:  All
----------------------------------------+----------------------------

Comment (by ribbonz):

 The mupdf.com page uses a stylesheet that includes the following
 designation at the top

 body { text-rendering: optimizeLegibility; }

 Change this to body {} (i.e. remove the tag) and it displays properly.

 Same with the xda-developers.com site. Tthis one has a bunch of tags
 defined in the body{} -- just remove the "text-rendering:
 optimizeLegibility; " and it displays properly.

 Same with the creativecommons.org site

 This one was harder to check because it uses several .css files and some
 javascript files -- so I went into Windows and did a 'Save As Web Page'
 with Chrome and then copied the files back into my Haiku partition and
 edited the style.css file to remove the "text-rendering:
 optimizeLegibility;" part. The local copy then displayed properly.

 In all three cases, it was the "text-rendering: optimizeLegibility;" tag
 that messed things up. Remove it, and the pages display perfectly fine in
 WebPositive.

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/7053#comment:4>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: