Menu

#442 Mozilla FireFox Beta 1 JavaScript Errors

v1.3
open
nobody
5
2005-09-18
2005-09-18
No

While viewing the HTML documentation generated by the
MSDN documenter, the contents pane doesn't display or
function properly and a number of JavaScript errors are
logged:

Error: Expected color but found 'f0f0f0'. Expected
color but found 'f0f0f0'. Expected end of value for
property but found 'f0f0f0'. Error in parsing value
for property 'border'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/tree.css
Line: 39

Error: Error in parsing value for property 'cursor'.
Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 135

Error: Unknown property 'disambiguator'. Declaration
dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 219

Error: Unknown property 'separator'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 220

Error: Unknown property 'prefix'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 221

Error: Unknown property 'postfix'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 222

Error: Unknown property 'filterString'. Declaration
dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 223

Error: Unknown property 'behavior'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 246

Error: Expected end of value for property but found
','. Error in parsing value for property 'margin'.
Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 404

Discussion

  • Jonathan Liu

    Jonathan Liu - 2005-09-18

    Fixed tree.css

     
  • Jonathan Liu

    Jonathan Liu - 2005-09-18

    Logged In: YES
    user_id=831373

    A fix has been checked into CVS.

    The latest source can be obtained from
    http://ndoc.sourceforge.net/ndoc-nightly.zip

     
  • Jonathan Liu

    Jonathan Liu - 2005-09-18

    Logged In: YES
    user_id=831373

    Okay fixed tree.css. It was missing # before f0f0f0.
    "f0f0f0" -> "#f0f0f0".

     
  • Jonathan Liu

    Jonathan Liu - 2005-09-18

    Logged In: YES
    user_id=831373

    Error: Error in parsing value for property 'cursor'.
    Declaration dropped.
    Source File:
    file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
    Line: 135

    "cursor: hand;" is Internet Explorer specific.
    Fix: Change to "cursor: pointer;".

     
  • Jonathan Liu

    Jonathan Liu - 2005-09-18

    Logged In: YES
    user_id=831373

    MSDN.css appears to be using some IE-specific extensions.
    That explains incompatibility with FireFox.

     

Log in to post a comment.

MongoDB Logo MongoDB