Closed Bug 680362 Opened 13 years ago Closed 13 years ago

Linux Firefox displays some pages incorrectly.

Categories

(Firefox :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: hilsim.hilsim, Unassigned)

Details

Attachments

(1 file)

39.94 KB, application/octet-stream
Details
Attached file screenshots.zip
User Agent: Mozilla/5.0 (X11; Linux i686; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110811165603



Actual results:

On the http://thewikireader.com/store/index.html blue box overlapping text. On the inner side of my provider of GSM text overlapping each other. See attachments. I have the same problem on Konqueror 4.7 with WebKit engine.Windows Firefox  displays all correctly.

OpenSUSE 11.4 x86_64, KDE 4.7, This error occurs in these versions: Firefox (3.6,4.0,4.0.1,5.0,6.0)
Hardware: x86 → x86_64
This is a badly coded HTML/CSS

<style> 
#canvas { font-family: 
          "times", "Times New Roman", "times-roman", "georgia", serif;
        }
.field_box { width: 120px }
</style>

<div id="canvas">
...
<div class="field_box">
<!-- WikiReader device -->
<input ... value="1">
<span>Quantity</span>
</div>
...
</div>

If non of these fonts are available on your system, the default "serif" font is used.
That is often "Dejavu Serif" on Linux. That font is wider than others, so text doesn't fit into a 120px wide div and the line breaks.

Please report this Issue to the page developer.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Version: 5 Branch → unspecified
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: