-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click "more" for embeddable element doesn't work #2619
Comments
The problem also seems to appear within logs (e.g. 0b26bb78-ab2a-4874-9efd-39dd003717c7.mp4 |
This is the code which gets called when More is clicked: Pluto.jl/frontend/components/TreeView.js Lines 54 to 57 in f297b12
which in turns calls the following Julia code: Pluto.jl/src/webserver/Dynamic.jl Lines 488 to 504 in 83ec7c5
Now it makes sense for More in logs to not be working since reshow_cell only rerenders the output of the cell so the object id will always be unfound in the output. For the Here is the showmore handling in the actual renderer: Pluto.jl/src/runner/PlutoRunner.jl Lines 896 to 902 in 83ec7c5
|
Just noticed that 1d2c303 broke Pluto.jl/src/runner/PlutoRunner.jl Line 2385 in 83ec7c5
publish_to_js . Base.show(io::IO, m::MIME"text/html", e::EmbeddableDisplay) first be fixed on main?EDIT: see below. |
Ah, in fact, the Pluto.jl/src/runner/PlutoRunner.jl Line 2385 in 83ec7c5
Is this the right way forward or will PublishedToJavascript be deprecated?
|
@jbrea I think the line you specifically referenced was something that was left unchanged (by mistake) on #2608 The I think the best way forward here is to have Pluto.jl/src/runner/PlutoRunner.jl Lines 2340 to 2342 in 83ec7c5
I don't remember now if
Pluto.jl/src/runner/PlutoRunner.jl Lines 2317 to 2334 in 83ec7c5
|
Thanks, @disberd
I think this does not work, because of string interpolation. String interpolation of |
@jbrea you are probably right, didn't think about the interpolation directly on the string |
The "more" button doesn't seem to work as expected (and reported in #1126) when embedded in an
@htl
block. It works normally for direct output.more_bug.jl.txt
more_bug.webm
The text was updated successfully, but these errors were encountered: