Open
Bug 143735
Opened 23 years ago
Updated 12 years ago
(partially fixed) Ctrl+Ins, Shift+Del and Shift+Ins don't work in Bookmarks Manager (copy, cut, paste)
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
NEW
People
(Reporter: contact2009, Unassigned)
Details
(Keywords: access, regression, Whiteboard: [2012 Fall Equinox])
Using 1.0 RC2 branch Build ID: 2002051006 Windows 98, ctrl-ins, shift-del and
shift-ins do not work in bookmarks manager.
Ctrl-ins seems to copy the URL but not the title or the rest of the bookmark.
Tested with Ctrl-ins, then deleted bookmark with del, then inserted with Ctrl-v.
Shift-del and shift-ins seem to have no effect at all.
Comment 1•23 years ago
|
||
Could you please indicate what should do these shortcuts?
Reporter | ||
Comment 2•23 years ago
|
||
Ctrl-ins should copy
Shift-del should cut
Shift-ins should paste
Summary: ctrl-ins, shift-del and shift-ins do not work in bookmarks manager → ctrl-ins, shift-del and shift-ins do not work in bookmarks manager (copy, cut, paste)
Comment 3•23 years ago
|
||
note: these bindings (and other obscure keybindings) are supported in composer
and text widgets (if you look at the platform keybindings for Windows).
Reporter | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1,
nsbeta1
Summary: ctrl-ins, shift-del and shift-ins do not work in bookmarks manager (copy, cut, paste) → Ctrl+Ins, Shift+Del and Shift+Ins don't work in Bookmarks Manager (copy, cut, paste)
Comment 5•23 years ago
|
||
I tried to work on that problem, but it seems as if I need some help.
I tried to add the keycodes in bookmarksOverlay.xul like
keycode="VK_SHIFT,VK_DELETE"
Is it possible to define keycodes like this?
I also tried the same in bookmarks.xul and added keycodes to the bindings of
key_cut, key_paste etc.
No matter what I try I always get
----------
###!!! ASSERTION: NOT IMPLEMENTED: '0', file nsDocumentViewer.cpp, line 5466
Break: at file nsDocumentViewer.cpp, line 5466
----------
when trying Shift+Del or Shift+Ins.
I'm quite new to this stuff, if anyone could give me a hint what I'm doing
wrong I'd be very glad :-)
Comment 6•23 years ago
|
||
"Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.2b) Gecko/20021016"
None of the 3 "keys" seems to work.
The bindings should be something like:
Ctrl-Ins == Ctrl-C
Shift-Del == Ctrl-X
Shift-Ins == Ctrl-V
Reporter | ||
Updated•23 years ago
|
Severity: normal → minor
Reporter | ||
Updated•21 years ago
|
Keywords: mozilla1.3
Updated•21 years ago
|
Product: Browser → Seamonkey
Updated•18 years ago
|
Assignee: bugs → nobody
QA Contact: claudius → bookmarks
Reporter | ||
Comment 7•16 years ago
|
||
In current trunk builds, Ctrl+Ins and Shift+Del work, but Shift+Ins does not work.
This is an accessibility issue for left-handers.
Severity: minor → normal
Component: Bookmarks → Editor
Flags: blocking1.9.1?
Keywords: access
OS: Windows 98 → Windows Vista
Product: SeaMonkey → Core
QA Contact: bookmarks → editor
Summary: Ctrl+Ins, Shift+Del and Shift+Ins don't work in Bookmarks Manager (copy, cut, paste) → (partially fixed) Ctrl+Ins, Shift+Del and Shift+Ins don't work in Bookmarks Manager (copy, cut, paste)
Comment 8•16 years ago
|
||
We won't block the 3.5 release on fixing this, and while it seems like a safe patch would be easy to take, I would bet there are non-trivial localization issues to deal with here.
Flags: blocking1.9.1? → blocking1.9.1-
Comment 9•16 years ago
|
||
Can't really comment on the l10n impact without a patch, or at least a reference to how the other two keys are implemented.
Comment 10•13 years ago
|
||
Confirming problem still exists in Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120129 Firefox/10.0 SeaMonkey/2.7
Comment 11•13 years ago
|
||
Not sure why this lives in core!
Component: Editor → Bookmarks & History
Flags: blocking1.9.1-
Product: Core → Firefox
QA Contact: editor → bookmarks
Comment 12•13 years ago
|
||
So the code is specific to Firefox? Should I open a separate bug for SeaMonkey?
Comment 13•13 years ago
|
||
Oh, sorry, I meant to transfer it to SeaMonkey.
Component: Bookmarks & History → Preferences
Product: Firefox → SeaMonkey
QA Contact: bookmarks → preferences
Comment 14•13 years ago
|
||
Ctrl+Ins - Working
Shift+Del - Working
Shift+Ins - Not working
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/18.0 Firefox/18.0 SeaMonkey/2.15a1
Build identifier: 20120921003032
OS: Windows Vista → All
Hardware: x86 → All
Whiteboard: [2012 Fall Equinox]
You need to log in
before you can comment on or make changes to this bug.
Description
•