Assigned
Status Update
Comments
ys...@google.com <ys...@google.com> #2
@Reporter, Thanks for filing the Issue. Tried to repro the issue on Chrome Version #124.0.6367.51 on Mac (11.4) by following steps from Comment #1 and able to repro the issue
The issue was Broken in M124 and below is the manual bisect info,
Good Build : 124.0.6319.0
Bad Build : 124.0.6320.0
Suspect:https://chromium.googlesource.com/chromium/src.git/+/f25fd5b342f55da53870f35c77c6fcd59d1bc944
@Angela Yoeurng : Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner.
Note
1.Issue repro on Latest Canary #125.0.6419.0, Dev #125.0.6396.3, Beta #124.0.6367.49 and Stable #123.0.6312.124
2.Issue is reproducible on Windows and Linux.
Kindly refer the screenshots below
Good Build :https://drive.google.com/file/d/1pRo8m8EXJ_zPb4MaGkPfAzyI6i6Jg3hX/view?usp=drive_link
Bad Build :https://drive.google.com/file/d/1F9D8TMzEplS0VmoXVoevPNBOLCog2Cq5/view?usp=drive_link
Thanks!
The issue was Broken in M124 and below is the manual bisect info,
Good Build : 124.0.6319.0
Bad Build : 124.0.6320.0
Suspect:
@Angela Yoeurng : Could you please check whether this is caused with respect to your change, if not please help us in assigning it to the right owner.
Note
1.Issue repro on Latest Canary #125.0.6419.0, Dev #125.0.6396.3, Beta #124.0.6367.49 and Stable #123.0.6312.124
2.Issue is reproducible on Windows and Linux.
Kindly refer the screenshots below
Good Build :
Bad Build :
Thanks!
Ga...@protonmail.com <Ga...@protonmail.com> #3
@Angela Yoeurng: Can you comment please? Reading the commit comment on the suspect change, it appears the change was intentional. Was it? If so, what's the rationale for making the starter pack entries non-editable. If users want to override these shortcuts, they should be allowed to do so.
https://chromium.googlesource.com/chromium/src.git/+/f25fd5b342f55da53870f35c77c6fcd59d1bc944
Make starter pack entries un-editable.
This CL removes the edit pencil option from starter pack entries (built in non-default search engines like @bookmarks, @history, @tabs, etc. entries in keyword mode) in chrome://settings/searchEngines.
Make starter pack entries un-editable.
This CL removes the edit pencil option from starter pack entries (built in non-default search engines like @bookmarks, @history, @tabs, etc. entries in keyword mode) in chrome://settings/searchEngines.
Description
Steps to reproduce the problem
Problem Description
Previously @tabs, @bookmarks, and @history search shortcuts were editable. With the change option, a user could change the shortcuts to something easier to type and faster to get the results.
For example, I changed them to single-character shortcuts, like @tabs -> t, @bookmarks -> b, and @history -> h.
The default shortcuts (@tabs, @bookmarks, and @history) require lots of typing costing time and energy. For power users who use these shortcuts ~100 times a day, this is a huge regression of user experience.
The Chrome team can argue that by just typing @ - Chrome shows the list of search options starting with @, then the user needs to select the preferred shortcut option by arrow keys, and finally the user can start typing to get the desired results! Please understand this is hugely inefficient.
Also, to type the @ the user needs to press two keys (shift + number 2), requiring both ring fingers, those are not the strongest fingers to use after a long hours of typing.
Instead, like before, if we could change the shortcuts to a single character, we could just hit the character and space, and start typing to get the results.
Chrome already had the feature. Please do a favor to us by bringing the edit feature for (@tabs, @bookmarks, and @history) shortcuts again.
Summary
@tabs, @bookmarks, @history shortcuts NO longer editable which REDUCES productivity a lot.
Additional Data
Category: UI
Chrome Channel: Stable
Regression: Yes