Review of attachment 9076051 [details] [diff] [review]: ----------------------------------------------------------------- ::: mail/base/content/mailWidgets.js @@ +1353,5 @@ > let item = this.ownerDocument.createXULElement("richlistitem"); > item.classList.add("attachmentItem"); > item.setAttribute("name", name || attachment.name); > item.setAttribute("role", "option"); > + // <xul:hbox class="attachmentcell-content" flex="1"> What's that comment? Is that what the code below is constructing? Maybe not.
Bug 1562200 Comment 17 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Review of attachment 9076051 [details] [diff] [review]: ----------------------------------------------------------------- ::: mail/base/content/mailWidgets.js @@ +1353,5 @@ > let item = this.ownerDocument.createXULElement("richlistitem"); > item.classList.add("attachmentItem"); > item.setAttribute("name", name || attachment.name); > item.setAttribute("role", "option"); > + // <xul:hbox class="attachmentcell-content" flex="1"> What's that comment? Is that what the code below is constructing? Maybe not. EDIT: Mid-air collision, comment already removed.