phetsims / scenery

Scenery is an HTML5 scene graph.
MIT License
55 stars 12 forks source link

Firefox errors on startup: Error in parsing value for 'left'/'right' #439

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

I'm creating this issue in scenery repo only because I don't have a clue where it's coming from.

When I run any sims in Firefox 38.0.5 on Mac (either requirejs or a build), I see the errors shown in the screenshot below. (In this case the sim is build-an-atom.) The sim seems to work after this, but I'm not certain whether it's a problem.

@jonathanolson any idea?

screenshot_542

jonathanolson commented 9 years ago

Unable to reproduce on the MacBook Air (10.9.5) with Firefox 38.0.5, FF's troubleshooting info is below. Can you post your info, or click through to the link (to view the code location it happened in) in the debug tools, and potentially see if there is a beautify option? I suspect it's probably a third-party library, but I'm not sure.

Application Basics
------------------

Name: Firefox
Version: 38.0.5
Build ID: 20150525141253
Update Channel: release
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Firefox/38.0
Multiprocess Windows: 0/1 (default: false)

Crash Reports for the Last 3 Days
---------------------------------

All Crash Reports

Extensions
----------

Name: Tree Style Tab
Version: 0.15.2015030601.1-signed
Enabled: true
ID: treestyletab@piro.sakura.ne.jp

Graphics
--------

Device ID: 0x 166
GPU Accelerated Windows: 1/1 OpenGL (OMTC)
Vendor ID: 0x8086
WebGL Renderer: Intel Inc. -- Intel HD Graphics 4000 OpenGL Engine
windowLayerManagerRemote: true
AzureCanvasBackend: quartz
AzureContentBackend: quartz
AzureFallbackCanvasBackend: none
AzureSkiaAccelerated: 0

Important Modified Preferences
------------------------------

accessibility.typeaheadfind.flashBar: 0
browser.cache.disk.capacity: 153600
browser.cache.disk.smart_size_cached_value: 307200
browser.cache.disk.smart_size.enabled: false
browser.cache.disk.smart_size.first_run: false
browser.cache.disk.smart_size.use_old_max: false
browser.cache.frecency_experiment: 1
browser.download.importedFromSqlite: true
browser.download.useDownloadDir: false
browser.places.smartBookmarksVersion: 7
browser.sessionstore.upgradeBackup.latestBuildID: 20150525141253
browser.startup.homepage: http://localhost/phet/git/phetmarks/
browser.startup.homepage_override.buildID: 20150525141253
browser.startup.homepage_override.mstone: 38.0.5
browser.tabs.insertRelatedAfterCurrent: false
browser.tabs.insertRelatedAfterCurrent.backup: true
dom.mozApps.used: true
dom.w3c_touch_events.expose: false
extensions.lastAppVersion: 38.0.5
font.internaluseonly.changed: false
gfx.color_management.display_profile: /Library/ColorSync/Profiles/Displays/Color LCD-513958C1-FE8C-A864-07A6-7D3E07A10528.icc
gfx.color_management.mode: 1
media.gmp-gmpopenh264.lastUpdate: 1432831255
media.gmp-gmpopenh264.version: 1.4
media.gmp-manager.buildID: 20150525141253
media.gmp-manager.lastCheck: 1435679534
network.cookie.prefsMigrated: true
network.predictor.cleaned-up: true
places.database.lastMaintenance: 1435679534
places.history.expiration.transient_current_max_pages: 21971
plugin.disable_full_page_plugin_for_types: application/pdf
plugin.importedState: true
plugin.state.quicktime plugin: 1
privacy.sanitize.migrateFx3Prefs: true
storage.vacuum.last.index: 1
storage.vacuum.last.places.sqlite: 1431217318

Important Locked Preferences
----------------------------

JavaScript
----------

Incremental GC: true

Accessibility
-------------

Activated: false
Prevent Accessibility: 0

Library Versions
----------------

NSPR
Expected minimum version: 4.10.8
Version in use: 4.10.8

NSS
Expected minimum version: 3.18.1 Basic ECC
Version in use: 3.18.1 Basic ECC

NSSSMIME
Expected minimum version: 3.18.1 Basic ECC
Version in use: 3.18.1 Basic ECC

NSSSSL
Expected minimum version: 3.18.1 Basic ECC
Version in use: 3.18.1 Basic ECC

NSSUTIL
Expected minimum version: 3.18.1
Version in use: 3.18.1

Experimental Features
---------------------
pixelzoom commented 9 years ago

Unable to reproduce

Do you have CSS errors enabled in your console output? It's a CSS error.

Can you post your info

What is "your info"? If it's the stuff you posted above, how do I get this?

or click through to the link (to view the code location it happened in) in the debug tools

There are no links in the console that take me to any code. Clicking on the URL link (far right of the console output screenshot) opens an empty Style Editor window.

jonathanolson commented 9 years ago

Do you have CSS errors enabled in your console output? It's a CSS error.

Yes, but I enabled warnings too. It's not an error, it's a warning.

What is "your info"? If it's the stuff you posted above, how do I get this?

Hamburger menu in upper right => Small question mark in bottom of menu => "Troubleshooting Information".

A bit tricky, and it looks like they have removed "About Firefox" in the version I'm running.

Don't worry about doing that, since I can reproduce.

There are no links in the console that take me to any code. Clicking on the URL link (far right of the console output screenshot) opens an empty Style Editor window.

Might see if I can get a breakpoint on CSS warning, or if I can debug it also in Chrome.

jonathanolson commented 9 years ago

Should be fixed, feel free to verify.

pixelzoom commented 9 years ago

Warning gone. Thanks. Closing.