Closed Bug 191321 Opened 22 years ago Closed 22 years ago

When using the menu the Flash object disappears

Categories

(SeaMonkey :: General, defect)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: skickahit10, Assigned: asa)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021212

When you move the mouse over the menu at your left side the Flash object
disappears. It reappears as soon as you move the mouse away from the menu.

Reproducible: Always

Steps to Reproduce:
1.Move the mouse over the menu on the left side
2.The Flash object now disappears
3.

Actual Results:  
The Flash object disappeared

Expected Results:  
The Flash object should not disappear
This is just the intended behaviour.
In previous browsers some elements are known to be very hard to deal with in
order to put things over them and the only solution is to hide them.

looking at
http://a799.g.akamai.net/3/799/388/e550103d010b73/www.msnbc.com/tools/nm/nmjs03.js

there is code that seems to be used just for this workaround:

if(nD==0){var
sV=b?'hidden':'',o;nm_mv('SELECT',sV);nm_mv('OBJECT',sV);nm_mv('EMBED',sV);nm_mv('IFRAME',sV);if(nm_nNN)nm_mv('INPUT',sV);}nm_nD=nD;}function
nm_mv(sT,sV){var ao=document.getElementsByTagName(sT);for(var
io=0;io<ao.length;io++){var
o=ao[io];if(!o||o.nm_bOk)continue;o.style.visibility=sV;}}

Marking this as invalid. 
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.