Closed
Bug 10090
Opened 26 years ago
Closed 23 years ago
Off-by-one-error when scrolling down
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mwa, Assigned: duncan)
References
()
Details
Attachments
(1 file)
2.08 KB,
patch
|
netscape
:
review+
|
Details | Diff | Splinter Review |
A 1 pixel set of semi-random-looking trail is left when scrolling down (but not up).
(NB: BeOS R4.5)
Updated•26 years ago
|
Assignee: hyatt → duncan
Comment 2•26 years ago
|
||
No. It's reported on the BeOS, so I'm giving it to duncan.
Afaik, the port has been updated to require BeOS 5.0. At least, that's what I think all of the current developers are using. I was unable to reproduce the bug in my latest cvs build.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 4•23 years ago
|
||
This bug is back with a vengeance in Mozilla 0.9.7. I have found and corrected three off-by-one errors in the following files:/mozilla/gfx/src/beos/nsDrawingSurfaceBeOS.cpp/mozilla/gfx/src/beos/nsScreenBeOS.cpp/mozilla/gfx/src/beos/nsRegionBeOS.cppCurrently testing this fix. It is the cause of the missing line when scrolling, but also of the one pixel of garbage around all views, the missing bottom line of the URL history drop down menu, etc.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
*** Bug 114349 has been marked as a duplicate of this bug. ***
This patches the files mentioned above by Daniel. Everything seems to be
working fine, now.
Can I get an r= on this?
Comment 7•23 years ago
|
||
Comment on attachment 62795 [details] [diff] [review]
Minor changes mentioned above
I see the problem now. With the patch, the problem goes away but scrolling
seems to be a bit choppier (or maybe that's my imagination). r=cls
Attachment #62795 -
Flags: review+
Patch committed. Marked fixed.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•