Closed
Bug 114065
Opened 24 years ago
Closed 23 years ago
Smoketest doc issues: Intl Composer: cut &paste from context menu
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: jfarrell, Assigned: cmanske)
References
Details
(Keywords: intl, regression, Whiteboard: [FIX IN HAND]need sr=)
Attachments
(1 file)
3.07 KB,
patch
|
Brade
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
BuildID: 2001112013
Test IC.2
This test requires that you type in some Japanese characters.
I wasn't sure how to do this, but what I did was open
www.zdnet.co.jp and then right click | edit Page. This allowed
me to copy some of the japanese characters so I could past them
in my original Composer window.
The problem is that I could only paste these characters in the
window by doing clicking on Edit | Paste; it did NOT work when
I right clicked on my mouse and selected paste. The browser
window worked fine both ways.
Reproducible: Always
Steps to Reproduce:
1. Follow steps for IC.2
2. open a window to www.zdnet.co.jp and right click | edit page
3. copy some japanese characters to paste in you Compose window
4. try to paste into composer window with mouse right click | paste
Actual Results: Does not work with mouse paste
Expected Results: Mouse paste should work
This works the same on OpenVMS as it does on Linux. Not sure if this
should be documented in the test, or fixed. I figured Asa might be
able to determine this better than I.
Comment 1•24 years ago
|
||
sounds like a bug to me. over to Composer.
Assignee: asa → syd
Component: Mozilla Developer → Editor: Composer
Product: Documentation → Browser
QA Contact: endico → sujay
Version: unspecified → other
Comment 2•23 years ago
|
||
-->brade
Is this still a bug on recent builds?
Assignee: syd → brade
Keywords: intl
Summary: Smoketest doc issues: Internationalization Composer: cut &paste issue in composer window → Smoketest doc issues: Intl Composer: cut &paste from context menu
Comment 3•23 years ago
|
||
Is this still a bug?
Comment 5•23 years ago
|
||
Kasumi, would you try to reproduce this?
Thanks,
Teruko
Comment 8•23 years ago
|
||
I am seeing this on 2002090804 W2K, with English characters.
Select some text, copy to clipboard. Confirmed it pastes into notepad. Does
not paste into a new composer window from the context menu. Does paste from the
main menu.
Assignee | ||
Comment 10•23 years ago
|
||
restore doCommand calls in Composer context menus
Assignee | ||
Updated•23 years ago
|
Severity: minor → major
Status: NEW → ASSIGNED
Whiteboard: [FIX IN HAND]need r=,sr=
Target Milestone: Future → mozilla1.2alpha
Assignee | ||
Comment 11•23 years ago
|
||
This is a regression caused by fix to bug 164647
Keywords: regression
Comment 12•23 years ago
|
||
Comment on attachment 98593 [details] [diff] [review]
patch v1
r=brade but add comment explaining why clipboard items require calling
"goDoCommand" in addition to observes attribute and remove extra space after:
observes="cmd_redo"
Attachment #98593 -
Flags: review+
Assignee | ||
Comment 13•23 years ago
|
||
Ok. Requests will be done.
Whiteboard: [FIX IN HAND]need r=,sr= → [FIX IN HAND]need sr=
Comment 14•23 years ago
|
||
Comment on attachment 98593 [details] [diff] [review]
patch v1
sr=hewitt
Attachment #98593 -
Flags: superreview+
Assignee | ||
Comment 15•23 years ago
|
||
checked into 1.2beta trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 16•23 years ago
|
||
Comment on attachment 98593 [details] [diff] [review]
patch v1
Is there any benefit in using command="cmd_undo" instead of
oncommand="goDoCommand('cmd_undo')" other than the perf/bloat saving by not
constructing extra event handlers?
Assignee | ||
Comment 17•23 years ago
|
||
I tried using "command=" when I fixed bug 164647, but then the menuitems didn't
enable/disable properly. It seemed I had to use "observes=" for that to work,
so I thought using "doCommand()" was the appropriate thing to use in that
context.
Assignee | ||
Comment 18•23 years ago
|
||
*** Bug 166738 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•