|
|
Created:
6 years, 5 months ago by michaelpg Modified:
6 years, 5 months ago CC:
chromium-reviews, dbeam+watch-options_chromium.org, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org Base URL:
svn://svn.chromium.org/chrome/trunk/src Project:
chromium Visibility:
Public. |
DescriptionFix clipped keyboard settings overlay.
There shouldn't be multiple content-areas housing the link-buttons.
See screenshots at http://crbug.com/392347.
BUG=392347
R=stevenjb@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283296
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 4
Messages
Total messages: 19 (0 generated)
https://chromiumcodereview.appspot.com/376093002/diff/1/chrome/browser/resour... File chrome/browser/resources/options/chromeos/keyboard_overlay.html (right): https://chromiumcodereview.appspot.com/376093002/diff/1/chrome/browser/resour... chrome/browser/resources/options/chromeos/keyboard_overlay.html:96: </div> use a .settings-row instead
https://chromiumcodereview.appspot.com/376093002/diff/1/chrome/browser/resour... File chrome/browser/resources/options/chromeos/keyboard_overlay.html (right): https://chromiumcodereview.appspot.com/376093002/diff/1/chrome/browser/resour... chrome/browser/resources/options/chromeos/keyboard_overlay.html:96: </div> On 2014/07/09 03:10:53, Dan Beam wrote: > use a .settings-row instead Done.
https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... File chrome/browser/resources/options/chromeos/keyboard_overlay.html (right): https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... chrome/browser/resources/options/chromeos/keyboard_overlay.html:80: <div class="settings-row"> ^ like this https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... chrome/browser/resources/options/chromeos/keyboard_overlay.html:96: </div> I meant: <div class="settings-row"> <button> <button> </div> or <div class="settings-row"> <button ...> </div> <div class="settings-row"> <button ...> </div> if they need to be on separate lines (for some reason)
FYI: don't use NOTRY=true for this, there are tests for the markup structure of settings pages
https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... File chrome/browser/resources/options/chromeos/keyboard_overlay.html (right): https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... chrome/browser/resources/options/chromeos/keyboard_overlay.html:96: </div> On 2014/07/10 02:22:28, Dan Beam wrote: > I meant: > > <div class="settings-row"> > <button> > <button> > </div> > > or > > <div class="settings-row"> > <button ...> > </div> > <div class="settings-row"> > <button ...> > </div> > > if they need to be on separate lines (for some reason) That's what I had at first, but I did a code search and there didn't seem to be a specific structure. So I wasn't sure. Searching for 'class=\"settings-row\"' turns up examples like <div class="settings-row"> <span class="settings-row"> <label class="settings-row"> Can I ask what the <div> adds? Easier to see the structure in the code?
https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... File chrome/browser/resources/options/chromeos/keyboard_overlay.html (right): https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... chrome/browser/resources/options/chromeos/keyboard_overlay.html:96: </div> On 2014/07/10 02:43:17, Michael Giuffrida wrote: > On 2014/07/10 02:22:28, Dan Beam wrote: > > I meant: > > > > <div class="settings-row"> > > <button> > > <button> > > </div> > > > > or > > > > <div class="settings-row"> > > <button ...> > > </div> > > <div class="settings-row"> > > <button ...> > > </div> > > > > if they need to be on separate lines (for some reason) > > That's what I had at first, but I did a code search and there didn't seem to be > a specific structure. So I wasn't sure. > > Searching for 'class=\"settings-row\"' turns up examples like > > <div class="settings-row"> > <span class="settings-row"> > <label class="settings-row"> > > Can I ask what the <div> adds? Easier to see the structure in the code? <div>s are block
On 2014/07/10 21:00:49, Dan Beam wrote: > https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... > File chrome/browser/resources/options/chromeos/keyboard_overlay.html (right): > > https://chromiumcodereview.appspot.com/376093002/diff/40001/chrome/browser/re... > chrome/browser/resources/options/chromeos/keyboard_overlay.html:96: </div> > On 2014/07/10 02:43:17, Michael Giuffrida wrote: > > On 2014/07/10 02:22:28, Dan Beam wrote: > > > I meant: > > > > > > <div class="settings-row"> > > > <button> > > > <button> > > > </div> > > > > > > or > > > > > > <div class="settings-row"> > > > <button ...> > > > </div> > > > <div class="settings-row"> > > > <button ...> > > > </div> > > > > > > if they need to be on separate lines (for some reason) > > > > That's what I had at first, but I did a code search and there didn't seem to > be > > a specific structure. So I wasn't sure. > > > > Searching for 'class=\"settings-row\"' turns up examples like > > > > <div class="settings-row"> > > <span class="settings-row"> > > <label class="settings-row"> > > > > Can I ask what the <div> adds? Easier to see the structure in the code? > > <div>s are block As are .settings-row's.
lgtm
The CQ bit was checked by michaelpg@chromium.org
The CQ bit was unchecked by michaelpg@chromium.org
stevenjb@ does this LGTY?
You can defer to Dan for any html/css changes, but lgtm fwiw.
On 2014/07/15 00:34:48, stevenjb wrote: > You can defer to Dan for any html/css changes, but lgtm fwiw. Just needed the owner stamp :-)
The CQ bit was checked by michaelpg@chromium.org
On 2014/07/15 00:35:42, Michael Giuffrida wrote: > On 2014/07/15 00:34:48, stevenjb wrote: > > You can defer to Dan for any html/css changes, but lgtm fwiw. > > Just needed the owner stamp :-) dbeam@ is an owner of c/b/resources/options which should be sufficient (for future reference)
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaelpg@chromium.org/376093002/40001
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_c...)
Message was sent while issue was closed.
Change committed as 283296 |