Closed
Bug 104877
Opened 24 years ago
Closed 24 years ago
Clipping issues with transparent floating dealies
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: bugzilla3, Assigned: kmcclusk)
References
()
Details
Attachments
(2 files)
Floating thingies, like the one on the upper right of that URL, seem to have
some clipping issues. If i scroll up and down, i get temporary artifacts like
the ones visible in the screenshots i'm about to attach.
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
sounds like layout.
Assignee: harishd → attinasi
Component: Parser → Layout
QA Contact: moied → petersen
Comment 4•24 years ago
|
||
Mike, what build are you using? Are you seeing really slow scrolling on that
page too?
| Reporter | ||
Comment 5•24 years ago
|
||
Sorry, i thought Moz would automatically fill that in. It's the latest nightly:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011012, build 2001101508
The page doesn't seem terribly slow, but there is a slight latency on the
background as seen through the transparent thingie:
1. I scroll
2. The background updates immediately, except the background as seen through the
transparent floating dealie
3. Slight pause (~250 ms)
4. The background, as seen through the transparent floating dealie, is updated
Comment 6•24 years ago
|
||
sounds like a painting bug...
Assignee: attinasi → kmcclusk
Status: UNCONFIRMED → NEW
Component: Layout → Compositor
Ever confirmed: true
Comment 7•24 years ago
|
||
At least we lay the page out correctly! But it is really slow to repaint that
transparent floating DIV. It has it's own window and we have to recomposite that
window with the contents behind it and in doing so blend the bitmaps - ech.
Maybe there is some clipping optimizations we can do to speed it up though. I
wonder if the size of the transparent fixed item makes any difference - I have a
hunch it does not. testcase anyone?
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
| Assignee | ||
Comment 8•24 years ago
|
||
Bulk moving Mozilla1.01 bugs to future-P1. I will pull from the future-P1 list
to schedule bugs for post Mozilla1.0 milestones
Priority: -- → P1
Target Milestone: mozilla1.0.1 → Future
| Assignee | ||
Comment 9•24 years ago
|
||
WFM: Using 2002070204 build on WinXP. This issue should also have been fixed for
Linux. dcone fixed the transparent menu which was rendered as a tiled background
png with opacity.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Priority: P1 → P2
Resolution: --- → WORKSFORME
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•