Closed
Bug 660118
Opened 14 years ago
Closed 14 years ago
Using scrollwheel to scroll page leaves artifacts on screen in certain situations (repaint issue)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: amy.stewart, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
|
85.57 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17
I have an element that starts off absolutely positioned, that then switches to a static positioned element once the browser scrolls past a certain point. The element also has overflow-y: auto assigned to it to scroll independently from the page.
In Firefox 3.6 - once it hits its static position, using the scrollwheel causes artifacts to be left on the portion of the screen with the overflow. Dragging the scrollbar sets everything right again.
Reproducible: Always
Steps to Reproduce:
1. Used mouse wheel to scroll a portion of a page with an overflow property and fixed positioning
2.
3.
Actual Results:
Artifacts left behind, screen not repainted properly
Grabbed a better screenshot
Attachment #535515 -
Attachment is obsolete: true
Comment 3•14 years ago
|
||
Can you attach a reduced Testcase or point to a URL showing the Issue?
Does it happen in Firefox 3.6 only? What about 4/5/6/Trunk?
Version: unspecified → 3.6 Branch
(In reply to comment #3)
> Can you attach a reduced Testcase or point to a URL showing the Issue?
> Does it happen in Firefox 3.6 only? What about 4/5/6/Trunk?
Sorry this took so long. Had to extract it from an internal web-app. Here is a URL that displays the issue for me:
http://www.wormfood.com/test/ff36-smear.html
I've only seen the behavior with 3.6 on the Mac. Tested it out in 4, and didn't see any problem.
Noticing now that it happens with a 2 finger scroll on the macbook too in addition to mousewheel. I captured a video of what I'm seeing as well:
http://www.wormfood.com/test/ff36-scroll.swf
Comment 5•14 years ago
|
||
Thanks! The Issue isn't happening on Firefox 3.6 (and later) on WinXP.
Since it works for you on MacOS on 4 too I presume what is to be checked what Checkin in the 4 Cycle fixed this and if it's feasible to backport it to the 1.9.2. Branch.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: 3.6 Branch → 1.9.2 Branch
WFM also on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0a1) Gecko/20110620 Firefox/7.0a1
Considering comment4, can you please change the status of this bug to Resolved WFM.
Thx
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•