Closed Bug 934088 Opened 11 years ago Closed 11 years ago

Shortcut for "Bookmark all tabs" (Ctrl+Shift+D) now opens Developer Tools instead (on Windows only)

Categories

(Mozilla Localizations :: fr / French, defect)

All
Windows 7
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED
mozilla26

People

(Reporter: Robert.breuil49, Assigned: bugzilla.fr)

References

(Blocks 1 open bug)

Details

(Whiteboard: [l10n])

User Agent: Mozilla/5.0 (Windows NT 5.1; rv:25.0) Gecko/20100101 Firefox/25.0 (Beta/Release) Build ID: 20131025151332 Steps to reproduce: User to the problem: http://forums.mozfr.org/viewtopic.php?f=5&t=115786 Before 25 Firefox, Ctrl + Shift + D planned to mark all tabs Since Firefox 25... shortcuts mark all tabs ... nonfunctional Since Firefox 25 ... mark all tabs shortcuts (Ctrl + Shift + D) .... used development tools ! See screenshots : http://www.webm6.com/images/bug1.jpg http://www.webm6.com/images/bug2.jpg Expected results: offer you another shortcut to mark all tabs ?
OS: Windows XP → All
Hardware: x86 → All
Status: UNCONFIRMED → NEW
Ever confirmed: true
This affect too Firefox 26.0b1 (Beta and Firefox 27.0a2(Aurora)
Component: Untriaged → Keyboard Navigation
Same for Firefox 28
I think you're referring to "Bookmark all tabs". On Mac I still have the command with the shortcut (Fx 28), on Linux I don't even have the command. This should be the menu (with a shortcut set) http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-menubar.inc#409 Here I see "#ifndef MOZ_WIDGET_GTK", which could explain why I'm not seeing the menu at all on Linux http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-sets.inc#356
Summary: shortcuts mark all tabs → Shortcut for "Bookmark all tabs"
Cmd+Shift+D on OSX opens the "Bookmark all tabs" dialog, as expected. Ctrl+Shift+D on Linux does not appear to do anything (there's no "Bookmark all tabs..." item in the "Bookmarks" menu either). Same results in both Firefox 25 and Nightly. It may just be a mistake (or intentional) on Windows... -> Dev Tools for further triage.
Severity: normal → minor
Component: Keyboard Navigation → Developer Tools
OS: All → Windows 7
Summary: Shortcut for "Bookmark all tabs" → Shortcut for "Bookmark all tabs" (Ctrl+Shift+D) now opens Developer Tools instead (on Windows only)
I think it's a problem with the localized versions. See: http://forums.mozillazine.org/viewtopic.php?f=9&t=2767373 In the Hungarian locale, Ctr+Shift+T now toggles the tools instead of opening a previously closed tab. In the German locale the shortcut assigned to the Inspector in 25 isn't working, because it's still got the old shortcut assigned to it, which is now being used to toggle the tools (Ctrl+Shift+I), see: http://i.imgur.com/jt8QQ6n.png
well this is terrible. CC'ing flod for help.
Whiteboard: [l10n]
I was already CCed since I saw the bug in Pascal's bugmail (comment 3) ;-) I see two different strings with "Bookmark all tabs…", both in browser.dtd <!ENTITY bookmarkAllTabs.label "Bookmark All Tabs…"> http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#98 This one doesn't seem to have a shortcut associated. <!ENTITY addCurPagesCmd.label "Bookmark All Tabs…"> http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-menubar.inc#410 This one uses a shortcut "bookmarkAllTabsKb", which leads to http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser-sets.inc#357 So it should depend on bookmarkThisPageCmd.commandkey (set to "d" in en-US) http://mxr.mozilla.org/mozilla-central/source/browser/locales/en-US/chrome/browser/browser.dtd#123 And it's set to "d" in French too in all branches http://transvision.mozfr.org/?repo=release&sourcelocale=en-US&locale=fr&search_type=entities&recherche=bookmarkThisPageCmd.commandkey I'll have to try with Windows to check what happens there, but I don't think it's a l10n issue.
On Windows I don't have a menu but CTRL+SHIFT+D is actually bookmarks all tabs :-\ Menu for Developer tools: devToolboxMenuItem.label = Toggle Tools devToolboxMenuItem.keycode = I In French is set to "D", so it's a localization problem http://transvision.mozfr.org/?repo=central&sourcelocale=en-US&locale=fr&search_type=entities&recherche=devToolboxMenuItem.keycode Théo, can you take a look and eventually move it to the French component?
Flags: needinfo?(contact)
(In reply to Francesco Lodolo [:flod] from comment #8) > On Windows I don't have a menu but CTRL+SHIFT+D is actually bookmarks all > tabs :-\ > > Menu for Developer tools: > > devToolboxMenuItem.label = Toggle Tools > devToolboxMenuItem.keycode = I > > In French is set to "D", so it's a localization problem > http://transvision.mozfr.org/?repo=central&sourcelocale=en- > US&locale=fr&search_type=entities&recherche=devToolboxMenuItem.keycode > > Théo, can you take a look and eventually move it to the French component? OK, will fix that for French for Firefox 25. I think I will go for CTRL+Shift+B for devToolboxMenuItem.keycode , there is not much free keys :\
Assignee: nobody → bugzilla.fr
Component: Developer Tools → fr / French
Flags: needinfo?(contact)
Product: Firefox → Mozilla Localizations
QA Contact: benoit.leseul
Target Milestone: --- → mozilla26
Version: 25 Branch → unspecified
err, 26 :)
Personally I usually don't change keyboard shorcuts, only access keys.
(In reply to Théo Chevalier [:tchevalier] from comment #10) > (In reply to Francesco Lodolo [:flod] from comment #8) > > On Windows I don't have a menu but CTRL+SHIFT+D is actually bookmarks all > > tabs :-\ > > > > Menu for Developer tools: > > > > devToolboxMenuItem.label = Toggle Tools > > devToolboxMenuItem.keycode = I > > > > In French is set to "D", so it's a localization problem > > http://transvision.mozfr.org/?repo=central&sourcelocale=en- > > US&locale=fr&search_type=entities&recherche=devToolboxMenuItem.keycode > > > > Théo, can you take a look and eventually move it to the French component? > > OK, will fix that for French for Firefox 25. > > I think I will go for CTRL+Shift+B for devToolboxMenuItem.keycode , there is > not much free keys :\ Warning ! : the keyboard shortcut "Ctrl+Shift+B" open all bookmarks !!! for everyone ....
(In reply to patclash from comment #13) > (In reply to Théo Chevalier [:tchevalier] from comment #10) > > (In reply to Francesco Lodolo [:flod] from comment #8) > > > On Windows I don't have a menu but CTRL+SHIFT+D is actually bookmarks all > > > tabs :-\ > > > > > > Menu for Developer tools: > > > > > > devToolboxMenuItem.label = Toggle Tools > > > devToolboxMenuItem.keycode = I > > > > > > In French is set to "D", so it's a localization problem > > > http://transvision.mozfr.org/?repo=central&sourcelocale=en- > > > US&locale=fr&search_type=entities&recherche=devToolboxMenuItem.keycode > > > > > > Théo, can you take a look and eventually move it to the French component? > > > > OK, will fix that for French for Firefox 25. > > > > I think I will go for CTRL+Shift+B for devToolboxMenuItem.keycode , there is > > not much free keys :\ > > Warning ! : the keyboard shortcut "Ctrl+Shift+B" open all bookmarks !!! for > everyone .... AFAICT, not on Linux, but I will use a Windows build to find a free key. Thanks for the warning (In reply to Francesco Lodolo [:flod] from comment #12) > Personally I usually don't change keyboard shorcuts, only access keys. I usually do that too, but at some point, keys have been changed (I is for Inspector), and I can't just restore all the original keys
I think we should go back to using the english keycodes: Ctrl+Shift+I for Developer Tools, Ctrl+Shift+C for Inspector. Otherwise we'll keep bumping into this problem everytime a shortcut is added.
(In reply to Benoit from comment #15) > I think we should go back to using the english keycodes: Ctrl+Shift+I for > Developer Tools, Ctrl+Shift+C for Inspector. > > Otherwise we'll keep bumping into this problem everytime a shortcut is added. I'm afraid that's the best solution. Thanks Benoit
Bug 891556 actually changed the shortcut from I to C for Inspector in en-US without updating the entity name (see Archaopteryx post on dev.l10n) Pushed from central to beta, so that Firefox 25 will be the only affected version. http://hg.mozilla.org/l10n-central/fr/rev/c7a569414f48 http://hg.mozilla.org/releases/l10n/mozilla-aurora/fr/rev/c7a569414f48 http://hg.mozilla.org/releases/l10n/mozilla-beta/fr/rev/c7a569414f48
Status: NEW → RESOLVED
Closed: 11 years ago
Depends on: 891556
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.