Transition property prevents properties added by an additionnal class to apply at first display
Reported by
svn....@gmail.com,
Aug 3 2017
|
||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 OPR/46.0.2597.57 Steps to reproduce the problem: 1. Add a transition property to an element (parameters does not matter) 2. Create a class that modify any property handled by the transition 3. Add the created class to the element having the transition peoperty What is the expected behavior? Properties added by the additionnal class should apply as expected, with a transition effect. What went wrong? Properties added by the additionnal class does not apply at the first display. They apply when properties values are modified by Developer Tools or when the class is removed and added again. Did this work before? N/A Does this work in other browsers? Yes Chrome version: 59.0.3071.109 Channel: n/a OS Version: Ubuntu 16.04 Flash Version: It does not work on Opera either, so Blink might be concerned.
,
Aug 4 2017
I tried to do the steps that you explained and everything worked as expected. Could you please provide a test case for this problem?
,
Aug 4 2017
Unfortunately, I cannot reproduce it simply. I guess this is something related to how React replaces some part of the DOM and how Blink detects these changes, in a very particular case. The screenshot shows that there is a not interpreted margin (no orange background on the left to show the applied margin) but I cannot provide a test case for that.
,
Aug 4 2017
Thank you for providing more feedback. Adding requester "rjwright@chromium.org" to the cc list and removing "Needs-Feedback" label. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Aug 7 2017
Unfortunately, without a test case to reproduce the problem, it's very difficult to track down the issue. I'm marking this as Wont-Fix, but feel free to reopen it if you find a way to help us reproduce the issue. |
||||
►
Sign in to add a comment |
||||
Comment 1 by svn....@gmail.com
, Aug 3 2017