Closed
Bug 3955
Opened 26 years ago
Closed 25 years ago
Multiple size events
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M13
People
(Reporter: kmcclusk, Assigned: kmcclusk)
Details
Each time a WIN32 nsWindow is resized all of the child windows attached to
it generate resize events. This causes double reflow/paints if invalidate is
called on the window as the result of a resize.
Invalidate, invalidates all of the child window's causing repaints.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6 → M7
Assignee | ||
Comment 1•26 years ago
|
||
This is currently not a problem, since invalidate is not called on the window as
the result of a resize.
Need to decide on the policy for the generation of resize events for nsIWidget.
Example: Should all child widgets generate resize events each time the top-level
window is resized, or should only the top-level window generate a resize event.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M9
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 3•26 years ago
|
||
Moving to M11
Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M13
Assignee | ||
Comment 4•26 years ago
|
||
Moving to M13
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 5•25 years ago
|
||
This bug was solved by fixing 16270.
*** This bug has been marked as a duplicate of 16270 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•