Polish the Launch Application window
Categories
(Toolkit :: General, enhancement)
Tracking
()
People
(Reporter: faaborg, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: polish, uiwanted, Whiteboard: [polish-easy][polish-visual][icon-namoroka][has wip patch, needs ui and icons][polish-p2])
Attachments
(4 files)
Reporter | ||
Comment 1•17 years ago
|
||
Comment 2•16 years ago
|
||
Reporter | ||
Comment 3•16 years ago
|
||
Reporter | ||
Comment 4•16 years ago
|
||
Comment 5•16 years ago
|
||
Comment 6•16 years ago
|
||
Comment 7•16 years ago
|
||
Comment 8•16 years ago
|
||
Comment 9•16 years ago
|
||
Reporter | ||
Comment 10•16 years ago
|
||
Comment 11•16 years ago
|
||
Reporter | ||
Comment 12•16 years ago
|
||
Reporter | ||
Updated•16 years ago
|
Comment 13•16 years ago
|
||
Updated•16 years ago
|
Comment 14•16 years ago
|
||
Reporter | ||
Comment 15•16 years ago
|
||
Comment 16•16 years ago
|
||
Comment 17•16 years ago
|
||
Comment 18•16 years ago
|
||
Comment 19•16 years ago
|
||
Comment 20•16 years ago
|
||
Reporter | ||
Comment 21•16 years ago
|
||
Updated•15 years ago
|
Comment 22•15 years ago
|
||
Comment 23•15 years ago
|
||
Updated•15 years ago
|
Updated•14 years ago
|
Updated•14 years ago
|
Updated•14 years ago
|
Comment 24•11 years ago
|
||
Comment 25•5 years ago
|
||
Brian, should this old bug be reused to replace the XUL from this dialog by something new or should a new one be created?
Sebastian
Comment 26•5 years ago
|
||
For future reference, this code lives in https://searchfox.org/mozilla-central/source/toolkit/mozapps/handling/content/dialog.xul and can be opened via:
- about:preferences -> Applications -> mailto -> Always Ask
- load
data:text/html,<a href="mailto:example@mozilla.com">email</a>
and click on the link
(In reply to Sebastian Zartner [:sebo] from comment #25)
Brian, should this old bug be reused to replace the XUL from this dialog by something new or should a new one be created?
I filed https://bugzilla.mozilla.org/show_bug.cgi?id=1585482 to stop relying on <xul:dialog> as a root element, which should unblock reliance on a root dialog element specifically (it would most likely be migrated to something like html:moz-dialog after that but not necessarily change the Custom Element implementation in a major way).
As for the contents of the dialog, it looks like this is using <xul:richlistbox>, <xul:button>, etc. We ultimately want to move these to HTML elements (meta: Bug 1563415), but there's no need to do it individually for small documents because like de-XBL the plan is to migrate these elements tree-wide one at a time. So if someone wants to take this, they could polish up the existing document without worrying about a rewrite. If there are individual places where this seems hard to do with the current set of XUL widgets let me know so we can see if we should prioritizing some of that metabug's work ahead of others.
Updated•2 years ago
|
Comment 27•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 13 votes.
:mossop, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Description
•