Open
Bug 408059
Opened 17 years ago
Updated 2 years ago
Dirty rect is too much clipped when passed to nsLayoutUtils::Paint() for native widgets
Categories
(Core :: Layout, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: frnchfrgg, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.8) Gecko/20071004 Iceweasel/2.0.0.8 (Debian-2.0.0.8-1)
Build Identifier:
It seems the dirty area is intersected with the widget's rect before the call to nsLayoutUtils::Paint(), and so before the creation of the display list; I didn't succeed in finding where, but my musings lead me to Presshell, so I'm putting it in this component.
This bug has been encountered while fixing bug 399532
Reproducible: Always
Updated•6 years ago
|
Product: Core → Core Graveyard
Assignee | ||
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•