Closed
Bug 141382
Opened 23 years ago
Closed 22 years ago
Repainting problem when hiding/showing a div
Categories
(Core Graveyard :: GFX, defect, P1)
Core Graveyard
GFX
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Future
People
(Reporter: ricky, Assigned: kmcclusk)
References
()
Details
(Keywords: topembed+)
Set overflow: auto; on a div, then call
document.getElementById('myDiv').style.visibility = 'hidden';.
The div does not hide unless you make the window repaint, e.g. tab between
applications. The same applies for "showing" the div. Bug doesn't occur if
overflow: auto; is removed. Occurs on Moz .9.9/Win98, .9.9/Win2k, 1.0
RC1/RedHat 7.2.
![]() |
||
Comment 1•23 years ago
|
||
Confirmed on Linux as well.
Assignee: Matti → kmcclusk
Status: UNCONFIRMED → NEW
Component: Browser-General → GFX Compositor
Ever confirmed: true
OS: Windows 98 → All
QA Contact: imajes-qa → petersen
Hardware: PC → All
Assignee | ||
Comment 2•23 years ago
|
||
Using 2002050108 trunk build on WinXP it shows and hides the contents correctly
but the border is not cleared and redrawn properly.
Priority: -- → P1
Target Milestone: --- → Future
Comment 3•22 years ago
|
||
batch: adding topembed per Gecko2 document
http://rocknroll.mcom.com/users/marek/publish/Gecko/Gecko2Tasks.html
Keywords: topembed
Updated•22 years ago
|
Assignee | ||
Comment 4•22 years ago
|
||
WFM: Using 2002101508 build on WINNT.
Assignee | ||
Comment 5•22 years ago
|
||
WFM: Using 10/15/2002 cvs trunk build on Linux.
Resolving WFM.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•