Closed
Bug 250072
Opened 21 years ago
Closed 20 years ago
Feature request: Switching fields in chatzilla
Categories
(Other Applications Graveyard :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cajunman4life, Assigned: glenjamin+bmo)
References
Details
(Whiteboard: [cz-0.9.69])
Attachments
(1 file, 1 obsolete file)
|
1.33 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
For users without a mouse (which don't exist anymore), or those that like to use
keyboard, or those that participated in the bug day on 6 Jul (unplug your
mouse!), it's impossible to select links in the output by using keyboard only.
Tab has a different purpose in the input. Perhaps another key combination to
send focus to the output, so that someone can select a link, or other text?
Please :)
Comment 1•21 years ago
|
||
F6 works :)
as long as you have less than 6 tabs open, at least.
ctrl+tab may also work (I could not verify, as my window manager catches taht...)
| Reporter | ||
Comment 2•21 years ago
|
||
I find F6 will only bring focus to the user list in my chatzilla. However, I
have found this:
Press Shift+F6, and then tab. And now you can tab through the links. It looks
like I got overzealous with this bug filing *blushes*
Comment 3•21 years ago
|
||
(In reply to comment #1)
> ctrl+tab may also work (I could not verify, as my window manager catches taht...)
Ctrl-Tab, and Ctrl-Shift-Tab rotate view, like any other tabbed screen.
(In reply to comment #2)
> Press Shift+F6, and then tab. And now you can tab through the links.
It also looks like Shift-F6 instantly crashes my Mozilla. :(
| Reporter | ||
Comment 4•21 years ago
|
||
If Shift+F6 crashes Mozilla... maybe a new keyboard shortcut to focus on the
output is needed? One that won't crash Mozilla? lol
Comment 5•21 years ago
|
||
ESC can already be used to focus the input box... maybe it can focus
the output window if the input box already has focus.
Comment 6•21 years ago
|
||
(In reply to comment #5)
> ESC can already be used to focus the input box... maybe it can focus
> the output window if the input box already has focus.
No, I like how it is a /guarentee/ that I'm in the input box. :)
Comment 7•21 years ago
|
||
ya, you've got a point. I often whack ESC a few times, to be sure it heard me.
| Reporter | ||
Comment 8•21 years ago
|
||
But do you guys see how this could be useful? Especially you, Silver, who's
Mozilla crashed with the Shift+F6 combination?
Comment 9•21 years ago
|
||
(In reply to comment #8)
> But do you guys see how this could be useful? Especially you, Silver, who's
> Mozilla crashed with the Shift+F6 combination?
Personally, it would be no use to me, as I use the mouse for any
link-clicking/copying, but I know other people don't.
I think Shift-F6 is probably good enough for this, though obviously I need to
work out why it crashed here. :) (probably XUL tried to focus something that
didn't exist, it's good at that)
Updated•21 years ago
|
Product: Core → Other Applications
Comment 10•21 years ago
|
||
When bug 265847 is fixed, F6 and Shift-F6 should work well enough for this bug
to be resolved.
Depends on: 265847
| Assignee | ||
Comment 11•20 years ago
|
||
This patch overrides the default action on any regular function key presses,
but allows the default action if any modifier key is held, hence shift+F6 will
still work.
Also fixes ctrl+pgup/dn
Comment 12•20 years ago
|
||
Comment on attachment 187412 [details] [diff] [review]
prevent default action on function keys
r=silver
Attachment #187412 -
Flags: review?(silver)
Attachment #187412 -
Flags: review+
Attachment #187412 -
Flags: approval1.8b3?
Updated•20 years ago
|
Attachment #187412 -
Flags: approval1.8b3? → approval1.8b3+
Comment 13•20 years ago
|
||
Comment on attachment 187412 [details] [diff] [review]
prevent default action on function keys
Checked in. This obviously does not fix this bug, but it does help stop
mutliple things happening at once for the F keys.
Attachment #187412 -
Attachment is obsolete: true
| Assignee | ||
Comment 14•20 years ago
|
||
After a testing on a new build it occured to me that the inconsistent actions
from the shortcut keys if the tabs didnt actually exist was a bit confusing, so
i have attached a patch that would always prevent the default event if no
modifier is held.
As for the actual bug, i would say that this patch does fix it, as ctrl+F6 and
shift+F6 will now always switch focus to the output window, while F6 alone will
not (unless the tab doesnt exist, which is addressed by patch #2).
I'm not sure which behaviour should be preferred, but when one is picked i
reckon this bug can be resolved fixed.
| Assignee | ||
Comment 15•20 years ago
|
||
Comment on attachment 188209 [details] [diff] [review]
Prevent default action regardless of tab existing
requesting review for this patch, still unsure as of yet whether its inclusion is a good idea or a bad one
Attachment #188209 -
Flags: review?(silver)
Comment 16•20 years ago
|
||
Comment on attachment 188209 [details] [diff] [review]
Prevent default action regardless of tab existing
r=silver
Attachment #188209 -
Flags: review?(silver) → review+
Comment 17•20 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Whiteboard: [cz-0.9.69]
Updated•11 months ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•