Bug 1621551 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I can easily reproduce this issue

STR:

1) Load the https://bug1621551.bmoattachments.org/attachment.cgi?id=9132495
2) Create Event BP `Control -> Change`
3) Type `   abc     abc   ` (more than once space at the begginging and end and some in the middle)
4) Click on the page (to move focus out of the input) -> hit the BP
5) Type `event.target.value` in the Watch Expressions panel
6) Check out the value, the spaces are collapsed to one: ` abc abc ` => BUG

ER: amount of spaces should correspond to the actual value.

Honza
I can easily reproduce this issue

STR:

1) Load the https://bug1621551.bmoattachments.org/attachment.cgi?id=9132495
2) Create Event BP `Control -> Change`
3) Type `   abc     abc   ` (more than once space at the beggining and end and some in the middle)
4) Click on the page (to move focus out of the input) -> hit the BP
5) Type `event.target.value` in the Watch Expressions panel
6) Check out the value, the spaces are collapsed to one: ` abc abc ` => BUG

ER: amount of spaces should correspond to the actual value.

Honza

Back to Bug 1621551 Comment 2