Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-3123

Style sheet (CSS) references in demo HTML files are incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.3.1.4
    • 10.3.2.1, 10.4.1.3
    • Demos/Scripts
    • None

    Description

      Most HTML files describing demos in the demo directory contain a reference to the style sheet "csfull.css". In a Derby -bin distribution this file is located in the demo/programs/ directory. In the source tree, this file is located in the java/demo/ directory. The references to this file have relative paths, such as "../csfull.css". Some of the references are incorrect, because they are pointing to the wrong relative directory.

      The consequences are that the pages are displayed in the browser without the intended style, and that there is an inconsistent style in use among the demos (because some references work while others don't).

      [demo]$ find . -name "*.html" | xargs grep "csfull.css"
      ./toursdb/toursdb_readme.html:<link rel="stylesheet" type="text/css" href="../../csfull.css" title="toursdb">
      ./workingwithderby/readme.html:<link rel="stylesheet" type="text/css" href="../csfull.css" title="sample">
      ./nserverdemo/readme.html:<link rel="stylesheet" type="text/css" href="../csfull.css" title="sample">
      ./simple/example.html:<link rel="StyleSheet" href="../../csfull.css" type="text/css" media="screen">
      ./demo.html:<link rel="stylesheet" type="text/css" href="../csfull.css" title="sample">
      ./navbar.html:<link rel="stylesheet" type="text/css" href="../csfull.css" title="sample">

      The above reveals that the CSS reference is wrong in the following files:
      toursdb/toursdb_readme.html
      simple/example.html
      demo.html
      navbar.html

      Attachments

        1. d3123.diff
          2 kB
          John Embretsen

        Issue Links

          Activity

            People

              johnemb John Embretsen
              johnemb John Embretsen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: