Discussion:
[chromium-bugs] Issue 448624 in chromium: Unsure if feedback app buttons are Roboto
c***@googlecode.com
2015-01-14 03:01:53 UTC
Permalink
Status: Assigned
Owner: ***@chromium.org
CC: ***@chromium.org, ***@chromium.org
Labels: Type-Bug Pri-2 Cr-UI-Shell OS-Chrome M-42

New issue 448624 by ***@chromium.org: Unsure if feedback app buttons are
Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

We were unable to tell if the buttons in feedback app are Roboto. I'm
slightly leaning towards Noto, otherwise wouldn't have filed the bug. Could
you please check?

The UI in question can be accessed:
1. Chrome browser hotdog menu
2. Help
3. Report an issue (Alt+Shift+I)
4. The content appears to be Roboto
5. There is a "Cancel" and a "Send feedback" button at the bottom. Unclear
what these are. Could you please check?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-01-14 21:02:35 UTC
Permalink
Comment #2 on issue 448624 by ***@chromium.org: Unsure if feedback app
buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

Based on this screenshot: I suspect the font for Send feedback and Cancel
is a totally different font: not Noto or Roboto.

The buttons have a curly tail on the "a" character, which does not appear
in Noto or Roboto.

https://drive.google.com/a/google.com/file/d/0BwWFoHDl_MbOXy1wdXQtWFVHaDQ/view?usp=sharing
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-01-14 21:16:35 UTC
Permalink
Comment #3 on issue 448624 by ***@chromium.org: Unsure if feedback app
buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

Code is in //src/chrome/browser/resources/feedback/ though it isn't
immediately obvious what font it's using.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-01-14 21:38:36 UTC
Permalink
Comment #4 on issue 448624 by ***@chromium.org: Unsure if feedback app
buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

According to //src/ui/strings/app_locale_settings.grd the default font
family for webui is:
"'Segoe UI', Tahoma, sans-serif" on Windows
"'Helvetica Neue', 'Lucida Grande', sans-serif" on Mac
"'Roboto-Regular', sans-serif" on iOS
"'Noto Sans UI', sans-serif" on Chrome OS (Overridden with Roboto if the
flag is set)

I don't see anywhere that the feedback page is overriding that.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-01-14 23:57:05 UTC
Permalink
Issue 448624: Unsure if feedback app buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

This issue is now blocking issue chromium:439509.
See https://code.google.com/p/chromium/issues/detail?id=439509

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-01-16 20:00:57 UTC
Permalink
Updates:
Status: Started

Comment #9 on issue 448624 by ***@chromium.org: Unsure if feedback app
buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

(No comment was entered for this change.)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-02-03 18:23:40 UTC
Permalink
Comment #11 on issue 448624 by ***@chromium.org: Unsure if feedback
app buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624#c11

The following revision refers to this bug:

https://chromium.googlesource.com/chromium/src.git/+/8fc0f8118a42de9a52fa98cc8a3f5c9b9efa74d9

commit 8fc0f8118a42de9a52fa98cc8a3f5c9b9efa74d9
Author: xdai <***@chromium.org>
Date: Tue Feb 03 17:44:27 2015

Fix the incorrect font used by buttons in ChromeOS.

WebUI should override the default Blink style for buttons so that buttons
can be rendered with the correct font.

BUG=448624
TEST=manually checked on devices (Pixel)

Review URL: https://codereview.chromium.org/896673002

Cr-Commit-Position: refs/heads/master@{#314359}

[modify]
http://crrev.com/8fc0f8118a42de9a52fa98cc8a3f5c9b9efa74d9/ui/webui/resources/css/text_defaults.css
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-02-03 18:27:40 UTC
Permalink
Updates:
Status: Fixed

Comment #12 on issue 448624 by ***@chromium.org: Unsure if feedback app
buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

(No comment was entered for this change.)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
c***@googlecode.com
2015-02-06 20:27:19 UTC
Permalink
Updates:
Status: Verified

Comment #13 on issue 448624 by ***@chromium.org: Unsure if feedback app
buttons are Roboto
https://code.google.com/p/chromium/issues/detail?id=448624

(No comment was entered for this change.)
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/a/chromium.org/group/chromium-bugs

To unsubscribe from this group and stop receiving emails from it, send an email to chromium-bugs+***@chromium.org.
Loading...