Comment #4 on issue 17660 by Simetrical: ampersand (&) in page title not displayed in back button dropdown menu http://code.google.com/p/chromium/issues/detail?id=17660
Confirmed still present in 4.0.266.0 on Linux. If there's a character following, it turns into an underline under the next character. However, two ampersands in a row display as a single ampersand. I think this is accidentally using a UI convention where & is placed before the letter you're using for hotkey access, like "&Find in page" to translate to "<u>F</u>ind in page" to indicate Ctrl-F is a shortcut? Displays no title in back menu: data:text/html,<!doctype html><title>&</title> Displays underlined A in back menu: data:text/html,<!doctype html><title>&A</title> Displays one ampersand: data:text/html,<!doctype html><title>&&</title> -- 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/group/chromium-bugs
