PyoungRyang Ko
PyoungRyang Ko
Hello, I have experienced this again: https://www.dropbox.com/scl/fi/8mb2n3to715lafzd8zn5q/HelpBrowser-White.mov?rlkey=5nst7ierqeqf1ljpe88wyil0l&st=tcxzt2v7&dl=0
Refreshing the page resolves the issue, but it should be fixed.
Refreshing the page doesn't always resolve the problem, so I have to go to the previous page and then return to the next page.
Has there been any change in the way code is evaluated in the code block within HelpBrowser? I hadn't encountered this issue before version 3.14. Something must have changed and...
@capital-G While exploring the documentation for your new DynGen, I encountered multiple instances of white page issues: https://www.dropbox.com/scl/fi/ifu3zckcbx5i4vex2ynsi/Blank-page-issue.mov?rlkey=r06jx3fz7ggp8ywrnob7v5ycl&st=9vrej6n5&dl=0
``` ( w = Window(); b = View(w, w.bounds.moveTo(0, 0)); n = View(b, b.bounds); s.plotTreeView(0.5, n); w.front; ) ``` This code does not produce a vertical scroll when evaluated. This...
@dyfer Could this PR be considered for inclusion in version 3.14.0? Apologies for any oversight on my part.
@capital-G, @dyfer Should I open a new PR using 3.14 branch as I made #6968 for #6965?
As `.isView` is not a built-in method, I changed the algorithm to check whether the instance's class is "View".
I tested it with the artefact [CI / build-windows / Windows 64-bit MSVC 2022 (pull_request)](https://github.com/supercollider/supercollider/actions/runs/15262333608/job/42922313699?pr=6898). It works, thanks!