-
Notifications
You must be signed in to change notification settings - Fork 10
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
missing ">" in breadcrumbs #698
Comments
@kswang1029 I still can't reproduce this anywhere. Can you test again? |
Hmm, this still happens with the dev server at ASIAA Also happens in the Mac alpha test package. |
Assigning to @ajm-asiaa as it appears to be a build issue. I wonder if it's the version of BlueprintJS being used? edit: tried 3.19 an 3.23, both look fine |
@veggiesaurus Did you test it with |
I checked back through all the older frontend dev commits (These are all done with But wasn't working by: Going through all the commits between those, the point where the problem started appears to be Or maybe not... I just removed that line, did |
I found a workaround to fix this issue, but it is not ideal. The problem is that when we do the production build, a bunch of NaN appear in the .bp3-breadcrumbs background field. An easy way to see this problem after doing
However, the same line in the
So my workaround is to simply manually edit the built .css file and replace the bad line with the good line from the .css.map file. After that, the ">" magically appear again in the Filebrowser! I know there seems to be similar issues discussed on Github. For example, I tried doing the fix mentioned here, but it didn't seem to work. Unless I was doing it wrong. I'm not an expert with the frontend. Maybe @veggiesaurus has a better insight as to what could be causing this. If not, perhaps it is a bug with blueprintjs that might be fixed in a new version and meanwhile we can just use this workaround for the CARTA v1.3 release? (Thanks to @duidae for letting me know about Chrome's Inspect element mouse cursor selector option) |
ok, now it's happening for me as well when I build a production version. Very odd. I tried to apply their fix as well, but I think their issue is actually a separate one. @ajm-asiaa perhaps for now, just write a script to apply a patch tot that file? It might be a sass-loader bug |
@ajm-asiaa I think this is the issue: https://blueprintjs.com/docs/#core/classes.namespacing We should be importing the SCSS files at build time. This requires us to update our edit: nevermind, I think that's only if you want to use custom namespaces |
fixed via #1222 |
frontend dev
origin/dev 5303424 2020-01-28 16:03:37 CST
The text was updated successfully, but these errors were encountered: