When I have a large number of tasks within a DAG or SUBDAG, I notice that the Airflow UI "TREE VIEW" does not display properly. Please see the attached image for an example.
I have attempted to view the airflow Tree View in both IE and Chrome, and I have tried zooming in / out, but the issue persists. Is this a known airflow bug? If so, are there any workarounds to it? I would think that the entire tree view could be displayed properly on the left, with the tasks on the right, even if I have to scroll. However, as you can see from the attachment, it is definitely NOT displaying properly.
Thanks in advance for any help you can provide!
Related
We have a strange bug in our application where sometimes you can only scroll tall pages with two fingers. If trying to scroll with one finger the page doesn't move, and we just can't seem to find a solution to it. This only appears in iOS and in both Safari & Chrome. Any advice would be helpful!
Edit: Just to be clear, the desired outcome is to be able to scroll with one finger and NOT two fingers!
We finally found the root cause of this issue which was a failed old script that applied a ‘touchmove’-event listener, that somehow blocked touch events, that was not removed later due to the script failing.
It appears that this is an intentional behaviour. iOS is trying to prevent accidental one-finger scrolling in containers, forcing users to be explicit in their expected scrolling. We had the same issue on our website and I just found out about this on this website.
A possible solution (that I will confirm shortly) can be found here and here.
Let me know if that works for you.
I want to know what disabling CSSOM View Scroll Coordinates flag in chrome://flags does and how can i replicate this behavior using code in my ReactJS app.
Additional information :
It seems after Chrome 85 update, ag-grid RTL support breaks and the grid is not able to scroll the content and sometimes the cells becomes white, i had to dig very deep into the past questions and try a lot of far fetched solutions to find what i have.
I found out that disabling CSSOM View Scroll Coordinates in chrome://flags will fix the bug!~ but the problem is i don't want to force my users and teach them to do this just so my app works, so i thought what ever disabling CSSOM View Scroll Coordinates does, maybe i can replicate it using css code or some other code
I have already reported this issue in ag-grid's git-hub but i'm still waiting for them to offer a solution in the mean time if i can get this to work only using code, it would be great as i have a lot of users which are not able to use my app just because of this simple bug ..
Thank you.
when in the Magnolia UI a click/double click on a node provokes a redraw of the UI. That wouldn't be bad if after the click the focus would still be the same but instead your are being thrown to a random node as the focus. Its frustrating to work with because with a big structure like we have, for every click you need to scroll and look again for the node you want to work with.
I googled extensively but have found no clue how to fix this behaviour.
It happens in Chrome 56.0.2924.87 as well as in Firefox 52.0.2 (64-Bit)
Any idea would be welcomed, this is really annoying.
Best wishes,
Chris
I assume you hit to https://jira.magnolia-cms.com/browse/MGNLUI-4084,
this has been fixed since 5.5.2. Please try to update and see if that works for you.
If unfortunately that's not the case, please feel free to report it to Magnolia.
Cheers,
I have this really bad issue, because I can't find, how to solve it. As you can see, I've loaded some random video, but there's nothing showing. Maybe it has something in common, that I'm using Widows Insider builds.
This is screenshot i've taken
Thank you in advance.
Have you clicked on timeline bar after dargging to timeline. Click once again on timeline or in frame appeared in PINK COLOR (in your screen shot). See whether Preview is visible or not. If still not, reply. I hope it will solve your problem.
I haven't found anyone who's stated a problem similar to this, but then again maybe it's because I don't know the right term for the graphical glitch I'm having. This program worked and displayed just fine a week ago, but now it doesn't. I (or rather, "we," since it's a school project) haven't made any changes to it since then. It's made with QT, and running on CentOS. Here's a screenshot:
Screenshot of QT glitch
Whatever is behind the window shows in the background, and whatever happens in the window gets frozen on screen. For example, if a word is supposed to flash on the screen and then disappear and be replaced by another word, the first word does not disappear. Instead, the second word just appears on top of it.
Anyone able to point me in the right direction as to what could be doing this? I could post a code snippet, if I knew what part to post a snippet of. :S
Is the UI just one giant QGraphicsScene object? If so then it could well be an OpenGL driver issue. If not, then I'm going to guess that it's the underlying Qt painting system that has become corrupted, and just reinstalling Qt should do it.