Closed
Bug 384429
Opened 18 years ago
Closed 15 years ago
MSDN pages rendering on Mac (menus ?)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: poumeyrol, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-11-01])
Attachments
(1 file)
|
63.55 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
The main window of most of MSDN pages does not render correctly on a Mac. The issue seams to be related to the popup menus/breadcrumbs at the top of the main page.
Reproducible: Always
Steps to Reproduce:
1. Browse to http://msdn2.microsoft.com/en-us/library/system.io.stream.readbyte(VS.71).aspx on a Mac, using Firefox.
2. If the display looks fine, play a bit with the main frame scroll bar, and with your tabs.
Nothing very fancy in my setup... Adblock and webdeveloper toolbar mostly.
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 2•18 years ago
|
||
- Reproduced on several macs, intel or powerpc based.
- Reproduced on Seamonkey too. (Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2)
Comment 3•18 years ago
|
||
I can verify this problem still exists.
My version:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9
I have no plugins or extensions; it's vanilla.
The problem has something to do with the following code within the page:
<script type="text/javascript">
<!--
function Toc_LoadIframe(){
var html = "<iframe onload=\"TocLoader_HideMessage();\" id=\"tocIFrame\" class=\"tocFrame\" src=\"/en-us/library/system.io.stream.readbyte(VS.71,d=toc).aspx\" frameborder=\"0\" />";
document.getElementById("iframeContainer").innerHTML+=html;
tocOpenCollapseHandler = null
}
function Toc_PageLoad(){
if(!isTocCollapsed){
window.setTimeout(Toc_LoadIframe,100);
}
tocOpenCollapseHandler = function(isCollapsed){
if(!isCollapsed){
window.setTimeout(Toc_LoadIframe,100);
}
}
}
If you comment out the line
document.getElementById("iframeContainer").innerHTML+=html;
in Toc_LoadIframe(), the display problem goes away.
For what it's worth, it looks like the document it's loading into the iframe is the table of contents that goes along the left-hand side of the screen. You can see it here: http://msdn2.microsoft.com/en-us/library/system.io.stream.readbyte(VS.71,d=toc).aspx
Comment 4•16 years ago
|
||
Could not reproduce it in:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2a1pre) Gecko/20090216 Minefield/3.2a1pre
Comment 5•15 years ago
|
||
This is a mass search for bugs which are in the Firefox General component, are
UNCO, have not been changed for 500 days and have an unspecified version.
Reporter, can you please update to Firefox 3.6.10 or later, create a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles, and test again. If you still see the issue, please update this bug. If the issue is gone, please set the status to RESOLVED > WORKSFORME.
Whiteboard: [CLOSEME 2010-11-01]
Comment 6•15 years ago
|
||
No reply from reporter, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•