Closed
Bug 181002
Opened 23 years ago
Closed 23 years ago
Commands are disabled and caret doesn't display after loading page into blank Composer window
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.3alpha
People
(Reporter: cmanske, Assigned: cmanske)
Details
(Keywords: regression, Whiteboard: EDITORBASE+)
Attachments
(1 file)
|
3.15 KB,
patch
|
Brade
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
Some kind of focus race conditions prevents us from setting focus to the
Composer content window during the "documentCreation" notification loop.
Updating commands during that time will end up disabling most html editing
commands!
| Assignee | ||
Comment 1•23 years ago
|
||
Updated•23 years ago
|
Keywords: nsbeta1,
regression
OS: Windows 2000 → All
Hardware: PC → All
Target Milestone: --- → mozilla1.3alpha
Comment 2•23 years ago
|
||
Comment on attachment 106862 [details] [diff] [review]
Use setTimeout to fix v1
r=brade if you don't move the SetDisplayMode(kDisplayModeNormal); block and if
you add a comment in SetFocusOnStartup() mentioning that it probably should not
be called for mail compose.
Attachment #106862 -
Flags: review+
Comment 3•23 years ago
|
||
EB+ per meeting
Comment on attachment 106862 [details] [diff] [review]
Use setTimeout to fix v1
sr=kin@netscape.com with brade's provisions addressed.
Attachment #106862 -
Flags: superreview+
| Assignee | ||
Comment 5•23 years ago
|
||
checked into 1.3a trunk
Status: NEW → RESOLVED
Closed: 23 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
•