Closed
Bug 231189
Opened 21 years ago
Closed 13 years ago
No copy-paste-etc... context menu on <ISINDEX> form field
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: lunardi.matteo, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031216 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031216 Firebird/0.7+
In the page at http://www.mail-abuse.org/cgi-bin/lookup, right click into the
field beside "Enter search keywords:" doesn't get the cut/paste context menu,
but the menu Back-Reload-etc...
Reproducible: Always
Steps to Reproduce:
1.Open http://www.mail-abuse.org/cgi-bin/lookup
2.Right click into the form field in the page
3.
Actual Results:
The menu Back-Reload-etc... appears
Expected Results:
The menu Copy-Cut-etc... should appear
Comment 1•21 years ago
|
||
Confirmed in build 2004011605 on Mac OS X 10.2.8
It's because it's an <ISINDEX> field, nor a regular <INPUT>. Note that it's
deprecated in HTML 4 and hardly used anymore, so I don't know if anybody will
bother to fix it.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Updated•19 years ago
|
Summary: No copy-paste-etc... context menu on form field of this web page → No copy-paste-etc... context menu on <ISINDEX> form field
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: shrir → xptoolkit.widgets
Updated•15 years ago
|
Assignee: hyatt → nobody
This should be fixed now that <isindex> uses normal <input> fields.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•