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

Issue 2905953003: Use UITextView for better bulleted list presentation (Closed)

Created:
3 years, 7 months ago by PL
Modified:
3 years, 6 months ago
CC:
chromium-reviews, marq+watch_chromium.org, ios-reviews+chrome_chromium.org, noyau+watch_chromium.org, ios-reviews_chromium.org, pkl (ping after 24h if needed)
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Use UITextView for better bulleted list presentation BUG=724636 TEST=Navigating to a page that fails to load twice in a row should present a bulleted list of suggestions for the user to try. However this list on small screened devices, and in certain localizations can lay out the bulleted text in a non aligned manner. Specifically iPhone 5/5S/5SE, in French, is known to do this. This change should align the left of the text blocks, and not allow the text to wrap just to the bullet indentation. Review-Url: https://codereview.chromium.org/2905953003 Cr-Commit-Position: refs/heads/master@{#475594} Committed: https://chromium.googlesource.com/chromium/src/+/cff1e1836ec5a28bc4a31913ef6d22d62c9e2842

Patch Set 1 #

Patch Set 2 : Small tweaks #

Total comments: 6

Patch Set 3 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -64 lines) Patch
M ios/chrome/browser/ui/sad_tab/sad_tab_view.mm View 1 2 12 chunks +97 lines, -64 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
PL
Hi Kurt! pkl@ noticed a bad wrap with long lines on the sad tab view ...
3 years, 7 months ago (2017-05-25 22:08:44 UTC) #2
kkhorimoto
lgtm https://codereview.chromium.org/2905953003/diff/20001/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm File ios/chrome/browser/ui/sad_tab/sad_tab_view.mm (right): https://codereview.chromium.org/2905953003/diff/20001/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm#newcode240 ios/chrome/browser/ui/sad_tab/sad_tab_view.mm:240: IDS_SAD_TAB_RELOAD_TRY)]]; Can we break this out into some ...
3 years, 7 months ago (2017-05-26 21:40:22 UTC) #3
pkl (ping after 24h if needed)
Drive-by. Thank you for fixing this! You should have a TEST= line to guide the ...
3 years, 7 months ago (2017-05-26 21:51:17 UTC) #5
PL
Thanks for the guidance! https://codereview.chromium.org/2905953003/diff/20001/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm File ios/chrome/browser/ui/sad_tab/sad_tab_view.mm (right): https://codereview.chromium.org/2905953003/diff/20001/ios/chrome/browser/ui/sad_tab/sad_tab_view.mm#newcode176 ios/chrome/browser/ui/sad_tab/sad_tab_view.mm:176: NSMutableString* bulletedString = [[NSMutableString string]; ...
3 years, 7 months ago (2017-05-26 21:56:30 UTC) #6
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/2905953003/40001
3 years, 6 months ago (2017-05-30 17:48:46 UTC) #9
commit-bot: I haz the power
3 years, 6 months ago (2017-05-30 18:04:22 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cff1e1836ec5a28bc4a31913ef6d...

Powered by Google App Engine
This is Rietveld 408576698