Closed
Bug 232544
Opened 21 years ago
Closed 21 years ago
Input expand/collapse buttons don't work after ctrl+up/down
Categories
(Other Applications :: ChatZilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: bugzilla-mozilla-20000923)
Details
Attachments
(1 file)
1.21 KB,
patch
|
samuel
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce problem:
1. Click the expand button
2. Press ctrl+down
3. Click the expand button
4. Press ctrl+up
5. Click the collapse button
6. Press ctrl+up
7. Click the collapse button
Steps 3 and 7 do not work as you expect them to.
Also when they do work the buttons seem to be much slower than the ctrl arrows.
Assignee | ||
Comment 2•21 years ago
|
||
This appears to simply be the buttons using the pref for multiline mode (which
updates the box to the new mode) and the Ctrl shortcuts are directly updating
the box. Patch soon.
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140278 -
Flags: review?(samuel)
Updated•21 years ago
|
Attachment #140278 -
Flags: review?(samuel) → review+
Assignee | ||
Comment 4•21 years ago
|
||
Comment on attachment 140278 [details] [diff] [review]
Dispatches a call to change the pref, rather than directly updating state.
Checked in.
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•21 years ago
|
||
Ah, so the reason that the buttons were slower was that they went though the
event loop, while the keys just stomped on the state directly, and the keys are
now just as slow as the buttons :-/
Updated•20 years ago
|
Product: Core → Other Applications
You need to log in
before you can comment on or make changes to this bug.
Description
•