[jbosstools-issues] [JBoss JIRA] (JBIDE-17580) Unable to scroll in CordovaSim on Mac OS X

Vineet Reynolds (JIRA) issues at jboss.org
Wed Jun 11 02:31:15 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-17580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vineet Reynolds updated JBIDE-17580:
------------------------------------

    Attachment: BrowserSimVsCordovaSim.png


Comparison of BrowserSim behavior versus CordovaSim for the same app and CSS stylesheets. BrowserSim works fine, as seen here.

> Unable to scroll in CordovaSim on Mac OS X
> ------------------------------------------
>
>                 Key: JBIDE-17580
>                 URL: https://issues.jboss.org/browse/JBIDE-17580
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: browsersim
>    Affects Versions: 4.2.0.Beta2
>            Reporter: Vineet Reynolds
>         Attachments: BrowserSimVsCordovaSim.png
>
>
> 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:
> {noformat}
> html, body {
>     overflow-x: hidden;
>     overflow-y: auto;
> }
> {noformat}
> 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).



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list