Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4852280

IE displays unnecessary horizontal scroll bar in frameset in J2SE API spec

XMLWordPrintable

    • b30
    • x86
    • windows_98

      Name: rmT116609 Date: 04/22/2003

      DESCRIPTION OF THE PROBLEM :
       
      http://java.sun.com/j2se/1.3/docs/api/index.html
      http://java.sun.com/j2se/1.4.1/docs/api/index.html
      http://java.sun.com/j2se/1.4.2/docs/api/index.html


      The index-file of the docs is a frameset. But the right frame is too wide to fit in the window.

      ...
      <FRAMESET cols="20%,80%">
      <FRAMESET rows="30%,70%">
      <FRAME src="overview-frame.html" name="packageListFrame" >
      <FRAME src="allclasses-frame.html" name="packageFrame">
      </FRAMESET>
      <FRAME src="overview-summary.html" name="classFrame">
      </FRAMESET>
      ...

      So it is better like this:

      ...
      <FRAMESET cols="20%,80%">
      <FRAMESET rows="30%,70%">
      <FRAME src="overview-frame.html" name="packageListFrame" >
      <FRAME src="allclasses-frame.html" name="packageFrame">
      </FRAMESET>
      <FRAME src="overview-summary.html" name="classFrame"
      scrolling="yes">
      </FRAMESET>
      ...


      The the output from typing `diff index.html index.html.new
      ` at the DOS prompt looks like this:

      15c15
      < <FRAME src="overview-summary.html" name="classFrame">
      ---
      > <FRAME src="overview-summary.html" name="classFrame"
      scrolling="yes">


      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Just open the index-file. It does not need any further explanation.
      Please see the attached "doc.jpg" file.

      REPRODUCIBILITY :
      This bug can be reproduced always.
      (Review ID: 166758)
      ======================================================================

            jhosunw Jamie Ho (Inactive)
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: