[zanata-bugs] [Bug 986738] New: Webassets icons not loading for History dialog in Firefox

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 22 01:26:02 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=986738

            Bug ID: 986738
           Summary: Webassets icons not loading for History dialog in
                    Firefox
           Product: Zanata
           Version: development
         Component: Component-UI
          Severity: low
          Assignee: irooskov at redhat.com
          Reporter: djansen at redhat.com
        QA Contact: zanata-qa at redhat.com
                CC: zanata-bugs at redhat.com

Description of problem:
The icons to the left of history items and the comment box are not loading in
Firefox. They work fine in Chrome.

Version-Release number of selected component (if applicable):
Dev

How reproducible:
Easily, always

Steps to Reproduce:
1. Go to a document translation in Firefox
2. Press the History button
3. Repeat for Chrome, see the difference

Additional info:
Grabbed the style from the inspectors.

Chrome:

.new-zanata .i {
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
zoom: 1;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'Zanata';
line-height: 1em;
speak: none;
-webkit-font-smoothing: antialiased;
}

Firefox:

.new-zanata .i--comment:before {
    content: "";
}
.new-zanata *, .new-zanata *:before, .new-zanata *:after {
    -moz-box-sizing: border-box;
}
.new-zanata *, .new-zanata *:before, .new-zanata *:after {
    -moz-box-sizing: border-box;
}
.new-zanata .i {
    display: inline-block;
    font-family: 'Zanata';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    text-transform: none;
    vertical-align: middle;
}
.new-zanata *, .new-zanata *:before, .new-zanata *:after {
    -moz-box-sizing: border-box;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=OETBptlfYh&a=cc_unsubscribe




More information about the zanata-bugs mailing list