Closed
Bug 33971
Opened 25 years ago
Closed 25 years ago
[REFLOW]Entire HTML content area repaints when mousing over a link
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
CLOSED
FIXED
M16
People
(Reporter: sfraser_bugs, Assigned: pierre)
Details
When you mouse over a link in current builds, the entire HTML content area
repaints (even when nothing changes position).
The problem appears to be in some reflow code, which appears to be doing a two-
pass reflow. In the first pass, the height of the view is changed (from 5085 to
5092 twips high in one example), and in the second pass, the height is changed
back to its original size (5092 to 5085 twips). However, a side-effect of this
sizes change is that the entire view gets invalidated, which causes a redraw.
Reporter | ||
Comment 1•25 years ago
|
||
Note: to see the repaint, you should run with double-buffering turned off
(#define in both view managers).
Assignee | ||
Comment 6•25 years ago
|
||
I'm taking it: it's similar to 32518 and other mouseover problems.
Assignee: evaughan → pierre
Status: ASSIGNED → NEW
OS: Mac System 8.5 → All
Priority: P3 → P2
Summary: Entire HTML content area repaints when mousing over a link → [REFLOW]Entire HTML content area repaints when mousing over a link
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 7•25 years ago
|
||
I don't believe this happens any more.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
Correct: it works now.
Comment 9•25 years ago
|
||
I don't see this problem either in the May 22nd build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•