Closed
Bug 2566
Opened 26 years ago
Closed 26 years ago
nsHTMLButtonControlFrame and incremental reflow
Categories
(Core :: Layout, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: troy, Assigned: eric)
Details
The Reflow() function of nsHTMLButtonControlFrame doesn't properly handle
incremental reflow. I added some code to keep it from crashing, but it's still
not correct
Why do you have a single child frame that is an area-frame? Wouldn't it be
better if nsHTMLButtonControlFrame was derived from nsAreaFrame instead? Then
you wouldn't need to deal with all the incremental reflow issues...
Updated•26 years ago
|
Assignee: karnaze → pollmann
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Assignee: pollmann → evaughan
Status: ASSIGNED → NEW
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed in April 23rd Build.
You need to log in
before you can comment on or make changes to this bug.
Description
•