Bug 1585617 Comment 7 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 9098659 [details] [diff] [review]:
-----------------------------------------------------------------

::: mail/components/compose/content/dialogs/EdDialogCommon.js
@@ +191,2 @@
>      // XXX Using the setTimeout is hacky workaround for bug 103197
> +    // Must create a new function to keep "input" in scope

Pretty sure this hack of a fuctnion could just go now...

::: mail/components/im/content/joinchat.js
@@ +70,5 @@
>        let div2 = document.createElementNS(
>          "http://www.w3.org/1999/xhtml",
>          "div"
>        );
> +      let textbox = document.createElementNS(

could be nice to update the name to be input instead
Review of attachment 9098659 [details] [diff] [review]:
-----------------------------------------------------------------

::: mail/components/compose/content/dialogs/EdDialogCommon.js
@@ +191,2 @@
>      // XXX Using the setTimeout is hacky workaround for bug 103197
> +    // Must create a new function to keep "input" in scope

Pretty sure this hack of a functnion could just go now...

::: mail/components/im/content/joinchat.js
@@ +70,5 @@
>        let div2 = document.createElementNS(
>          "http://www.w3.org/1999/xhtml",
>          "div"
>        );
> +      let textbox = document.createElementNS(

could be nice to update the name to be input instead

Back to Bug 1585617 Comment 7