Closed
Bug 204425
Opened 22 years ago
Closed 22 years ago
file bookmark keyboard shortcut (control -shift -D) not working
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 186789
People
(Reporter: douglas, Assigned: aaronlev)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030430 Debian/1.3-5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030430 Debian/1.3-5
Control-shift-D should open the file bookmark dialogue (#189639
notwithstanding), as is stated in the menu dropdown.
Instead control-shift-D is interpreted as type-ahead search for " " (space) in
Debian unstable Mozilla 1.3 using a microsoft natural keyboard.
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030430 Debian/1.3-5
Reproducible: Always
Steps to Reproduce:
1. hold down control and shift
2. hit D
Actual Results:
A space within a link is highlighted as happens with type-ahead find.
The status bar indicates the character "000D" was found. However, the source
does not necessarily contain the return (\000D) character - usually it is a
plain space.
Expected Results:
opened the file bookmarks dialog.
In an earlier build I swear it searched for "D".
| Reporter | ||
Comment 2•22 years ago
|
||
OK,
more info:
I'm using KDE 3.1.1 (atop Debian sid with a 2.4.20 kernal).
my locale says:
LANG=en_NZ
LC_CTYPE="en_NZ"
LC_NUMERIC="en_NZ"
LC_TIME="en_NZ"
LC_COLLATE="en_NZ"
LC_MONETARY="en_NZ"
LC_MESSAGES="en_NZ"
LC_PAPER="en_NZ"
LC_NAME="en_NZ"
LC_ADDRESS="en_NZ"
LC_TELEPHONE="en_NZ"
LC_MEASUREMENT="en_NZ"
LC_IDENTIFICATION="en_NZ"
LC_ALL=
en_NZ is basically the same as en_US - we use US keyboards.
I'm not able to find anything unusual in the KDE config. No other apps exhibit
the same behaviour (but then, nowhere else do I press ctrl-shift-D)
I see this happening on my CVS build with GTK2/xft but not on mozilla.org build
2003050809.
Except I get a type ahead "r" in the Status bar and selects a link with nothing
highlighted.
Ctrl+Shift+F do basically the same thing except it shows a cross or a t
Ctrl+Shift+[L,W,G] work just fine
I'm CCing blizzard@mozilla.org b/c he works with the GTK2 port
| Reporter | ||
Comment 4•22 years ago
|
||
Sorry everyone - this looks to be a dup of
http://bugzilla.mozilla.org/show_bug.cgi?id=186789
I also found a debian bug on the same subject:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=185976
which goes into GTK stuff.
*** This bug has been marked as a duplicate of 186789 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•