-
Notifications
You must be signed in to change notification settings - Fork 2.4k
www.polymer-project.org unusable in firefox (ubuntu) #795
Comments
All of these pages work fine for me in FF 30, Mac. Can you verify on another platform. We've had other problems with FF Unbuntu in the past with gesture stuff. Seems they've gotten plenty wrong :( |
It's difficult for me to get access to a Mac / Windows machine to do this on. I may be able to come up with Vagrant instructions that demonstrate the problem this weekend. |
For #2, note that the demos don't appear in a popup. I think the design is causing a bit of confusion here -- the content area for the demos (which scrolls over the header) looks a little like a popup. Clicking the left-hand links should navigate to a new demo, however. Also, the demos should really have a link back to the docs. Otherwise, there's no way to return to the docs except the Back button, or to find the docs, if you navigated in via the demo. |
Do you have AdBlock installed? I see a couple of bugs on Firefox Linux that mention the error message, but they both have to do with the AdBlock extension: https://bugzilla.mozilla.org/show_bug.cgi?id=919387 It's just possible the issue is related to AdBlock (although it does not occur on FF Mac with AdBlock Plus). It's also possible that both AdBlock and the Polymer website are triggering the same bug in FF for Linux. If you do have AdBlock installed, could you try the page again with extensions disabled (or in a fresh user profile) to see if it's related to the extension? Thanks for your help! |
I launched firefox with a new profile which had no addons on it. The results:
So the designer issue is caused by an addon that I have. I do use Adblock Edge so that sounds like a likely candidate. |
The addon causing issues with the polymer designer was cookie controller. I had to allow cookies for polymer-project.org, which also allows DOM local storage. I suspect this is the problem because no cookies for polymer project have been created. The designer now suffers from the same flaw as the other two issues:
Addons do not relate to this because the behaviour is the same in the new profile. |
Firefox has recently updated to 34.0, the issues are still present. |
FF 34 on ubuntu: |
None of those warnings should be fatal errors. |
If it helps with #3, I just opened the designer with FF Ubuntu 34.0, none of the right side toolbars work (Properties/Styles/Palette/Tree), and I have the following error repeated several times in the console: "Exception caught during observer callback: .makeSingleAnimation@data:text/javascript;charset=utf-8 [... lots of garbage cut off] which points to line 12 of /tools/designer/components/polymer/polymer.js (pasting in what looks like a call-stack below, sorry noob here) FWIW the source for that file does have version 0.5.1 in the header. I disabled Ubuntu Firefox Modifications Add-on (the only add-on) and tried again, same issue. |
Fix for at least the first two problems is going to require a new release of polymer. Please stand by. |
All three of these issues appear to be fixed in Polymer 0.5.2, and on the latest site. Tested in FF 34 on Trusty. If you see any regressions, please let me know! |
Yep, all 3 issues are fixed, you rock, thanks! |
Confirmed! Great stuff, thank you. |
Everything ok. It works!!!. Thanks. 2014-12-12 10:58 GMT+01:00 matthewfranglen [email protected]:
|
Updating Polymer components to 0.5.2 and disabling AdBlock Plus make it work again. |
From @matthewfranglen on December 3, 2014 13:1
Steps to replicate this issue:
Using Firefox 28 or 33 on Ubuntu:
Expected results:
When visiting the polymer elements documentation I expect to be able to use the navigation.
When visiting the documentation for an individual element I expect to be able to dismiss the demonstration. I also expect to be able to navigate to other elements.
When visiting the designer tool I expect to see more than a blank page.
Observed results:
The polymer elements documentation navigation links are entirely unresponsive. The console shows:
The individual polymer element demo appears in a dialog and cannot be dismissed. The navigation links to other elements are entirely unresponsive. The console shiows:
The learn more link goes to https://developer.mozilla.org/en-US/docs/Security/MixedContent
The polymer design page is entirely blank. The console shows:
Copied from original issue: Polymer/polymer#991
The text was updated successfully, but these errors were encountered: