-
Notifications
You must be signed in to change notification settings - Fork 5
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
Text fields blinking #82
Comments
I wonder if a field setting/config for entry and exit transitions of "replace" would prevent the flicker? |
It does not appear that that helped. Upon further observation, it seems that after the content disappears, it only reappears at such time as a different transition begins elsewhere on the screen. (Since our primary graphics content has durations both above and below 15 seconds, this explains the somewhat random aspect of this behavior.) The animations inspector in Firefox does show that it is, however, attempting to execute a pair of animations every 15 seconds (presumably an exit and an entry). The content just tends not to actually show up unless and until something else happens. Looking closer, even our text fields with explicit "replace" transitions exhibit this flicker according to the same pattern. I didn't notice it earlier because ours uses a longer content duration and is typically fairly synchronized with another element, so the effect was less pronounced. |
Anything more I can be checking on the client-side to help pin down the source of this problem? |
I don't think so, but if you'd like to dig into the concerto/concerto-frontend repo and try to figure it out, that would be great. |
I can confirm this issue still occurs in the lastest versions of Firefox esr and luakit on the latest raspian. |
The frontend uses the polymer neon-animation class which now appears to be deprecated. https://www.webcomponents.org/element/PolymerElements/neon-animation I can confirm that FF is still showing the problem as of today, and Chrome does not. Looks like we need to overhaul the frontend code at some point. |
At the current state of
master
, the time field blinks somewhat randomly in Firefox 52.2.1 ESR.Other text fields do not appear to exhibit the same blinking behavior, even when they only contain one item. Checking the console, there do not appear to be any content updates coming through for the time field.
In my testing, I have observed that this behavior does not occur in Firefox 45.3.0 ESR, Firefox 48.0, or Chrome 58.0.3029.110. This came up in testing a new upgrade from Concerto 2.3.1, so perhaps some settings have changed that I am missing?
The text was updated successfully, but these errors were encountered: