Closed
Bug 102448
Opened 24 years ago
Closed 24 years ago
<ctrl>+<del> in URL should work like netscape 4.7x (like ctrl-backspace)
Categories
(SeaMonkey :: Location Bar, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: noel, Assigned: bzbarsky)
Details
Attachments
(1 file)
659 bytes,
patch
|
kinmoz
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.4) Gecko/20010918
BuildID:
Hello,
when you have a very long URL in mozilla and you want to cut off
everything right behind the coursor this works with netscape 4.7x with
<ctrl>+<del>
With mozilla this isn't possible:( i have to hold the <del> Button very long.
Could this please be changed?
Reproducible: Always
Steps to Reproduce:
example:
1. goto http://www.mozilla.org/quality/help/bugzilla-helper.html
2. click the coursor between / and q
3. press <ctrl>+<del> -> only the q is removed. It should remove every-
thing after http://www.mozilla.org/
Actual Results: q is removed
Expected Results: work like netscpae 4.7x and should remove every-
thing after http://www.mozilla.org/
Comment 1•24 years ago
|
||
Workaround : Hold Shift and press End then Del
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
On UNIX you can just use the standard emacs keys: ctrl-k.
![]() |
Assignee | |
Comment 3•24 years ago
|
||
Does ctrl-backspace work as expected?
Comment 4•24 years ago
|
||
That works as expected here: it removes everthing left of the cursor.
![]() |
Assignee | |
Updated•24 years ago
|
Summary: <ctrl>+<del> in URL should work like netscape 4.7x → <ctrl>+<del> in URL should work like netscape 4.7x (like ctrl-backspace)
Comment 5•24 years ago
|
||
url bar or editor: core?
Assignee: pchen → blakeross
Component: XP Apps → URL Bar
QA Contact: sairuh → claudius
Comment 6•24 years ago
|
||
My understanding is there is an expectation on Unix for a keybinding:
Control-Delete where it'd delete everything to the right of the caret
cc Akkana since she best knows Unix keybinding issues.
OS: All → Linux
![]() |
Assignee | |
Comment 7•24 years ago
|
||
See bug 25779. Apparently, on Unix Ctrl-delete is a "copy" command. We
currently do "copy_or_delete"; the delete should arguably be to end of line.
reassigning to Akkana, who implemented this initially.
Assignee: blakeross → akkana
![]() |
Assignee | |
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
This sounds like an excellent idea, and the patch looks fine. It makes
ctrl-delete more consistent with ctrl-backspace, and also with what gtk key
bindings do. (I just use ctrl-K for this, myself, which is why I didn't notice
the inconsistency.) Boris, do you want to check it in, or do you want me to?
You have my r=akkana if you want to take the bug back, otherwise I'll do it.
Status: NEW → ASSIGNED
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.5
![]() |
Assignee | |
Comment 10•24 years ago
|
||
I'll take it. Free r= is not something to pass up. :)
Assignee: akkana → bzbarsky
Status: ASSIGNED → NEW
Comment 11•24 years ago
|
||
Comment on attachment 51552 [details] [diff] [review]
patch that would fix this (maybe rename the command too?)
sr=kin@netscape.com
Attachment #51552 -
Flags: superreview+
Attachment #51552 -
Flags: review+
![]() |
Assignee | |
Comment 12•24 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•