You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Shawn McKinney (JIRA)" <ji...@apache.org> on 2016/03/09 23:11:40 UTC

[jira] [Commented] (FC-76) Firefox 36.0 breaks Fortress Web on Ubuntu 14.04

    [ https://issues.apache.org/jira/browse/FC-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15188150#comment-15188150 ] 

Shawn McKinney commented on FC-76:
----------------------------------

using these dependencies problem goes away:
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-java</artifactId>
      <version>2.52.0</version>
    </dependency>
    
    <dependency>
      <groupId>org.seleniumhq.selenium</groupId>
      <artifactId>selenium-common</artifactId>
      <version>2.0b1</version>
    </dependency>
    
    <dependency>
      <groupId>org.seleniumhq.selenium.client-drivers</groupId>
      <artifactId>selenium-java-client-driver</artifactId>
      <version>1.0.2</version>
    </dependency>


> Firefox 36.0 breaks Fortress Web on Ubuntu 14.04
> ------------------------------------------------
>
>                 Key: FC-76
>                 URL: https://issues.apache.org/jira/browse/FC-76
>             Project: FORTRESS
>          Issue Type: Bug
>    Affects Versions: 1.0.0-RC39
>            Reporter: Shawn McKinney
>             Fix For: 1.0.0-RC42
>
>         Attachments: Screenshot-Firefox-36- 2015-03-02.png
>
>
> After upgrading to FF 36 on ubuntu 14 on 1.0-RC40 snap.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)