Closed
Bug 180950
Opened 23 years ago
Closed 22 years ago
[linux] shortcut for selecting all in textarea in mail compose window is broken
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.4beta
People
(Reporter: bugzilla, Assigned: sspitzer)
References
Details
(Keywords: platform-parity, regression, Whiteboard: [adt2])
Attachments
(1 file)
735 bytes,
patch
|
caillon
:
review+
|
Details | Diff | Splinter Review |
on linux (unix), you can use Alt-A to select the contents of a textarea, such as
the comment selection of a bug report, or the composition region in the mail
compose window.
that shortcut is broken, using 2002.11.19.04 comm trunk bits on linux rh7.2.
fwiw, i'm using the default keybindings, where Ctrl is my accelerator key and
Alt is (usually) the access key.
using the context menu to select all (or, Edit > Select All for the mail compose
window) still works.
Reporter | ||
Comment 1•23 years ago
|
||
i take back what i said about textareas in browser pages. looks like this might
be limited to the mail compose window. regular composer window appears fine, too.
Keywords: regression
Summary: shortcut for selecting all in textarea broken → shortcut for selecting all in textarea in mail compose window is broken
Reporter | ||
Comment 2•23 years ago
|
||
ducarroz / varada / seth, any ideas what might've caused this regression?
Comment 3•23 years ago
|
||
I think I've seen other bugs regarding key bindings working strangely in mail
compose -- I'm fairly sure this is a dup.
Assignee: akkana → ducarroz
Comment 6•23 years ago
|
||
Mail triage team: nsbeta1+/adt2
Assignee | ||
Comment 10•22 years ago
|
||
caillon tells me:
"I run into this a lot. I just assumed that it wasn't supposed to work.
I just tried it on a trunk from 428"
accepting, will see what I can do.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4beta
Reporter | ||
Comment 11•22 years ago
|
||
not a problem on win2k or mac os x. will look through older builds to see if i
can get a regression window.
Keywords: pp
Reporter | ||
Comment 12•22 years ago
|
||
this regressed sometime btwn 8-Aug-2002 (Alt+A works) and 4-Sept-2002 (Alt+A
broken). i know this is a large window, but i can't find builds btwn those dates.
Assignee | ||
Comment 13•22 years ago
|
||
theory: the select all js for the attachment bucket is raining on our select
all parade.
Assignee | ||
Comment 14•22 years ago
|
||
*** Bug 168426 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 15•22 years ago
|
||
new theory, one that looks promising.
the access key for the bucket is "_A_ttachments:".
alt a -> sets focus to that.
(Alt a is select all on linux)
very noticable if you have an attachment. I bet if I set that access key to
something like "A_t_tahments:", I bet this goes away.
testing now
Assignee | ||
Comment 16•22 years ago
|
||
that fixes it, but "_t_" is bad, because of "_Tools" menu.
"Atta_c_hments:" works.
patch coming.
Assignee | ||
Comment 17•22 years ago
|
||
Comment 18•22 years ago
|
||
Comment on attachment 122373 [details] [diff] [review]
patch
Ah, good catch Seth. r=caillon.
Attachment #122373 -
Flags: review+
Assignee | ||
Comment 19•22 years ago
|
||
fixed.
sr=bienvenu, a=sspitzer
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Summary: shortcut for selecting all in textarea in mail compose window is broken → [linux] shortcut for selecting all in textarea in mail compose window is broken
Reporter | ||
Comment 20•22 years ago
|
||
vrfy'd fixed on linux rh8.0, 2003.05.05.08 comm build.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 21•22 years ago
|
||
can someone (sarah / caillon) confirm check that "alt c" isn't something else,
already?
copy, on linux, is ctrl c.
but isn't it possible (likely) that someone will set it to alt c? (or am I
confused?)
maybe something else, besides "c" would be better. something less common.
Reporter | ||
Comment 22•22 years ago
|
||
alt-c never seems to bring the file picker up (for attachments).
Reporter | ||
Comment 23•22 years ago
|
||
how about the 'm' in Attach_m_ents?
Reporter | ||
Comment 24•22 years ago
|
||
okay, after chatting with seth about this further, we've decided to stick with
alt-c to focus the attachment listbox.
* the trick is that there needs to be at least one file in the attachment pane
in order to actually see focus when using alt-c --this occurs elsewhere in the
app (Send Format pref panel).
* seth thought that alt-c would clobber copy for those who use alt for the accel
key. then again, alt-m would clobber bringing up mail compose for that
environment, so we'll stick with alt-c for now.
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
•