Closed
Bug 66813
Opened 24 years ago
Closed 24 years ago
Remove redundant doPopupItemEnabling() methods
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
|
4.28 KB,
patch
|
Details | Diff | Splinter Review |
There are some redundant doPopupItemEnabling() methods in xulBindings.xml (in
textarea's binding) and autocomplete.xml. Neither of these is needed because
both extend textfield, I didn't realize that earlier.
(Splitting off from 66163 since there's more work to be done there...)
Also, it seems that we do indeed want those focused calls so that one right
click (instead of two) on a textfield sets focus to it when a context menu is
already up. I'm not entirely sure why that works.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
clever.
Though I see the removal of the duplicate ones, where is the real one?
| Assignee | ||
Comment 4•24 years ago
|
||
In textfield's binding, in xulBindings.xml.
Comment 5•24 years ago
|
||
ok, sr=alecf
| Assignee | ||
Comment 7•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•24 years ago
|
||
checked lxr and confirmed blake's changes to xulBindings.xml.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•