Closed
Bug 314217
Opened 19 years ago
Closed 19 years ago
Ability to copy list items from form listboxes
Categories
(Core :: Layout: Form Controls, enhancement)
Tracking
()
People
(Reporter: markus, Assigned: mikepinkerton)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050914 Camino/1.0a1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050914 Camino/1.0a1
It would be great if you could select an item in a form listbox (i.e. <select>, where size attribute > 1), and copy it (cmd-c) to put the item's text in the clipboard.
Reproducible: Always
Steps to Reproduce:
1. Select an item in a listbox (bugzilla have lots of them)
2. Press cmd-c
Actual Results:
You get a beep and nothing more happens.
Expected Results:
The text of the item should be copied to the clipboard.
Comment 1•19 years ago
|
||
Does FF does this? For that matter, do any browsers do this? I'm not saying it's not a legit RFE, just wondering if other browsers allow you to copy listbox items.
Reporter | ||
Comment 2•19 years ago
|
||
Nope, Firefox and Safari do not behave this way. I don't think any browser does. But IMO they should, I've wanted to copy text from listboxes a lot of times. And it feels like a natural thing to do.
Comment 3•19 years ago
|
||
Simon, is this possible with our current code? And if not, is this something we share (or will share) with FF/Mac?
Comment 4•19 years ago
|
||
->core
Component: HTML Form Controls → Layout: Form Controls
Product: Camino → Core
Version: unspecified → Trunk
Comment 6•19 years ago
|
||
*** This bug has been marked as a duplicate of 64468 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•