-
Notifications
You must be signed in to change notification settings - Fork 8
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
Switching between log source tabs is unpredictable #123
Comments
We know about this problem, and it is not always reproducible :-( Excactly because there's nothing in the console, it is very hard-to-catch issue. If you have more info, please help. |
also this happens only in firefox so this can be some issue with different browser engines :/ |
I don't even know where to approach for ClosureScript unfortunately. If possible record the render between tabs, I know React Developer tools browser extension can do this for React projects. But that should be able to indicate how the renders are done and if there's a way to do the renders better in ClosureScript documentation For the tabs issue I'd also suspect it to be a rendering issue |
I am not familiar with clojure - @FrostyX do you think that this may help? ^ |
#124 fixed this |
Currently with the different tabs like Copr, Koji, Packit, etc. are not doing what I would expect them to.
Two issues I've noticed:
1: Sometimes when a tab is clicked, nothing will happen
2: Images are not updated with the page, with enough delay to cause confusion
3: Moving backwards and forwards in browser history does not change the selected tab
4: If moving backwards in browser history from something like
#packit
->#koji
then selecting a different tab than those two, like#copr
, it will select the#koji
tab while updating the URL to be#copr
Console is empty, nothing to report there. Not able to contribute as I don't know ClosureScript
The text was updated successfully, but these errors were encountered: