Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#12493 closed bug (duplicate)

Web+ - Some text not readable

Reported by: joy Owned by: pulkomandy
Priority: normal Milestone: R1
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

http://www.minispares.com/search/classic/jack.aspx

The text for the diffrent parts are unreadable. I have added the HTML code section that has the problem. I have not yet found the class that it refers to.

Attachments (1)

minispares.txt (1.9 KB ) - added by joy 8 years ago.

Download all attachments as: .zip

Change History (4)

by joy, 8 years ago

Attachment: minispares.txt added

comment:1 by joy, 8 years ago

Same as ticket 12511

Version 1, edited 8 years ago by joy (previous) (next) (diff)

comment:2 by pulkomandy, 7 years ago

Blocked By: 12511 added
Resolution: duplicate
Status: newclosed

comment:3 by pulkomandy, 7 years ago

Blocked By: 12511 removed

(In #12511) What happens here:

The opacity triggers the creation of a layer for drawing in WebKit. However, we apparently don't support drawing a string "with offsets" as it is done by WebKit (AS_DRAW_STRING_WITH_OFFSETS). My guess is because support for that is still missing in BPicture.

A normal DrawString works as expected, but it doesn't exactly match glyph metrics from webkit, so the text is not exactly at the right place, which creates some other (more subtle) rendering problems. This is why the "with offset" version was added in the first place.

Note: See TracTickets for help on using tickets.