Closed
Bug 562606
Opened 15 years ago
Closed 10 years ago
Overly spaced rendering of dotted borders with dwrite enabled
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ric, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100419 Minefield/3.7a5pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.3a5pre) Gecko/20100419 Minefield/3.7a5pre
I'm testing a new site and noticed the rendering of a border is too spaced. The code is border-left: dotted 4px #a3a3a7;
Any borders with a size of more than 1/2px seems to be overly spaced.
Reproducible: Always
Steps to Reproduce:
Make a page with this code: <div style="border: dotted 4px #a3a3a7; height: 200px; width: 200px"></div>
Expected Results:
Default spacing to be less like in older versions of the browser.
Updated•15 years ago
|
Component: General → Layout: View Rendering
Product: Firefox → Core
QA Contact: general → layout.view-rendering
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
I've got Firebug 1.6X.0a10 and Weave 1.3b2 installed.
Reporter | ||
Comment 3•15 years ago
|
||
I've also turned on DirectWrite in the config. So this might be affecting it.
Comment 4•15 years ago
|
||
Does turning on dwrite help, then?
Reporter | ||
Comment 5•15 years ago
|
||
The error only occurs when I have DirectWrite enabled in the config. I've found that I can cause the error to happen by resizing the window sideways (making it taller or shorter seems to have no effect). It seems to happen most when the window is narrower than the page. When dragging to resize the 'stepped' effect will flash on and off.
Reporter | ||
Comment 6•15 years ago
|
||
I've uploaded a video here: http://www.betleywhitehorne.com/misc/video.html
Updated•15 years ago
|
Blocks: dwrite
Status: UNCONFIRMED → NEW
Component: Layout: View Rendering → Graphics
Ever confirmed: true
QA Contact: layout.view-rendering → thebes
Summary: Overly spaced rendering of dotted borders → Overly spaced rendering of dotted borders with dwrite enabled
Comment 7•15 years ago
|
||
Do you also have D2D enabled? I suspect you do :)
Comment 8•10 years ago
|
||
This is WFM nowadays.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•