Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Issue 2372693002: MD Settings: Fix search engines page popup menu. (Closed)

Created:
4 years, 2 months ago by dpapad
Modified:
4 years, 2 months ago
Reviewers:
stevenjb, Dan Beam
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Fix search engines page popup menu. BUG=639718 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Patch Set 1 #

Patch Set 2 : Fix clipping. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -2 lines) Patch
M chrome/browser/resources/settings/search_engines_page/search_engine_entry.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/settings/search_engines_page/search_engine_entry.js View 1 3 chunks +14 lines, -0 lines 1 comment Download
M chrome/browser/resources/settings/search_engines_page/search_engines_list.html View 1 1 chunk +1 line, -1 line 2 comments Download

Dependent Patchsets:

Messages

Total messages: 16 (4 generated)
dpapad
https://codereview.chromium.org/2372693002/diff/20001/chrome/browser/resources/settings/search_engines_page/search_engines_list.html File chrome/browser/resources/settings/search_engines_page/search_engines_list.html (right): https://codereview.chromium.org/2372693002/diff/20001/chrome/browser/resources/settings/search_engines_page/search_engines_list.html#newcode37 chrome/browser/resources/settings/search_engines_page/search_engines_list.html:37: <iron-list items="[[engines]]" selectable scroll-target="outer"> This fixes the clipping of ...
4 years, 2 months ago (2016-09-26 18:10:49 UTC) #3
Dan Beam
lgtm but is there a way to fix this for all lists rather than 1-by-1?
4 years, 2 months ago (2016-09-26 18:12:32 UTC) #4
stevenjb
Are we going to need to make a similar change for every iron-list + popup ...
4 years, 2 months ago (2016-09-26 18:13:25 UTC) #6
dpapad
On 2016/09/26 at 18:13:25, stevenjb wrote: > Are we going to need to make a ...
4 years, 2 months ago (2016-09-26 18:46:44 UTC) #7
stevenjb
*<iron-list> + <iron-dropdown>:* startup_urls_page.html bluetooth_device_dialog.html bluetooth_page.html search_engines_page.html search_engines_list.html *<iron-list> with no dropdown:* edit_dictionary_page.html add_languages_dialog.html cr_network_list.html ...
4 years, 2 months ago (2016-09-26 20:03:13 UTC) #8
dpapad
On 2016/09/26 at 20:03:13, stevenjb wrote: > *<iron-list> + <iron-dropdown>:* > startup_urls_page.html > bluetooth_device_dialog.html > ...
4 years, 2 months ago (2016-09-26 21:26:36 UTC) #9
dpapad
On 2016/09/26 at 20:03:13, stevenjb wrote: > *<iron-list> + <iron-dropdown>:* > startup_urls_page.html > bluetooth_device_dialog.html > ...
4 years, 2 months ago (2016-09-26 21:26:37 UTC) #10
dpapad
I moved the workaround in a behavior at https://codereview.chromium.org/2375493003, fixing all iron-lists with per-row popup ...
4 years, 2 months ago (2016-09-26 22:43:14 UTC) #11
stevenjb
https://codereview.chromium.org/2372693002/diff/20001/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js File chrome/browser/resources/settings/search_engines_page/search_engine_entry.js (right): https://codereview.chromium.org/2372693002/diff/20001/chrome/browser/resources/settings/search_engines_page/search_engine_entry.js#newcode15 chrome/browser/resources/settings/search_engines_page/search_engine_entry.js:15: var maxZIndex = 0; Can this just be a ...
4 years, 2 months ago (2016-09-26 22:45:20 UTC) #12
dpapad
FYI, retiring this CL in favor of https://codereview.chromium.org/2375493003 which applies the same workaround but within ...
4 years, 2 months ago (2016-09-26 23:05:49 UTC) #13
stevenjb
On 2016/09/26 at 23:05:49, dpapad wrote: > FYI, retiring this CL in favor of https://codereview.chromium.org/2375493003 ...
4 years, 2 months ago (2016-10-13 16:43:26 UTC) #14
dpapad
4 years, 2 months ago (2016-10-13 17:04:39 UTC) #15
On 2016/10/13 at 16:43:26, stevenjb wrote:
> On 2016/09/26 at 23:05:49, dpapad wrote:
> > FYI, retiring this CL in favor of https://codereview.chromium.org/2375493003
which applies the same workaround but within a behavior.
> 
> Can we close this?

I will delete this CL once the latest approach lands in the codebase, see
https://codereview.chromium.org/2402553002.

Powered by Google App Engine
This is Rietveld 408576698