Closed
Bug 139589
Opened 23 years ago
Closed 20 years ago
Problem with shown/hidden elements not rendering fully/not hiding fully.
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dhtmlkitchen, Unassigned)
References
()
Details
(Keywords: qawanted)
Attachments
(1 file, 1 obsolete file)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 2002041712
When a Menu is shown for the first time, it is positioned and then the
visibility is set to hidden. But when it is shown again, if it does not need
repositioning, the element will be shown it the place where it is positioned.
The problem is with Mozilla not fully rendering the element when it is shown the
second time.
Also, when hiding a Menu, the menu will sometimes leave a ghost of itsself in
the form of pixel "junk":
http://dhtmlkitchen.com/dhtml/ui/oomenubar/examples/mouseover/index.html
Reproducible: Always
Steps to Reproduce:
1.http://dhtmlkitchen.com/dhtml/ui/oomenubar/examples/topnav/index.html
2. get a submenu
3. close the menu (by getting another submenu or mousing over another item)
4. show the same submenu.
Actual Results: The second time the menu is shown, it will be only partially
visible.
Expected Results: Menu should be 100% visible.
Comment 1•23 years ago
|
||
worksforme, linux trunk build 2002-04-22-07. Is this Mac-only?
Confirmed using FizzillaCFM/2002041712 (RC1).
Probably DOM 0, so reassigning. Needs a minimized testcase.
Assignee: sgehani → jst
Status: UNCONFIRMED → NEW
Component: XP Apps → DOM Level 0
Ever confirmed: true
Keywords: qawanted
QA Contact: paw → desale
Summary: problem with shown/hidden elements not rendering fully/not hiding fully. → Problem with shown/hidden elements not rendering fully/not hiding fully.
Comment 3•23 years ago
|
||
No, if it appears then the DOM is doing the right thing.... If it's not painted
fully, it's a painted problem.
Assignee: jst → kmcclusk
Component: DOM Level 0 → GFX Compositor
QA Contact: desale → petersen
| Reporter | ||
Comment 4•23 years ago
|
||
I noticed that the window is repainted when it is resized or scrolled. Try
resizing the window. Try making the window very short (100px) and
reload.
My result: No effect -- the anomalous scrollbar is visible if you scroll or
resize the window.
The only thing that makes it go away is by setting it's container to hidden
via javascript. This is done by clicking the tab it's in and then clicking
another tab.
Hope this helps.
| Reporter | ||
Comment 5•23 years ago
|
||
Updated•23 years ago
|
Attachment #81505 -
Attachment mime type: text/plain → text/html
Comment 6•23 years ago
|
||
Rod, didn't you fix this a few weeks back? Was that Linux-only?
Comment 7•23 years ago
|
||
Comment on attachment 81505 [details]
A textarea inside a div that is hidden with css
reporter attached this to the wrong bug...
Attachment #81505 -
Attachment is obsolete: true
Comment 8•23 years ago
|
||
WFM: Using 2002050108 build on WinXP and going to
http://dhtmlkitchen.com/dhtml/ui/oomenubar/examples/topnav/index.html
Mac port issue?
Reassigning to Don.
Assignee: kmcclusk → dcone
Priority: -- → P2
Target Milestone: --- → Future
Debugging this is going to be a nightmare. I've constructed a "testcase" (I'm
hesitant to even use the term) HTML file that includes all relevant CSS and JS
inline, and it's still ginormous, and horridly formatted to boot. (Whoever made
it is one of those people who believes in removing all possible whitespace. Let
them debug this.)
Comment 10•23 years ago
|
||
Comment 11•21 years ago
|
||
maybe this is a smaller example of the same problem?
http://forums.mozillazine.org/viewtopic.php?t=76839
http://www.maletin.de/display.html
Comment 12•21 years ago
|
||
It's not.
Comment 13•20 years ago
|
||
is this still a problem on mac?
Assignee: dcone → general
Priority: P2 → --
QA Contact: chrispetersen → ian
Target Milestone: Future → ---
Comment 14•20 years ago
|
||
(In reply to comment #13)
> is this still a problem on mac?
Menus are rendered ok in the testcase (comment #10) with a 11 days old SeaMonkey
trunk build (Mac OS 10.3.9). The URL is gone.
Comment 15•20 years ago
|
||
resolving WORKSFORME
Status: NEW → RESOLVED
Closed: 20 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
•