Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-17580

Unable to scroll in CordovaSim (SWT.WEBKIT only) on Mac OS X

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.Beta3
    • 4.2.0.Beta2
    • browsersim
    • None

      When text overflows the screen, CordovaSim does not display a vertical scrollbar on the Mac. This requires adding some CSS rest rules explicitly, namely this:

      html, body {
          overflow-x: hidden;
          overflow-y: auto;
      }
      

      Then and only then does the vertical scrollbar appear. This CSS reset should not be necessary only for the Mac. It is not required in other OSes and also not even on BrowserSim (on Mac).

            kmarmaliykov Konstantin Marmalyukov (Inactive)
            vineet.reynolds_jira Vineet Reynolds (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: