WAI
Status Update
Comments
ss...@google.com <ss...@google.com> #2
I notice the same issue and LogCat shows the following message:
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
op...@mozilla.com <op...@mozilla.com> #3
Same here.
"Google Play services out of date. Requires 3159100 but found 3136130"
"Google Play services out of date. Requires 3159100 but found 3136130"
nr...@chromium.org <nr...@chromium.org> #4
me as well....
Google Play services out of date. Requires 3159100 but found 3136130
Google Play services out of date. Requires 3159100 but found 3136130
an...@gmail.com <an...@gmail.com> #5
I was hopeful that the release of API 18 (4.3) would have created a solution to this, unfortunately it includes version 3158130
pe...@google.com <pe...@google.com> #6
Having the same issue:
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
07-25 00:03:54.998: W/GooglePlayServicesUtil(27293): Google Play services out of date. Requires 3159100 but found 3158130
an...@gmail.com <an...@gmail.com> #7
same
di...@chromium.org <di...@chromium.org>
do...@chromium.org <do...@chromium.org> #8
SAME ! - Google can't do sth working in 100 percent?
Description
Steps to reproduce the problem
disconnectedCallback
gets called.Problem Description
As of writing, it seems that the behavior of the “moveBefore” API on a custom element’s lifecycle callbacks is dependent on the existence of those lifecycle callbacks. I.e., if you definehttps://github.com/whatwg/dom/pull/1307 ).
connectedMoveCallback
on a custom element — it will behave differently than ifconnectedMoveCallback
is not defined. As a developer, I would not expect such a behavioral fork as it does not seem to be part of the specification (Additional Comments
Thanks so much for adding this feature — it’s incredibly helpful to have a way to move elements around without resetting state! I’ve attached the “variations.txt” as described above and I’ve uploaded a simple “move-before.html” file that demonstrates the exact issue I’m seeing.
Thanks again!
Summary
Behavior of “moveBefore” should not change based on “connectedMoveCallback” existence in element.
Custom Questions
Which component does this fall under?
Blink>DOM
Does this work in other browsers?
Not sure - I don't know
Additional Data
Category: API
Chrome Channel: Stable
Regression: No