Settings: Network: Correctly focus network in list after returning from details page |
||
Issue descriptionExtracted from issue 714350 The following code in SettingsInternetPage.currentRouteChanged() fails to correctly select the last visited network: selector = '* /deep/ #networkList'; if (this.detailGUID_) { selector += ' /deep/ cr-network-list-item[guid="' + this.detailGUID_ + '"] /deep/ .subpage-arrow'; } I confirmed that the element is getting focused in settings_animated_pages.js correctly, but I suspect there is a conflict with iron-list selection. This will require some additional / extra effort to solve.
,
Jun 27 2017
I'm not sure I understand what you mean. The iron-list itself ends up being focused instead of the individual element.
,
Jul 12
FYI, we are removing /deep/ usage per issue 860069. @aee: This might be one more case where deep is used but the code is not fully working. |
||
►
Sign in to add a comment |
||
Comment 1 by dpa...@chromium.org
, Jun 27 2017