Closed
Bug 200656
Opened 22 years ago
Closed 22 years ago
MailAreaHasFocus() is no longer necessary
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.6alpha
People
(Reporter: neil, Assigned: sspitzer)
Details
(Keywords: perf)
Attachments
(2 files)
3.56 KB,
patch
|
mscott
:
review+
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
3.74 KB,
patch
|
Details | Diff | Splinter Review |
Possibly due to some recent key event code changes, <input>s and <textbox>es now
prevent character <key>s from firing thus making the check redundant.
Reporter | ||
Comment 1•22 years ago
|
||
The other advantage is that textboxes don't disable the menu items any more.
Reporter | ||
Updated•22 years ago
|
Attachment #119441 -
Flags: superreview?(sspitzer)
Attachment #119441 -
Flags: review?(cavin)
Reporter | ||
Comment 2•22 years ago
|
||
Comment on attachment 119441 [details] [diff] [review]
Proposed patch
Changing some out-of-date reviewers...
Attachment #119441 -
Flags: superreview?(sspitzer)
Attachment #119441 -
Flags: superreview?(bienvenu)
Attachment #119441 -
Flags: review?(scott)
Attachment #119441 -
Flags: review?(cavin)
Updated•22 years ago
|
Attachment #119441 -
Flags: review?(scott) → review+
Comment 3•22 years ago
|
||
Comment on attachment 119441 [details] [diff] [review]
Proposed patch
great, thx, sr=bienvenu
Attachment #119441 -
Flags: superreview?(bienvenu) → superreview+
Reporter | ||
Comment 4•22 years ago
|
||
/me must remember to check these in :-)
Target Milestone: --- → mozilla1.6alpha
Reporter | ||
Comment 5•22 years ago
|
||
For completeness, this is the patch as checked in.
Reporter | ||
Comment 6•22 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•