Thread overview | |||||
---|---|---|---|---|---|
|
October 13, 2005 Browser compatibility issues of D's HTML documentation | ||||
---|---|---|---|---|
| ||||
I did not see a better place, so I am posting here. 1) Mozilla Firefox does not display this page well: http://www.digitalmars.com/d/phobos/phobos.html Because, unlike other pages, this page does not use a style sheet, but uses a basefont tag, which Firefox does not seem to support. 2) IE6 of my Windows XP SP2 box strangely thinks the local D HTML documentation has ActiveContent, and displays a warning. This does not happen when I view the page online. It is triggered by onFocus='if(this.value == "Search"){this.value="";}'. Really folly of Microsoft, it seems. I do not know how to deal with this annoying case, except taking it or deleting all onFocus's. Best regards, Yongwei |
October 13, 2005 Re: Browser compatibility issues of D's HTML documentation | ||||
---|---|---|---|---|
| ||||
Posted in reply to Wu Yongwei | You can solve the local file problem a few ways: 1. Check "Allow active content to run in files on My Computer" in Tools -> Internet Options... -> Advanced. 2. Add the "mark of the web" to the pages, as defined here: http://msdn.microsoft.com/security/productinfo/XPSP2/securebrowsing/lockdown_devimp.aspx As for the Mozilla <basefont> problem, it isn't that bad... but hopefully all the pages will be migrated to use stylesheets a little. -[Unknown] > 2) IE6 of my Windows XP SP2 box strangely thinks the local D HTML documentation > has ActiveContent, and displays a warning. This does not happen when I view the > page online. It is triggered by onFocus='if(this.value == > "Search"){this.value="";}'. Really folly of Microsoft, it seems. I do not know > how to deal with this annoying case, except taking it or deleting all onFocus's. |
October 13, 2005 Re: Browser compatibility issues of D's HTML documentation | ||||
---|---|---|---|---|
| ||||
Posted in reply to Wu Yongwei | Wu Yongwei napsal(a): > I did not see a better place, so I am posting here. > > 1) Mozilla Firefox does not display this page well: > > http://www.digitalmars.com/d/phobos/phobos.html > > Because, unlike other pages, this page does not use a style sheet, but uses a > basefont tag, which Firefox does not seem to support. > > 2) IE6 of my Windows XP SP2 box strangely thinks the local D HTML documentation > has ActiveContent, and displays a warning. This does not happen when I view the > page online. It is triggered by onFocus='if(this.value == > "Search"){this.value="";}'. Really folly of Microsoft, it seems. I do not know > how to deal with this annoying case, except taking it or deleting all onFocus's. > > Best regards, > > Yongwei > > i found one minor bug in web :) http://www.digitalmars.com/d/comparison.html#Contracts there's bad link in Contract Programming (http://www.digitalmars.com/ctg/designbycontract.html), => 404, it should be http://www.digitalmars.com/ctg/contract.html |
Copyright © 1999-2021 by the D Language Foundation