Closed
Bug 1149439
Opened 11 years ago
Closed 11 years ago
Add option to copy name like it's possible for email address
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 232021
People
(Reporter: krichter, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20150321180105
Steps to reproduce:
Opened the context menu of the sender label
Actual results:
only email address is copyable
Expected results:
name should be copyable separately as well
Updated•11 years ago
|
Component: Untriaged → Message Reader UI
Whiteboard: [dupeme?]
Yeah, there is a Copy menuitem on all other fields, but for address fields there is only a Copy Email address.
Comment 2•11 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Whiteboard: [dupeme?]
Comment 3•11 years ago
|
||
The entire message reader header section sucks in terms of usability and accessibility, because of the xul controls used, and their inconsistency. And iirc those controls were used because of shortcomings of the regular XUL textbox controls which don't rescale correctly automatically over multiple rows, something like that.
The ultimate solution would probably be to realise the whole header in HTML, but again I think there was one piece of the puzzle missing, namely seamless iframes or something similar. My campaigning on the respective bugs (e.g. Bug 80713), supported by statements of other relevenat developer figures, was completely ignored - Mozilla couldn't care less. But I think we should recheck because there might be other tricks we can use with existing xul controls (as Ben Bucksch hinted but later denied), and sometimes controls are improved but nobody noticed.
Comment 4•11 years ago
|
||
Also, to be fair, developers seem to disagree on the issue around Bug 80713. I myself find it hard to believe that in the year 2015, there should not be a XUL control which has the features of a textbox (select all, copy, etc.) and at the same time dynamically adjusts in horizontal and vertical size as needed when the container is resized. But it needs somebody who is convinced that more usability/accessibility/text-selectability is needed who then needs to explore systematically what options we have to improve the usefulness header section with the existing controls and protocols.
(In reply to Thomas D. from comment #3)
> The ultimate solution would probably be to realise the whole header in HTML,
> but again I think there was one piece of the puzzle missing, namely seamless
> iframes or something similar. My campaigning on the respective bugs (e.g.
> Bug 80713), supported by statements of other relevenat developer figures,
> was completely ignored - Mozilla couldn't care less.
Actually I think rewriting XUL in HTML seems to be the new craze these days so maybe your wish will suddenly come true :)
Comment 6•11 years ago
|
||
Yeah, sometimes wishes do come true, even in Thunderbird :)
You need to log in
before you can comment on or make changes to this bug.
Description
•