New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 599884 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Apr 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 1
Type: Bug-Regression



Sign in to add a comment

[Custom Formatters] 'bindRemoteObject' is missing

Reported by antonin....@gmail.com, Apr 1 2016

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36

Steps to reproduce the problem:
1. run cljs-devtools-sample web server by following: https://github.com/binaryage/cljs-devtools-sample#local-setup
2. navigate to http://localhost:7000
3. click a disclosure triangle to expand any custom formatted with green-ish background, for example the first one [nil 43 0.1 ...]

What is the expected behavior?
Custom-formatted item should get expanded.

What went wrong?
Javascript console errors with "... Custom Formatter Failed: ReferenceError: bindRemoteObject is not defined"

Did this work before? Yes broke sometime mid March 2016 in canaries

Chrome version: 51.0.2696.0  Channel: canary
OS Version: OS X 10.11.4
Flash Version: Shockwave Flash 21.0 r0

possibly related to https://bugs.chromium.org/p/chromium/issues/detail?id=595206

This is not an isolated cljs-devtools issue, the same breakage is reported from immutable-devtools as well:
https://github.com/andrewdavey/immutable-devtools/issues/19
https://github.com/binaryage/cljs-devtools/issues/14
 
Owner: kozyatinskiy@chromium.org
Status: Assigned (was: Unconfirmed)
Labels: -Pri-2 Pri-1
Labels: -Type-Bug Type-Bug-Regression
Status: Started (was: Assigned)
https://codereview.chromium.org/1855393003/
Status: Fixed (was: Started)
I confirm that it is fixed in 51.0.2702.0 canary (64-bit) [Mac].

Thank you for quick resolution.
Unfortunately it seems not all cases got fixed by this. 

I'm getting bug reports from some users having this issue in more recent Chrome versions under some circumstances. It looks to me that there are still some code paths which end up with "bindRemoteObject is not defined".

https://github.com/binaryage/dirac/issues/20
https://github.com/binaryage/cljs-devtools/issues/14 


Sign in to add a comment