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

Issue 2388773002: feedback: fix buttons overlapping text in long-text locales (Closed)

Created:
4 years, 2 months ago by Elly Fong-Jones
Modified:
4 years, 2 months ago
Reviewers:
afakhry
CC:
chromium-reviews, arv+watch_chromium.org, apacible+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

feedback: fix buttons overlapping text in long-text locales Since the ok/cancel buttons had "position: absolute", they would be positioned over the privacy text if the privacy text happened to be longer than it is in English. This change: 1) Makes the bottom buttons not use "position: absolute", which seems like it was only intended to apply to the "window control" buttons; 2) Makes the dialog taller, since the non-absolute buttons now can't overlap the text, which they previously did to save height. Note that this design is still fairly brittle; if locales have a much shorter privacy text, there'll be significant whitespace between the text and the bottom buttons, and if a locale has much longer text, the dialog will gain a scroll bar, which looks pretty ugly. BUG=650978 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a8a4af9d344cb3ff20caa5f07c4f69903dec88bf Cr-Commit-Position: refs/heads/master@{#423148}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -3 lines) Patch
M chrome/browser/resources/feedback/css/feedback.css View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/resources/feedback/html/default.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/feedback/js/event_handler.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (6 generated)
Elly Fong-Jones
afakhry: ptal?
4 years, 2 months ago (2016-10-03 13:09:12 UTC) #4
afakhry
lgtm
4 years, 2 months ago (2016-10-04 21:39:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2388773002/1
4 years, 2 months ago (2016-10-05 11:55:21 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-05 13:54:03 UTC) #9
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 13:57:07 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a8a4af9d344cb3ff20caa5f07c4f69903dec88bf
Cr-Commit-Position: refs/heads/master@{#423148}

Powered by Google App Engine
This is Rietveld 408576698