Closed
Bug 100255
Opened 23 years ago
Closed 23 years ago
File upload textboxes not displaying correct context menu
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
mozilla0.9.7
People
(Reporter: hendikins, Assigned: bugzilla)
References
()
Details
Tested with 2001091608/Win2k
Steps to reproduce:
1. Go to any page with file upload textbox.
2. Right-click on file upload textbox.
Expected result:
Context menu with Select All, Cut, Paste.
Actual result:
Select All, Cut, Paste missing.
Comment 1•23 years ago
|
||
I see it too, on 2001091703 Win98SE. Another URL to check it on is
http://geocities.yahoo.com/v/ul.html
Comment 2•23 years ago
|
||
Content not toolkit, in the words of pink.
First, the <input type="file"> is explicitly not identified as a text control
in nsContextMenu. Blake, do you know any history on this?
But, even if you let this pass, the command controller doesn't seem to
want to say that cut/paste is enabled for this control/widget. (So, maybe
this comes back to hyatt eventually).
Component: XP Toolkit/Widgets: Menus → XP Apps: GUI Features
Comment 3•23 years ago
|
||
-> Blake, for the above question about nsContextMenu and controllers.
Assignee: hyatt → blakeross
Assignee | ||
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.7
Assignee | ||
Comment 4•23 years ago
|
||
handling all context menu bugs under the Big bug.
*** This bug has been marked as a duplicate of 75338 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•