Closed
Bug 48789
Opened 24 years ago
Closed 23 years ago
HTML textfield context menus don't have undo & delete items
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla1.0.1
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
Build ID: 2000081208
The context menus for textboxes don't have Undo and Delete menuitems, although
standard windows textbox context menus do. (Windows doesn't usually have redo,
but since we support it, should that be included also? Don't want to clutter
up the menu too much...) Is this deliberate?
Assignee | ||
Comment 2•24 years ago
|
||
Include Redo or not?
Status: NEW → ASSIGNED
Priority: P3 → P2
Target Milestone: --- → M19
Comment 3•24 years ago
|
||
I really don't think Redo will be commonly used enough. See also bug 16081, bug
43936, bug 48785. We want consistency here -- to the point of using the same
overlay, if possible. :-)
(BTW, should this be in XPToolkit/Widgets?)
OS: Windows 98 → All
Hardware: PC → All
Assignee | ||
Updated•24 years ago
|
Target Milestone: M19 → mozilla1.0
Assignee | ||
Updated•24 years ago
|
Priority: P2 → P3
Assignee | ||
Comment 4•24 years ago
|
||
focusing on xpapps. reassigning to component owner...
Assignee: blakeross → beppe
Status: ASSIGNED → NEW
Comment 5•24 years ago
|
||
I'll assign this to myself, since the fix should be relatively easy. cmanske,
brade: Do you have any suggestions as to where these menuitems
should be put in the context menus?
Assignee: beppe → rcassin
Comment 6•24 years ago
|
||
I don't this this is a Composer/Editor bug. This bug belongs in XPApps or
XPWidget or ???. This bug isn't about context menus within Composer but context
menus on form elements. Composer already has undo/redo in its context menus (and
Delete?).
Ryan--I don't know who you'll need to get permission from to check in this fix;
hopefully a cvsblame on the files you change will guide you.
Component: Editor → XP Toolkit/Widgets
Summary: Editor context menus don't have undo and delete items → Edit fields (forms?) context menus don't have undo & delete items
Comment 7•24 years ago
|
||
Er, Blake, did you intend this bug to be for HTML form controls? If so, this is a
dup of bug 16081 (though perhaps those in bug 16081 would appreciate the dup
being the other way around). If not, we need a clearer summary here.
Anyway, generic spec for context menus of editable items:
_Undo
--------------------------
Cu_t
_Copy
_Paste
_Delete
--------------------------
Select _All
-------------------------- [if there are any field-specific items]
{field-specific items} [e.g. auto-complete options]
Assignee | ||
Comment 8•24 years ago
|
||
yes, HTML form controls. I don't understand why bug 16081 is still open
(certainly not for the original issue), so I'd hesitate to mark this a dup.
Summary: Edit fields (forms?) context menus don't have undo & delete items → HTML textfield context menus don't have undo & delete items
Updated•24 years ago
|
Component: XP Toolkit/Widgets → HTML Form Controls
Comment 9•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 10•23 years ago
|
||
Apparently, this wasn't an easy fix since this basic feature is still missing
over a year after someone submitted the request. It should be noted that this
functionality is available in Netscape 4.x and in IE 6.0.
Assignee | ||
Comment 12•23 years ago
|
||
Marking fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 13•23 years ago
|
||
Is this marked "fixed" in that it is actually fixed or "fixed" in that we won't
be including these items in the context menus?
Comment 14•23 years ago
|
||
Fixed.
Works just like it would usually work in Windows.
Try out a nightly build to see it.
Had the bug been denied it would have been marked as WONTFIX or WORKSFORME or
something more along that lines.
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 15•23 years ago
|
||
Apparently, this didn't make it down to embedding. It's still not available in
MFCEmbed. I can file a separate bug on that.
You need to log in
before you can comment on or make changes to this bug.
Description
•